#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) |
~FWBoxIconButton () override | |
Protected Member Functions | |
void | DoRedraw () override |
Private Member Functions | |
FWBoxIconButton (const FWBoxIconButton &)=delete | |
const FWBoxIconButton & | operator= (const FWBoxIconButton &)=delete |
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.
|
override |
|
privatedelete |
|
overrideprotected |
Definition at line 67 of file FWBoxIconButton.cc.
References FWBoxIconBase::draw(), and m_iconBase.
|
privatedelete |
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().