Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Slots | Private Attributes
icl::qt::ToggleButton Class Reference

#include <ToggleButton.h>

List of all members.

Public Member Functions

 ToggleButton (const std::string &untoggledText, const std::string &toggledText, QWidget *parent=0, bool *stateRef=0)
 ~ToggleButton ()

Private Slots

void toggleStateChanged (bool toggled)

Private Attributes

std::string m_text [2]
bool * m_stateRef

Constructor & Destructor Documentation

icl::qt::ToggleButton::ToggleButton ( const std::string &  untoggledText,
const std::string &  toggledText,
QWidget *  parent = 0,
bool *  stateRef = 0 
)

Member Function Documentation

void icl::qt::ToggleButton::toggleStateChanged ( bool  toggled) [private, slot]

Member Data Documentation

std::string icl::qt::ToggleButton::m_text[2] [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines