#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. | |
Definition at line 33 of file InformationTextAdapter.hxx.
| CLAM::InformationTextAdapter::InformationTextAdapter | ( | int | coordX = 0, |
|
| int | coordY = 0, |
|||
| const Text & | text = "" | |||
| ) |
Definition at line 25 of file InformationTextAdapter.cxx.
| CLAM::InformationTextAdapter::~InformationTextAdapter | ( | ) | [virtual] |
Definition at line 31 of file InformationTextAdapter.cxx.
| const char* CLAM::InformationTextAdapter::GetClassName | ( | ) | const [inline, virtual] |
Return the class name.
Implements CLAM::Component.
Definition at line 50 of file InformationTextAdapter.hxx.
| int CLAM::InformationTextAdapter::GetCoordX | ( | ) | [inline] |
Definition at line 45 of file InformationTextAdapter.hxx.
Referenced by CLAM::Network::UpdateSelections().
| int CLAM::InformationTextAdapter::GetCoordY | ( | ) | [inline] |
Definition at line 46 of file InformationTextAdapter.hxx.
Referenced by CLAM::Network::UpdateSelections().
| const Text& CLAM::InformationTextAdapter::GetText | ( | ) | [inline] |
Definition at line 44 of file InformationTextAdapter.hxx.
Referenced by CLAM::Network::UpdateSelections().
| void CLAM::InformationTextAdapter::LoadFrom | ( | Storage & | store | ) | [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 47 of file InformationTextAdapter.cxx.
| void CLAM::InformationTextAdapter::StoreOn | ( | Storage & | storage | ) | const [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 34 of file InformationTextAdapter.cxx.
1.6.3