17#ifndef __albaGUIDictionaryWidget_H__
18#define __albaGUIDictionaryWidget_H__
75 void SetTitle(wxString title){ m_List->SetColumnLabel(0, title); };
#define EXPORT_STL_VECTOR(declspec_, T_)
Implementation of the message object for the Subject/Observer design pattern.
albaEvent - Class implementing ALBA application events.
albaGUIListCtrl allows a simplified use of a wxWindows ListCtrl widget.
Abstract superclass for all ALBA classes implementing RTTI APIs.
Interface implementing the Observer of the Subject/Observer design pattern.
class name: albaStorableDictionary Utility object that supply the InternalStore and InternalRestore m...
std::vector< albaString > m_StrVector
virtual int InternalStore(albaStorageElement *parent)
serialize object attributes
virtual int InternalRestore(albaStorageElement *node)
restore object attributes
~albaStorableDictionary()
destructor
albaStorableDictionary()
constructor
albaTypeMacro(albaStorableDictionary, albaObject)
RTTI macro.
albaStorable is an interface for serializable objects.
Abstract class representing the interface for the unit of information stored in the storage.
albaString - performs common string operations on c-strings.