ALBA
|
#include <albaGUIDictionaryWidget.h>
Public Member Functions | |
albaTypeMacro (albaStorableDictionary, albaObject) | |
albaStorableDictionary () | |
~albaStorableDictionary () | |
virtual int | InternalStore (albaStorageElement *parent) |
virtual int | InternalRestore (albaStorageElement *node) |
Public Member Functions inherited from albaObject | |
albaObject () | |
virtual | ~albaObject () |
virtual void | Delete () |
virtual const char * | GetTypeName () const |
virtual bool | IsA (const char *type_name) const |
virtual bool | IsA (const albaTypeID &type_id) const |
virtual albaObject * | NewObjectInstance () const =0 |
virtual const albaTypeID & | GetTypeId () const |
virtual void | Print (std::ostream &os, const int indent=0) const |
albaObject (const albaObject &c) | |
Public Member Functions inherited from albaStorable | |
albaStorable () | |
int | Store (albaStorageElement *element) |
int | Restore (albaStorageElement *element) |
albaObject * | CastToObject () |
bool | IsStorable () |
Public Attributes | |
std::vector< albaString > | m_StrVector |
Additional Inherited Members | |
Static Public Member Functions inherited from albaObject | |
static const char * | GetStaticTypeName () |
static bool | IsStaticType (const char *type_name) |
static bool | IsStaticType (const albaTypeID &type_id) |
static const albaTypeID & | GetStaticTypeId () |
static albaObject * | SafeDownCast (albaObject *o) |
Static Public Member Functions inherited from albaStorable | |
static albaStorable * | SafeCastToObject (albaObject *o) |
virtual int | InternalStore (albaStorageElement *node)=0 |
virtual int | InternalRestore (albaStorageElement *node)=0 |
Protected Attributes inherited from albaObject | |
bool | m_HeapFlag |
Protected Attributes inherited from albaStorable | |
bool | m_Storable |
class name: albaStorableDictionary Utility object that supply the InternalStore and InternalRestore method for serialization.
Definition at line 114 of file albaGUIDictionaryWidget.h.
albaStorableDictionary::albaStorableDictionary | ( | ) |
constructor
albaStorableDictionary::~albaStorableDictionary | ( | ) |
destructor
albaStorableDictionary::albaTypeMacro | ( | albaStorableDictionary | , |
albaObject | |||
) |
RTTI macro.
|
inlinevirtual |
serialize object attributes
Implements albaStorable.
Definition at line 124 of file albaGUIDictionaryWidget.h.
References ALBA_OK.
|
virtual |
restore object attributes
Implements albaStorable.
std::vector<albaString> albaStorableDictionary::m_StrVector |
Definition at line 127 of file albaGUIDictionaryWidget.h.