ROOT  6.06/09
Reference Guide
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)
 
virtual ~TGPasswdDialog ()
 Delete log window. More...
 
void ReturnPressed ()
 Handle return. More...
 
void CloseWindow ()
 Called when closed via window manager action. More...
 
void DoClose ()
 Handle close button. More...
 

Private Attributes

char * fPwdBuf
 
Int_t fPwdLenMax
 
TGTransientFramefDialog
 
TGTextButtonfOk
 
TGTextEntryfPasswd
 
TGTextBufferfPasswdText
 

#include <TGPasswdDialog.h>

+ Collaboration diagram for TGPasswdDialog:

Constructor & Destructor Documentation

TGPasswdDialog::TGPasswdDialog ( const char *  prompt,
char *  pwdbuf,
Int_t  pwdlenmax,
UInt_t  w = 400,
UInt_t  h = 400 
)
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.

Referenced by ~TGPasswdDialog().

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.

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

Definition at line 64 of file TGPasswdDialog.h.

Referenced by ReturnPressed().

char* TGPasswdDialog::fPwdBuf
private

Definition at line 59 of file TGPasswdDialog.h.

Referenced by ReturnPressed().

Int_t TGPasswdDialog::fPwdLenMax
private

Definition at line 60 of file TGPasswdDialog.h.

Referenced by ReturnPressed().


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