#include <Fireworks/Core/interface/CSGContinuousAction.h>
Public Member Functions | |
void | createCustomIconsButton (TGCompositeFrame *p, const TGPicture *upPic, const TGPicture *downPic, const TGPicture *disabledPic, const TGPicture *upRunningPic, const TGPicture *downRunningPic, TGLayoutHints *l=0, Int_t id=-1, GContext_t norm=TGButton::GetDefaultGC()(), UInt_t option=0) |
CSGContinuousAction (CSGActionSupervisor *sup, const char *name) | |
virtual void | globalDisable () |
virtual void | globalEnable () |
bool | isRunning () const |
void | stop () |
void | switchMode () |
Public Member Functions inherited from CSGAction | |
void | activate () |
void | addSCToMenu () |
void | createCheckButton (TGCompositeFrame *p, TGLayoutHints *l=0, Bool_t state=true, Int_t id=-1, GContext_t norm=TGButton::GetDefaultGC()(), FontStruct_t font=TGTextButton::GetDefaultFontStruct()) |
FWCustomIconsButton * | createCustomIconsButton (TGCompositeFrame *p, const TGPicture *upPic, const TGPicture *downPic, const TGPicture *disabledPic, TGLayoutHints *l=0, Int_t id=-1, GContext_t norm=TGButton::GetDefaultGC()(), UInt_t option=0) |
void | createMenuEntry (TGPopupMenu *menu) |
void | createPictureButton (TGCompositeFrame *p, const TGPicture *pic, TGLayoutHints *l=0, Int_t id=-1, GContext_t norm=TGButton::GetDefaultGC()(), UInt_t option=kRaisedFrame|kDoubleBorder) |
void | createShortcut (UInt_t key, const char *mod, int windowID) |
void | createTextButton (TGCompositeFrame *p, TGLayoutHints *l=0, Int_t id=-1, GContext_t norm=TGButton::GetDefaultGC()(), FontStruct_t font=TGTextButton::GetDefaultFontStruct(), UInt_t option=kRaisedFrame|kDoubleBorder) |
CSGAction (CSGActionSupervisor *supervisor, const char *name) | |
void | disable () |
void | enable () |
Int_t | getKeycode () const |
TGPopupMenu * | getMenu () const |
int | getMenuEntry () const |
Int_t | getModcode () const |
const std::string & | getName () const |
TString | getSCCombo () const |
TGToolBar * | getToolBar () const |
ToolBarData_t * | getToolBarData () const |
const std::string & | getToolTip () const |
virtual Bool_t | isEnabled () const |
Bool_t | resizeMenuEntry () |
void | setMenuLabel (const std::string &label) |
void | setName (const std::string &name) |
void | setToolTip (const std::string &tip) |
virtual | ~CSGAction () |
Public Attributes | |
sigc::signal< void > | started_ |
sigc::signal< void > | stopped_ |
Public Attributes inherited from CSGAction | |
sigc::signal< void > | activated |
Private Member Functions | |
CSGContinuousAction (const CSGContinuousAction &) | |
const CSGContinuousAction & | operator= (const CSGContinuousAction &) |
Private Attributes | |
FWCustomIconsButton * | m_button |
const TGPicture * | m_disabledPic |
const TGPicture * | m_downPic |
std::string | m_imageFileName |
bool | m_isRunning |
const TGPicture * | m_runningDownPic |
std::string | m_runningImageFileName |
const TGPicture * | m_runningUpPic |
const TGPicture * | m_upPic |
Additional Inherited Members | |
Static Public Member Functions inherited from CSGAction | |
static TString | keycodeToString (Int_t keycode) |
Description: An action which continues over time (e.g. playing events)
Usage: <usage>
Definition at line 29 of file CSGContinuousAction.h.
CSGContinuousAction::CSGContinuousAction | ( | CSGActionSupervisor * | sup, |
const char * | name | ||
) |
Definition at line 32 of file CSGContinuousAction.cc.
References CSGAction::activated, and switchMode().
|
private |
void CSGContinuousAction::createCustomIconsButton | ( | TGCompositeFrame * | p, |
const TGPicture * | upPic, | ||
const TGPicture * | downPic, | ||
const TGPicture * | disabledPic, | ||
const TGPicture * | upRunningPic, | ||
const TGPicture * | downRunningPic, | ||
TGLayoutHints * | l = 0 , |
||
Int_t | id = -1 , |
||
GContext_t | norm = TGButton::GetDefaultGC() () , |
||
UInt_t | option = 0 |
||
) |
Definition at line 46 of file CSGContinuousAction.cc.
References CSGAction::createCustomIconsButton(), m_button, m_disabledPic, m_downPic, m_runningDownPic, m_runningUpPic, and m_upPic.
|
virtual |
Reimplemented from CSGAction.
Definition at line 117 of file CSGContinuousAction.cc.
References CSGAction::globalDisable(), and m_isRunning.
|
virtual |
Reimplemented from CSGAction.
Definition at line 111 of file CSGContinuousAction.cc.
References CSGAction::globalEnable().
|
inline |
Definition at line 36 of file CSGContinuousAction.h.
References m_isRunning.
Referenced by Vispa.Share.ThreadChain.ThreadChain::start().
|
private |
void CSGContinuousAction::stop | ( | ) |
Definition at line 91 of file CSGContinuousAction.cc.
References CSGAction::getMenu(), CSGAction::getMenuEntry(), CSGAction::getToolBar(), CSGAction::getToolBarData(), m_button, m_disabledPic, m_downPic, m_imageFileName, m_isRunning, m_upPic, and FWCustomIconsButton::swapIcons().
Referenced by switchMode().
void CSGContinuousAction::switchMode | ( | ) |
Definition at line 67 of file CSGContinuousAction.cc.
References CSGAction::getMenu(), CSGAction::getMenuEntry(), CSGAction::getToolBar(), CSGAction::getToolBarData(), CSGAction::globalEnable(), m_button, m_disabledPic, m_isRunning, m_runningDownPic, m_runningImageFileName, m_runningUpPic, started_, stop(), stopped_, and FWCustomIconsButton::swapIcons().
Referenced by CSGContinuousAction().
|
private |
Definition at line 77 of file CSGContinuousAction.h.
Referenced by createCustomIconsButton(), stop(), and switchMode().
|
private |
Definition at line 73 of file CSGContinuousAction.h.
Referenced by createCustomIconsButton(), stop(), and switchMode().
|
private |
Definition at line 72 of file CSGContinuousAction.h.
Referenced by createCustomIconsButton(), and stop().
|
private |
Definition at line 68 of file CSGContinuousAction.h.
Referenced by stop().
|
private |
Definition at line 79 of file CSGContinuousAction.h.
Referenced by globalDisable(), isRunning(), stop(), and switchMode().
|
private |
Definition at line 75 of file CSGContinuousAction.h.
Referenced by createCustomIconsButton(), and switchMode().
|
private |
Definition at line 69 of file CSGContinuousAction.h.
Referenced by switchMode().
|
private |
Definition at line 74 of file CSGContinuousAction.h.
Referenced by createCustomIconsButton(), and switchMode().
|
private |
Definition at line 71 of file CSGContinuousAction.h.
Referenced by createCustomIconsButton(), and stop().
sigc::signal<void> CSGContinuousAction::started_ |
Definition at line 53 of file CSGContinuousAction.h.
Referenced by switchMode().
sigc::signal<void> CSGContinuousAction::stopped_ |
Definition at line 54 of file CSGContinuousAction.h.
Referenced by switchMode().