#include <canvsave.h>
Inheritance diagram for CanvSave:
Public Member Functions | |
CanvSave (const TGWindow *p, const TGWindow *main, UInt_t w, UInt_t h, UInt_t options=kMainFrame|kVerticalFrame) | |
virtual | ~CanvSave () |
virtual void | CloseWindow () |
virtual Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
Private Attributes | |
TGCompositeFrame * | fFrame |
TGCompositeFrame * | fF1 |
TGCompositeFrame * | fF2 |
TGCompositeFrame * | fF3 |
TGComboBox * | fCombo |
TGTextEntry * | fText |
TGTextBuffer * | fBuf |
TGButton * | fSave |
TGButton * | fCancel |
Definition at line 20 of file canvsave.h.
CanvSave::CanvSave | ( | const TGWindow * | p, | |
const TGWindow * | main, | |||
UInt_t | w, | |||
UInt_t | h, | |||
UInt_t | options = kMainFrame|kVerticalFrame | |||
) |
CanvSave::~CanvSave | ( | ) | [virtual] |
void CanvSave::CloseWindow | ( | ) | [virtual] |
Reimplemented from TGMainFrame.
Definition at line 137 of file canvsave.cxx.
Referenced by ProcessMessage().
Reimplemented from TGCompositeFrame.
Definition at line 150 of file canvsave.cxx.
References TGTextBuffer::AddText(), c, TGTextBuffer::Clear(), CloseWindow(), fBuf, TGObject::fClient, fText, GET_MSG(), GET_SUBMSG(), TROOT::GetListOfCanvases(), TGTextBuffer::GetString(), gROOT, kC_COMMAND, kCM_BUTTON, kCM_COMBOBOX, kTRUE, and TGClient::NeedRedraw().
TGCompositeFrame* CanvSave::fFrame [private] |
TGCompositeFrame * CanvSave::fF1 [private] |
TGCompositeFrame * CanvSave::fF2 [private] |
TGCompositeFrame * CanvSave::fF3 [private] |
TGComboBox* CanvSave::fCombo [private] |
TGTextEntry* CanvSave::fText [private] |
TGTextBuffer* CanvSave::fBuf [private] |
TGButton* CanvSave::fSave [private] |
TGButton * CanvSave::fCancel [private] |