#include <TdkTreeLegendItem.h>
Inheritance diagram for TdkThemeTreeLegendItem:
Public Member Functions | |
Constructor and Destructor Methods | |
Methods related to instantiation and destruction. | |
TdkThemeTreeLegendItem () | |
Constructor. | |
virtual | ~TdkThemeTreeLegendItem () |
Virtual destructor. | |
Behavioral Methods | |
Methods related theme legend item behavior. | |
virtual TdkTheme * | getTheme ()=0 |
Retrieves the theme pointer. | |
virtual bool | isOn ()=0 |
Retrieves the checked state of the theme item. | |
virtual void | setOn (const bool &state)=0 |
Updates the checked state of the theme item. New state of theme item. True, sets theme item checked true. False sets theme item checked false. This method sets theme visibility, yet. |
TdkThemeTreeLegendItem::TdkThemeTreeLegendItem | ( | ) | [inline] |
Constructor.
TdkThemeTreeLegendItem::~TdkThemeTreeLegendItem | ( | ) | [inline, virtual] |
Virtual destructor.
virtual TdkTheme* TdkThemeTreeLegendItem::getTheme | ( | ) | [pure virtual] |
Retrieves the theme pointer.
virtual bool TdkThemeTreeLegendItem::isOn | ( | ) | [pure virtual] |
Retrieves the checked state of the theme item.
virtual void TdkThemeTreeLegendItem::setOn | ( | const bool & | state | ) | [pure virtual] |
Updates the checked state of the theme item. New state of theme item. True, sets theme item checked true. False sets theme item checked false. This method sets theme visibility, yet.