#include <Fireworks/Core/interface/FWCheckBoxIcon.h>
Public Member Functions | |
FWCheckBoxIcon (unsigned int iEdgeLength) | |
bool | isChecked () const |
void | setChecked (bool iChecked) |
virtual | ~FWCheckBoxIcon () |
Public Member Functions inherited from FWBoxIconBase | |
void | draw (Drawable_t iID, GContext_t iContext, int iX, int iY) const |
unsigned int | edgeLength () const |
FWBoxIconBase (unsigned int iEdgeLength) | |
virtual | ~FWBoxIconBase () |
Static Public Member Functions | |
static const TString & | coreIcondir () |
Private Member Functions | |
void | drawInsideBox (Drawable_t iID, GContext_t iContext, int iX, int iY, unsigned int iSize) const |
FWCheckBoxIcon (const FWCheckBoxIcon &) | |
const FWCheckBoxIcon & | operator= (const FWCheckBoxIcon &) |
Private Attributes | |
bool | m_checked |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 28 of file FWCheckBoxIcon.h.
FWCheckBoxIcon::FWCheckBoxIcon | ( | unsigned int | iEdgeLength | ) |
Definition at line 39 of file FWCheckBoxIcon.cc.
|
virtual |
Definition at line 50 of file FWCheckBoxIcon.cc.
|
private |
|
static |
Definition at line 86 of file FWCheckBoxIcon.cc.
References assert(), and fed_dqm_sourceclient-live_cfg::path.
Referenced by checkImage(), and FWGUIEventSelector::FWGUIEventSelector().
|
privatevirtual |
Implements FWBoxIconBase.
Definition at line 74 of file FWCheckBoxIcon.cc.
References checkImage(), and m_checked.
|
inline |
|
private |
|
inline |
Definition at line 41 of file FWCheckBoxIcon.h.
References m_checked.
Referenced by FWCollectionSummaryModelCellRenderer::setData().
|
private |
Definition at line 53 of file FWCheckBoxIcon.h.
Referenced by drawInsideBox(), isChecked(), and setChecked().