CLAM-Development  1.4.0
Public Member Functions
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.
- Public Member Functions inherited from CLAM::Component
virtual ~Component ()
virtual ComponentShallowCopy () const
virtual ComponentDeepCopy () const

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 30 of file InformationTextAdapter.cxx.

CLAM::InformationTextAdapter::~InformationTextAdapter ( )
virtual

Definition at line 36 of file InformationTextAdapter.cxx.


Member Function Documentation

const char* CLAM::InformationTextAdapter::GetClassName ( ) const
inlinevirtual

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::LoadFrom().

int CLAM::InformationTextAdapter::GetCoordY ( )
inline

Definition at line 46 of file InformationTextAdapter.hxx.

Referenced by CLAM::Network::LoadFrom().

const Text& CLAM::InformationTextAdapter::GetText ( )
inline

Definition at line 44 of file InformationTextAdapter.hxx.

Referenced by CLAM::Network::LoadFrom().

void CLAM::InformationTextAdapter::LoadFrom ( Storage store)
virtual

Loads component's subitems from the given Storage.

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

Implements CLAM::Component.

Definition at line 52 of file InformationTextAdapter.cxx.

References CLAM::Storage::Load().

void CLAM::InformationTextAdapter::StoreOn ( Storage storage) const
virtual

Stores component's subitems on the given Storage.

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

Implements CLAM::Component.

Definition at line 39 of file InformationTextAdapter.cxx.

References CLAM::Storage::Store().


The documentation for this class was generated from the following files: