#include <TGPasswdDialog.h>
Public Member Functions | |
TGPasswdDialog (const char *prompt, char *pwdbuf, Int_t pwdlenmax, UInt_t w=400, UInt_t h=400) | |
virtual | ~TGPasswdDialog () |
void | ReturnPressed () |
void | CloseWindow () |
void | DoClose () |
TGPasswdDialog (const char *prompt, char *pwdbuf, Int_t pwdlenmax, UInt_t w=400, UInt_t h=400) | |
virtual | ~TGPasswdDialog () |
void | ReturnPressed () |
void | CloseWindow () |
void | DoClose () |
Private Attributes | |
char * | fPwdBuf |
Int_t | fPwdLenMax |
TGTransientFrame * | fDialog |
TGTextButton * | fOk |
TGTextEntry * | fPasswd |
TGTextBuffer * | fPasswdText |
char * | fPwdBuf |
TGTransientFrame * | fDialog |
TGTextButton * | fOk |
TGTextEntry * | fPasswd |
TGTextBuffer * | fPasswdText |
Definition at line 56 of file TGPasswdDialog.h.
TGPasswdDialog::TGPasswdDialog | ( | const char * | prompt, | |
char * | pwdbuf, | |||
Int_t | pwdlenmax, | |||
UInt_t | w = 400 , |
|||
UInt_t | h = 400 | |||
) |
TGPasswdDialog::~TGPasswdDialog | ( | ) | [virtual] |
TGPasswdDialog::TGPasswdDialog | ( | const char * | prompt, | |
char * | pwdbuf, | |||
Int_t | pwdlenmax, | |||
UInt_t | w = 400 , |
|||
UInt_t | h = 400 | |||
) |
virtual TGPasswdDialog::~TGPasswdDialog | ( | ) | [virtual] |
void TGPasswdDialog::ReturnPressed | ( | ) |
Definition at line 144 of file TGPasswdDialog.cxx.
References TGTextBuffer::Clear(), Error, fDialog, fPasswdText, fPwdBuf, fPwdLenMax, TGTextBuffer::GetString(), gROOT, kFALSE, len, TROOT::SetInterrupt(), and TGFrame::UnmapWindow().
void TGPasswdDialog::CloseWindow | ( | ) |
Definition at line 136 of file TGPasswdDialog.cxx.
void TGPasswdDialog::DoClose | ( | ) |
Definition at line 128 of file TGPasswdDialog.cxx.
References fDialog, and TGMainFrame::SendCloseMessage().
Referenced by ~TGPasswdDialog().
void TGPasswdDialog::ReturnPressed | ( | ) |
void TGPasswdDialog::CloseWindow | ( | ) |
void TGPasswdDialog::DoClose | ( | ) |
char* TGPasswdDialog::fPwdBuf [private] |
Int_t TGPasswdDialog::fPwdLenMax [private] |
TGTransientFrame* TGPasswdDialog::fDialog [private] |
Definition at line 61 of file TGPasswdDialog.h.
Referenced by DoClose(), ReturnPressed(), and ~TGPasswdDialog().
TGTextButton* TGPasswdDialog::fOk [private] |
Definition at line 62 of file TGPasswdDialog.h.
TGTextEntry* TGPasswdDialog::fPasswd [private] |
Definition at line 63 of file TGPasswdDialog.h.
TGTextBuffer* TGPasswdDialog::fPasswdText [private] |
char* TGPasswdDialog::fPwdBuf [private] |
Definition at line 59 of file TGPasswdDialog.h.
TGTransientFrame* TGPasswdDialog::fDialog [private] |
Definition at line 61 of file TGPasswdDialog.h.
TGTextButton* TGPasswdDialog::fOk [private] |
Definition at line 62 of file TGPasswdDialog.h.
TGTextEntry* TGPasswdDialog::fPasswd [private] |
Definition at line 63 of file TGPasswdDialog.h.
TGTextBuffer* TGPasswdDialog::fPasswdText [private] |
Definition at line 64 of file TGPasswdDialog.h.