TdkTreeLegendParams Class Reference

Defines the TdkTreeLegendParams class. Defines a class of parameters to build tree legend itens. More...

#include <TdkTreeLegendItem.h>

Inheritance diagram for TdkTreeLegendParams:

TdkDbTreeLegendParams TdkLayerTreeLegendParams TdkThemeTreeLegendParams TdkViewTreeLegendParams List of all members.

Public Member Functions

Constructor and Destructor Methods
Methods related to instantiation and destruction.

 TdkTreeLegendParams ()
 Constructor.
virtual ~TdkTreeLegendParams ()
 Virtual destructor.
Behavioral Methods
Methods related parameters class behavior.

void setText (const string &text)
 Sets item current text.
string getText ()
 Retrieevs item current text.
void setFactoryName (const string &fname)
 Sets item factory name.
string getFactoryName ()
 Retrieves item factory name.
string getProductId ()
 Retrieves the dialog factory name. This method is used by Abstract factory.

Private Attributes

string _factoryName
 Item factory name.
string _text
 Item text to be shown.

Detailed Description

Defines the TdkTreeLegendParams class. Defines a class of parameters to build tree legend itens.


Constructor & Destructor Documentation

TdkTreeLegendParams::TdkTreeLegendParams (  )  [inline]

Constructor.

TdkTreeLegendParams::~TdkTreeLegendParams (  )  [inline, virtual]

Virtual destructor.


Member Function Documentation

void TdkTreeLegendParams::setText ( const string &  text  ) 

Sets item current text.

Parameters:
text Text to be showed by the item.

std::string TdkTreeLegendParams::getText (  )  [inline]

Retrieevs item current text.

Returns:
Text showed by the item.

void TdkTreeLegendParams::setFactoryName ( const string &  fname  ) 

Sets item factory name.

Parameters:
fname Item factory name.

std::string TdkTreeLegendParams::getFactoryName (  )  [inline]

Retrieves item factory name.

Returns:
Item factory name.

std::string TdkTreeLegendParams::getProductId (  )  [inline]

Retrieves the dialog factory name. This method is used by Abstract factory.

Returns:
Dialog factory name.


Member Data Documentation

string TdkTreeLegendParams::_factoryName [private]

Item factory name.

string TdkTreeLegendParams::_text [private]

Item text to be shown.


The documentation for this class was generated from the following file:
Generated on Fri Jun 15 16:54:59 2007 for TDK by  doxygen 1.5.2