CLAM::InformationTextAdapter Class Reference

#include <InformationTextAdapter.hxx>

List of all members.

Public Member Functions

 InformationTextAdapter (int coordX=0, int coordY=0, const Text &text="")
virtual ~InformationTextAdapter ()
const TextGetText ()
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.

Detailed Description

Definition at line 33 of file InformationTextAdapter.hxx.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Parameters:
store The given storage where the subitem will be loaded from
See also:
Storage

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.

Parameters:
storage The given storage where the subitem will be stored
See also:
Storage

Implements CLAM::Component.

Definition at line 34 of file InformationTextAdapter.cxx.


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3