OpenLexocad  27.0
DocObjectProxy.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <OpenLxApp/DocObject.h>
4 #include <OpenLxApp/Globals.h>
6 
7 
8 namespace OpenLxApp
9 {
11 {
13 
14 public:
15  ~DocObjectProxy(void);
16 
17 protected:
19 };
20 } // namespace OpenLxApp
DocObjectProxy()
Definition: DocObjectProxy.h:18
DocObject is the base class of all persistent objects. The DocObject belongs to exactly one Document.
Definition: DocObject.h:36
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:140
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
Definition: DocObjectProxy.h:10
Definition: DocObject.h:28