#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 alert(), alert_over(), arrow_down(), arrow_down_disabled(), arrow_right(), arrow_right_disabled(), checkImage(), FWGUISubviewArea::closeDisabledIcon(), FWGUISubviewArea::closeIcon(), CmsShowMainFrame::CmsShowMainFrame(), FWGUISubviewArea::dockIcon(), filtered(), filtered_over(), FWGUIEventFilter::FWGUIEventFilter(), FWGUIEventSelector::FWGUIEventSelector(), info(), info_disabled(), info_over(), FWGUISubviewArea::infoDisabledIcon(), FWGUISubviewArea::infoIcon(), CmsAnnotation::Render(), CmsShowMainFrame::showFWorksInfo(), FWGUISubviewArea::swapDisabledIcon(), FWGUISubviewArea::swapIcon(), FWGUISubviewArea::undockDisabledIcon(), FWGUISubviewArea::undockIcon(), unfiltered(), and unfiltered_over().
|
privatevirtual |
Implements FWBoxIconBase.
Definition at line 74 of file FWCheckBoxIcon.cc.
References checkImage(), and m_checked.
|
inline |
Definition at line 35 of file FWCheckBoxIcon.h.
References m_checked.
Referenced by FWCollectionSummaryWidget::toggleItemVisible(), and Vispa.Views.PropertyView.BooleanProperty::value().
|
private |
|
inline |
Definition at line 41 of file FWCheckBoxIcon.h.
References m_checked.
Referenced by FWCollectionSummaryWidget::displayChanged(), FWCollectionSummaryModelCellRenderer::setData(), and FWCollectionSummaryWidget::toggleItemVisible().
|
private |
Definition at line 53 of file FWCheckBoxIcon.h.
Referenced by drawInsideBox(), isChecked(), and setChecked().