Logo ROOT   6.07/09
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
TGPasswdDialog Class Reference

Definition at line 56 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

TGTransientFramefDialog
 
TGTextButtonfOk
 
TGTextEntryfPasswd
 
TGTextBufferfPasswdText
 
char * fPwdBuf
 
Int_t fPwdLenMax
 

#include <TGPasswdDialog.h>

Constructor & Destructor Documentation

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.

TGPasswdDialog::~TGPasswdDialog ( )
virtual

Delete log window.

Definition at line 121 of file TGPasswdDialog.cxx.

Member Function Documentation

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.

Member Data Documentation

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.

char* TGPasswdDialog::fPwdBuf
private

Definition at line 59 of file TGPasswdDialog.h.

Int_t TGPasswdDialog::fPwdLenMax
private

Definition at line 60 of file TGPasswdDialog.h.


The documentation for this class was generated from the following files: