#include <XSStepButton.h>
Inheritance diagram for XSStepButton:
Public Member Functions | |
XSStepButton (const TGWindow *p, Int_t id) | |
~XSStepButton () | |
virtual void | Associate (const TGWindow *w) |
virtual Bool_t | ProcessMessage (Long_t msg, Long_t param1, Long_t param2) |
virtual TGDimension | GetDefaultSize () const |
Protected Attributes | |
const TGWindow * | fMsgWindow |
Int_t | buttonId |
TGLayoutHints * | lHints |
TGPictureButton * | upButton |
TGPictureButton * | downButton |
UInt_t | width |
UInt_t | height |
Definition at line 18 of file XSStepButton.h.
Definition at line 11 of file XSStepButton.cxx.
References TGCompositeFrame::AddFrame(), TGWidget::Associate(), buttonId, downButton, TGFrame::fBorderWidth, TGObject::fClient, fMsgWindow, TGFrame::GetDefaultHeight(), GetDefaultSize(), TGFrame::GetDefaultWidth(), TGClient::GetPicture(), height, kLHintsLeft, kLHintsTop, lHints, TGCompositeFrame::MapSubwindows(), TGFrame::MapWindow(), NULL, TGFrame::Resize(), upButton, width, XSSTEPBUTTON_DOWN, and XSSTEPBUTTON_UP.
XSStepButton::~XSStepButton | ( | ) |
virtual void XSStepButton::Associate | ( | const TGWindow * | w | ) | [inline, virtual] |
Definition at line 37 of file XSStepButton.h.
References fMsgWindow, and w.
Referenced by XSReactionDlg::XSReactionDlg().
Reimplemented from TGCompositeFrame.
Definition at line 45 of file XSStepButton.cxx.
References buttonId, fMsgWindow, GET_MSG(), GET_SUBMSG(), kC_COMMAND, kCM_BUTTON, kTRUE, MK_MSG(), and TGFrame::SendMessage().
virtual TGDimension XSStepButton::GetDefaultSize | ( | ) | const [inline, virtual] |
Reimplemented from TGCompositeFrame.
Definition at line 42 of file XSStepButton.h.
Referenced by XSStepButton().
const TGWindow* XSStepButton::fMsgWindow [protected] |
Definition at line 21 of file XSStepButton.h.
Referenced by Associate(), ProcessMessage(), and XSStepButton().
Int_t XSStepButton::buttonId [protected] |
TGLayoutHints* XSStepButton::lHints [protected] |
TGPictureButton* XSStepButton::upButton [protected] |
TGPictureButton * XSStepButton::downButton [protected] |
UInt_t XSStepButton::width [protected] |
UInt_t XSStepButton::height [protected] |