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