OpenLexocad  27.0
ProfileDef.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <OpenLxApp/DocObject.h>
5 
9 FORWARD_DECL(Part, ProfileDef)
10 
11 namespace OpenLxApp
12 {
25 {
26  PROXY_HEADER_ABSTRACT(ProfileDef, Part::ProfileDef, IFCPROFILEDEF)
27 
29 public:
30  virtual ~ProfileDef(void);
31 
32 protected:
33  ProfileDef(void) {}
34 };
35 } // namespace OpenLxApp
DocObject is the base class of all persistent objects. The DocObject belongs to exactly one Document.
Definition: DocObject.h:36
ProfileDef(void)
Definition: ProfileDef.h:33
A Utf-16 (windows) or ucs4 (unix) encoded string class.
Definition: String.h:29
#define PROXY_HEADER_ABSTRACT(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:140
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
#define DECL_PROPERTY(_class_, _name_, _type_)
DECL_PROPERTY and DEFINE_PROPERTY are macros used for mapping between the properties of Lexocad objec...
Definition: Globals.h:245
ProfileDef is the supertype of all definitions of standard and arbitrary profiles....
Definition: ProfileDef.h:24
#define FORWARD_DECL(x, y)
Definition: Globals.h:96