#include <Fireworks/Core/interface/FWBoxIconButton.h>
Public Member Functions | |
FWBoxIconButton (const TGWindow *iParent, FWBoxIconBase *iBase, Int_t iID=-1, GContext_t norm=TGButton::GetDefaultGC()(), UInt_t option=0) | |
void | setNormCG (GContext_t) |
virtual | ~FWBoxIconButton () |
Protected Member Functions | |
virtual void | DoRedraw () |
Private Member Functions | |
FWBoxIconButton (const FWBoxIconButton &) | |
const FWBoxIconButton & | operator= (const FWBoxIconButton &) |
Private Attributes | |
FWBoxIconBase * | m_iconBase |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 29 of file FWBoxIconButton.h.
FWBoxIconButton::FWBoxIconButton | ( | const TGWindow * | iParent, |
FWBoxIconBase * | iBase, | ||
Int_t | iID = -1 , |
||
GContext_t | norm = TGButton::GetDefaultGC() () , |
||
UInt_t | option = 0 |
||
) |
Definition at line 30 of file FWBoxIconButton.cc.
References FWBoxIconBase::edgeLength(), and m_iconBase.
|
virtual |
|
private |
|
protectedvirtual |
Definition at line 67 of file FWBoxIconButton.cc.
References FWBoxIconBase::draw(), and m_iconBase.
|
private |
void FWBoxIconButton::setNormCG | ( | GContext_t | iContext | ) |
Definition at line 72 of file FWBoxIconButton.cc.
Referenced by FWCollectionSummaryWidget::setBackgroundToWhite().
|
private |
Definition at line 53 of file FWBoxIconButton.h.
Referenced by DoRedraw(), FWBoxIconButton(), and ~FWBoxIconButton().