TdkThemeTreeLegendItem Class Reference

Defines the TdkThemeTreeLegendItem class. Defines an interface for a theme tree legend item. More...

#include <TdkTreeLegendItem.h>

Inheritance diagram for TdkThemeTreeLegendItem:

TdkTreeLegendItem List of all members.

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 TdkThemegetTheme ()=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.

Detailed Description

Defines the TdkThemeTreeLegendItem class. Defines an interface for a theme tree legend item.


Constructor & Destructor Documentation

TdkThemeTreeLegendItem::TdkThemeTreeLegendItem (  )  [inline]

Constructor.

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

Virtual destructor.


Member Function Documentation

virtual TdkTheme* TdkThemeTreeLegendItem::getTheme (  )  [pure virtual]

Retrieves the theme pointer.

Returns:
Theme pointer.

virtual bool TdkThemeTreeLegendItem::isOn (  )  [pure virtual]

Retrieves the checked state of the theme item.

Returns:
True if theme item is checked, false otherwise.

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.


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