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