Sleeping Wombat GUI  0.100
swGUI
HostWindowTester.h
Go to the documentation of this file.
1 #pragma once
2 
3 
6 
7 
10 {
11 private:
12 protected:
13 public:
14  explicit HostWindowTester () = default;
15  ~HostWindowTester () = default;
16 
17 
18  sw::gui::HostWindowOPtr CreateWindow ();
19 };
20 
21 
sw::gui::HostWindowOPtr CreateWindow()
Definition: HostWindowTester.cpp:9
~HostWindowTester()=default
HostWindowTester()=default
Definition: HostWindowTester.h:9