Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PasswordDialog Class Reference

Public Member Functions

 PasswordDialog ()
 
 ~PasswordDialog ()
 
void Hide ()
 
void Show ()
 
void Clear ()
 
TGMainFrame * GetMainFrame () const
 
TString GetDSN () const
 
TString GetUsername () const
 
TString GetPassword () const
 
void Print (Option_t *opt="") const
 
void Entered (const Text_t *dsn=0, const Text_t *pwd=0, const Text_t *usr=0)
 
void DSNEntered ()
 
void PasswordEntered ()
 
void UsernameEntered ()
 

Private Attributes

TGMainFrame * fMain
 
TGTextEntry * fDSNEntry
 
TGTextEntry * fUserEntry
 
TGTextEntry * fPswdEntry
 
TGTextButton * fOKButton
 
TGTextButton * fCancelButton
 
TGLabel * fDSNLabel
 
TGLabel * fPswLabel
 
TGLabel * fUsrLabel
 
TGLabel * fInfoLabel
 
TString fDSN
 
TString fUsername
 
TString fPassword
 

Detailed Description

Definition at line 88 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 88 of file RDBCform.C

Constructor & Destructor Documentation

PasswordDialog::PasswordDialog ( )

Definition at line 132 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 132 of file RDBCform.C

References fCancelButton, fDSNEntry, fDSNLabel, fInfoLabel, fMain, fOKButton, fPswdEntry, fPswLabel, fUserEntry, and fUsrLabel.

PasswordDialog::~PasswordDialog ( )

Definition at line 246 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 246 of file RDBCform.C

References fCancelButton, fDSNEntry, fDSNLabel, fInfoLabel, fMain, fOKButton, fPswdEntry, fPswLabel, fUserEntry, and fUsrLabel.

Member Function Documentation

void PasswordDialog::Clear ( void  )

Definition at line 236 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 236 of file RDBCform.C

References fDSNEntry, fPswdEntry, and fUserEntry.

Referenced by PasswordEntered().

+ Here is the caller graph for this function:

void PasswordDialog::DSNEntered ( )

Definition at line 291 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 291 of file RDBCform.C

References fUserEntry.

void PasswordDialog::Entered ( const Text_t *  dsn = 0,
const Text_t *  pwd = 0,
const Text_t *  usr = 0 
)

Definition at line 263 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 263 of file RDBCform.C

References check_smearing_config::args, fDSN, fPassword, and fUsername.

Referenced by PasswordEntered().

+ Here is the caller graph for this function:

TString PasswordDialog::GetDSN ( ) const
inline

Definition at line 116 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 116 of file RDBCform.C

References fDSN.

TGMainFrame* PasswordDialog::GetMainFrame ( ) const
inline

Definition at line 115 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 115 of file RDBCform.C

References fMain.

TString PasswordDialog::GetPassword ( ) const
inline

Definition at line 118 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 118 of file RDBCform.C

References fPassword.

TString PasswordDialog::GetUsername ( ) const
inline

Definition at line 117 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 117 of file RDBCform.C

References fUsername.

void PasswordDialog::Hide ( )

Definition at line 228 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 228 of file RDBCform.C

References fMain.

Referenced by DbForm::Connect().

+ Here is the caller graph for this function:

void PasswordDialog::PasswordEntered ( )

Definition at line 317 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 317 of file RDBCform.C

References Clear(), Entered(), fDSN, fDSNEntry, fPassword, fPswdEntry, fUserEntry, and fUsername.

+ Here is the call graph for this function:

void PasswordDialog::Print ( Option_t *  opt = "") const

Definition at line 334 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 334 of file RDBCform.C

References fDSN, fPassword, fUsername, and printf().

+ Here is the call graph for this function:

void PasswordDialog::Show ( )

Definition at line 220 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 220 of file RDBCform.C

References fMain.

Referenced by DbForm::HandleFileMenu().

+ Here is the caller graph for this function:

void PasswordDialog::UsernameEntered ( )

Definition at line 304 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 304 of file RDBCform.C

References fPswdEntry.

Member Data Documentation

TGTextButton* PasswordDialog::fCancelButton
private

Definition at line 98 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 98 of file RDBCform.C

Referenced by PasswordDialog(), and ~PasswordDialog().

TString PasswordDialog::fDSN
private

Definition at line 103 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 103 of file RDBCform.C

Referenced by Entered(), GetDSN(), PasswordEntered(), and Print().

TGTextEntry* PasswordDialog::fDSNEntry
private

Definition at line 94 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 94 of file RDBCform.C

Referenced by Clear(), PasswordDialog(), PasswordEntered(), and ~PasswordDialog().

TGLabel* PasswordDialog::fDSNLabel
private

Definition at line 99 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 99 of file RDBCform.C

Referenced by PasswordDialog(), and ~PasswordDialog().

TGLabel* PasswordDialog::fInfoLabel
private

Definition at line 102 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 102 of file RDBCform.C

Referenced by PasswordDialog(), and ~PasswordDialog().

TGMainFrame* PasswordDialog::fMain
private

Definition at line 93 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 93 of file RDBCform.C

Referenced by GetMainFrame(), Hide(), PasswordDialog(), Show(), and ~PasswordDialog().

TGTextButton* PasswordDialog::fOKButton
private

Definition at line 97 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 97 of file RDBCform.C

Referenced by PasswordDialog(), and ~PasswordDialog().

TString PasswordDialog::fPassword
private

Definition at line 105 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 105 of file RDBCform.C

Referenced by Entered(), GetPassword(), PasswordEntered(), and Print().

TGTextEntry* PasswordDialog::fPswdEntry
private

Definition at line 96 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 96 of file RDBCform.C

Referenced by Clear(), PasswordDialog(), PasswordEntered(), UsernameEntered(), and ~PasswordDialog().

TGLabel* PasswordDialog::fPswLabel
private

Definition at line 100 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 100 of file RDBCform.C

Referenced by PasswordDialog(), and ~PasswordDialog().

TGTextEntry* PasswordDialog::fUserEntry
private

Definition at line 95 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 95 of file RDBCform.C

Referenced by Clear(), DSNEntered(), PasswordDialog(), PasswordEntered(), and ~PasswordDialog().

TString PasswordDialog::fUsername
private

Definition at line 104 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 104 of file RDBCform.C

Referenced by Entered(), GetUsername(), PasswordEntered(), and Print().

TGLabel* PasswordDialog::fUsrLabel
private

Definition at line 101 of file RDBCform.C.

View newest version in sPHENIX GitHub at line 101 of file RDBCform.C

Referenced by PasswordDialog(), and ~PasswordDialog().


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