CLAM-Development
1.4.0
|
#include <InformationTextAdapter.hxx>
Public Member Functions | |
InformationTextAdapter (int coordX=0, int coordY=0, const Text &text="") | |
virtual | ~InformationTextAdapter () |
const Text & | GetText () |
int | GetCoordX () |
int | GetCoordY () |
const char * | GetClassName () const |
Return the class name. | |
virtual void | StoreOn (Storage &store) const |
Stores component's subitems on the given Storage. | |
virtual void | LoadFrom (Storage &store) |
Loads component's subitems from the given Storage. | |
![]() | |
virtual | ~Component () |
virtual Component * | ShallowCopy () const |
virtual Component * | DeepCopy () const |
Definition at line 33 of file InformationTextAdapter.hxx.
CLAM::InformationTextAdapter::InformationTextAdapter | ( | int | coordX = 0 , |
int | coordY = 0 , |
||
const Text & | text = "" |
||
) |
Definition at line 30 of file InformationTextAdapter.cxx.
|
virtual |
Definition at line 36 of file InformationTextAdapter.cxx.
|
inlinevirtual |
Return the class name.
Implements CLAM::Component.
Definition at line 50 of file InformationTextAdapter.hxx.
|
inline |
Definition at line 45 of file InformationTextAdapter.hxx.
Referenced by CLAM::Network::LoadFrom().
|
inline |
Definition at line 46 of file InformationTextAdapter.hxx.
Referenced by CLAM::Network::LoadFrom().
|
inline |
Definition at line 44 of file InformationTextAdapter.hxx.
Referenced by CLAM::Network::LoadFrom().
|
virtual |
Loads component's subitems from the given Storage.
store | The given storage where the subitem will be loaded from |
Implements CLAM::Component.
Definition at line 52 of file InformationTextAdapter.cxx.
References CLAM::Storage::Load().
|
virtual |
Stores component's subitems on the given Storage.
storage | The given storage where the subitem will be stored |
Implements CLAM::Component.
Definition at line 39 of file InformationTextAdapter.cxx.
References CLAM::Storage::Store().