OpenLexocad  27.0
WindowStandardCase.h
Go to the documentation of this file.
1 #pragma once
3 #include <OpenLxApp/Window.h>
4 
5 #include <memory>
6 
7 FORWARD_DECL(App, WindowStandardCase)
8 
9 
14 namespace OpenLxApp
15 {
33 {
34  PROXY_HEADER(WindowStandardCase, App::WindowStandardCase, IFCWINDOWSTANDARDCASE)
35 
36 public:
37  virtual ~WindowStandardCase(void);
38 
39 protected:
41 };
42 
43 } // namespace OpenLxApp
The standard window, WindowStandardCase, defines a window with certain constraints for the provision ...
Definition: WindowStandardCase.h:32
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
WindowStandardCase()
Definition: WindowStandardCase.h:40
#define FORWARD_DECL(x, y)
Definition: Globals.h:96
The window is a building element that is predominately used to provide natural light and fresh air....
Definition: Window.h:21