ROOT 6.12/07 Reference Guide |
Definition at line 52 of file TGPasswdDialog.h.
Public Member Functions | |
TGPasswdDialog (const char *prompt, char *pwdbuf, Int_t pwdlenmax, UInt_t w=400, UInt_t h=400) | |
Create an editor in a dialog. More... | |
virtual | ~TGPasswdDialog () |
Delete log window. More... | |
void | CloseWindow () |
Called when closed via window manager action. More... | |
void | DoClose () |
Handle close button. More... | |
void | ReturnPressed () |
Handle return. More... | |
Private Attributes | |
TGTransientFrame * | fDialog |
TGTextButton * | fOk |
TGTextEntry * | fPasswd |
TGTextBuffer * | fPasswdText |
char * | fPwdBuf |
Int_t | fPwdLenMax |
#include <TGPasswdDialog.h>
TGPasswdDialog::TGPasswdDialog | ( | const char * | prompt, |
char * | pwdbuf, | ||
Int_t | pwdlenmax, | ||
UInt_t | w = 400 , |
||
UInt_t | h = 400 |
||
) |
Create an editor in a dialog.
Definition at line 56 of file TGPasswdDialog.cxx.
|
virtual |
Delete log window.
Definition at line 121 of file TGPasswdDialog.cxx.
void TGPasswdDialog::CloseWindow | ( | ) |
Called when closed via window manager action.
Definition at line 138 of file TGPasswdDialog.cxx.
void TGPasswdDialog::DoClose | ( | ) |
Handle close button.
Definition at line 130 of file TGPasswdDialog.cxx.
void TGPasswdDialog::ReturnPressed | ( | ) |
Handle return.
Definition at line 146 of file TGPasswdDialog.cxx.
|
private |
Definition at line 57 of file TGPasswdDialog.h.
|
private |
Definition at line 58 of file TGPasswdDialog.h.
|
private |
Definition at line 59 of file TGPasswdDialog.h.
|
private |
Definition at line 60 of file TGPasswdDialog.h.
|
private |
Definition at line 55 of file TGPasswdDialog.h.
|
private |
Definition at line 56 of file TGPasswdDialog.h.