GlobalObjects
Loading...
Searching...
No Matches
GloOdRefRecordAttribute.h
Go to the documentation of this file.
1#ifndef INC_GLOODREFRECORDATTRIBUTE_H
2#define INC_GLOODREFRECORDATTRIBUTE_H
3//-----------------------------------------------------------------------------
36//-----------------------------------------------------------------------------
37#include "GloTypes.h"
39//-----------------------------------------------------------------------------
40namespace glo
41{
42 //---------------------------------------------------------------------------
63 {
64 protected:
65 //============= Konstruktoren
66 //-----------------------------------------------------------------------
77 //-----------------------------------------------------------------------
90 //-----------------------------------------------------------------------
91
92 public:
93 //============= Konstruktoren
94 //-----------------------------------------------------------------------
118 const std::streampos & rFilePos );
119 //-----------------------------------------------------------------------
145 ObjID Value,
146 const std::streampos & rFilePos );
147 //-----------------------------------------------------------------------
148
149 protected:
150 //============== Konstruktoren
151 //-----------------------------------------------------------------------
165 //-----------------------------------------------------------------------
166
167 public:
168 //============== Methoden
169 //-----------------------------------------------------------------------
188 const AttributeID & rAttributeID );
189 //-----------------------------------------------------------------------
210 //-----------------------------------------------------------------------
211
212 //============== Operatoren
213 //-----------------------------------------------------------------------
215
226 bool operator== ( const OdRefRecordAttribute & rT ) const;
227 bool operator!= ( const OdRefRecordAttribute & rT ) const;
229 //-----------------------------------------------------------------------
230
231 private:
232 //============== Operatoren
233 //-----------------------------------------------------------------------
244 //-----------------------------------------------------------------------
245 };
246 //---------------------------------------------------------------------------
247} // namespace glo
248#endif
Header for IDRecordAttribute
For each library, here 'GlobalObjects' there is a type file.
#define __glo_export_dll
Definition GloTypes.h:63
This class reflects a unique ID of a class information attribute.
Definition GloAttributeID.h:74
Base class for the individual attributes of a Record.
Definition GloBaseRecordAttribute.h:109
In objects of this class, the information for GlobalObjects is how a persistent class attribute is st...
Definition GloClassInfoAttribute.h:76
Superclass for ObjID and ObjID reference attributes of a Record.
Definition GloIDRecordAttribute.h:58
An object ID consists of the class ID, a database ID and the actual unique object number (all unsigne...
Definition GloObjID.h:77
Class for the on-demand reference attributes of a Record. Represents an attribute of type 'TOndemand<...
Definition GloOdRefRecordAttribute.h:63
virtual int setValueFromObjectAttributeID(Persistent &rObject, const AttributeID &rAttributeID)
OdRefRecordAttribute(ClassInfoAttribute *pType, const std::streampos &rFilePos)
OdRefRecordAttribute(ClassInfoAttribute *pType, ObjID Value, const std::streampos &rFilePos)
virtual BaseRecordAttribute * getCopy()
OdRefRecordAttribute(const OdRefRecordAttribute &rT)
The base class of the persistent classes. All persistent classes must be derived from this class to b...
Definition GloPersistent.h:221
Definition GloAbstractBaseLot.h:42