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

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

TGTransientFramefDialog
 
TGTextButtonfOk
 
TGTextEntryfPasswd
 
TGTextBufferfPasswdText
 
char * fPwdBuf
 
Int_t fPwdLenMax
 

#include <TGPasswdDialog.h>

Constructor & Destructor Documentation

◆ TGPasswdDialog()

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::~TGPasswdDialog ( )
virtual

Delete log window.

Definition at line 121 of file TGPasswdDialog.cxx.

Member Function Documentation

◆ CloseWindow()

void TGPasswdDialog::CloseWindow ( )

Called when closed via window manager action.

Definition at line 138 of file TGPasswdDialog.cxx.

◆ DoClose()

void TGPasswdDialog::DoClose ( )

Handle close button.

Definition at line 130 of file TGPasswdDialog.cxx.

◆ ReturnPressed()

void TGPasswdDialog::ReturnPressed ( )

Handle return.

Definition at line 146 of file TGPasswdDialog.cxx.

Member Data Documentation

◆ fDialog

TGTransientFrame* TGPasswdDialog::fDialog
private

Definition at line 57 of file TGPasswdDialog.h.

◆ fOk

TGTextButton* TGPasswdDialog::fOk
private

Definition at line 58 of file TGPasswdDialog.h.

◆ fPasswd

TGTextEntry* TGPasswdDialog::fPasswd
private

Definition at line 59 of file TGPasswdDialog.h.

◆ fPasswdText

TGTextBuffer* TGPasswdDialog::fPasswdText
private

Definition at line 60 of file TGPasswdDialog.h.

◆ fPwdBuf

char* TGPasswdDialog::fPwdBuf
private

Definition at line 55 of file TGPasswdDialog.h.

◆ fPwdLenMax

Int_t TGPasswdDialog::fPwdLenMax
private

Definition at line 56 of file TGPasswdDialog.h.

Libraries for TGPasswdDialog:
[legend]

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