OpenLexocad  28.0
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:
15 
16 protected:
18 };
19 } // namespace OpenLxApp
OpenLxApp
Definition: ActiveScript.h:10
DocObject.h
OpenLxApp::DocObject
DocObject is the base class of all persistent objects. The DocObject belongs to exactly one Document.
Definition: DocObject.h:26
PROXY_HEADER_ABSTRACT
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:137
OpenLxApp::DocObjectProxy::DocObjectProxy
DocObjectProxy()
Definition: DocObjectProxy.h:17
Globals.h
Core::DocObject
Definition: DocObject.h:54
OpenLxApp::DocObjectProxy
Definition: DocObjectProxy.h:10
OpenLxApp::DocObjectProxy::~DocObjectProxy
~DocObjectProxy(void)