#include <TdkTreeLegendItem.h>
Inheritance diagram for TdkTreeLegendParams:
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. |
TdkTreeLegendParams::TdkTreeLegendParams | ( | ) | [inline] |
Constructor.
TdkTreeLegendParams::~TdkTreeLegendParams | ( | ) | [inline, virtual] |
Virtual destructor.
void TdkTreeLegendParams::setText | ( | const string & | text | ) |
Sets item current text.
text | Text to be showed by the item. |
std::string TdkTreeLegendParams::getText | ( | ) | [inline] |
Retrieevs item current text.
void TdkTreeLegendParams::setFactoryName | ( | const string & | fname | ) |
Sets item factory name.
fname | Item factory name. |
std::string TdkTreeLegendParams::getFactoryName | ( | ) | [inline] |
Retrieves item factory name.
std::string TdkTreeLegendParams::getProductId | ( | ) | [inline] |
Retrieves the dialog factory name. This method is used by Abstract factory.
string TdkTreeLegendParams::_factoryName [private] |
Item factory name.
string TdkTreeLegendParams::_text [private] |
Item text to be shown.