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

Public Member Functions

 DbFormEntry (TGWindow *p, Int_t index, const TString &value, const TString &name)
 
 ~DbFormEntry ()
 
void Updated (Int_t index, const Text_t *value)
 
void SetColumnValue (const TString &value)
 
TGCompositeFrame * GetMain () const
 

Private Attributes

TGLabel * fLabel
 
TGTextEntry * fEntry
 
TGCompositeFrame * fMain
 
TGLayoutHints * fLayoutHints1
 
TGLayoutHints * fLayoutHints2
 
Int_t fColumnIndex
 
TString fColumnName
 
TString fColumnValue
 

Detailed Description

Definition at line 344 of file RDBCform.C.

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

Constructor & Destructor Documentation

DbFormEntry::DbFormEntry ( TGWindow *  p,
Int_t  index,
const TString &  value,
const TString &  name 
)

Definition at line 371 of file RDBCform.C.

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

References fColumnIndex, fColumnName, fColumnValue, fEntry, fLabel, fLayoutHints1, fLayoutHints2, fMain, index, perf_headwind::name, and value.

DbFormEntry::~DbFormEntry ( )

Definition at line 398 of file RDBCform.C.

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

References fEntry, fLabel, fLayoutHints1, fLayoutHints2, and fMain.

Member Function Documentation

TGCompositeFrame* DbFormEntry::GetMain ( ) const
inline

Definition at line 367 of file RDBCform.C.

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

References fMain.

void DbFormEntry::SetColumnValue ( const TString &  value)
inline

Definition at line 364 of file RDBCform.C.

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

References fColumnValue, fEntry, and value.

Referenced by DbForm::DisplayResults().

+ Here is the caller graph for this function:

void DbFormEntry::Updated ( Int_t  index,
const Text_t *  value 
)

Definition at line 412 of file RDBCform.C.

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

References check_smearing_config::args, fColumnIndex, fColumnValue, and fEntry.

Member Data Documentation

Int_t DbFormEntry::fColumnIndex
private

Definition at line 354 of file RDBCform.C.

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

Referenced by DbFormEntry(), and Updated().

TString DbFormEntry::fColumnName
private

Definition at line 355 of file RDBCform.C.

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

Referenced by DbFormEntry().

TString DbFormEntry::fColumnValue
private

Definition at line 356 of file RDBCform.C.

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

Referenced by DbFormEntry(), SetColumnValue(), and Updated().

TGTextEntry* DbFormEntry::fEntry
private

Definition at line 350 of file RDBCform.C.

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

Referenced by DbFormEntry(), SetColumnValue(), Updated(), and ~DbFormEntry().

TGLabel* DbFormEntry::fLabel
private

Definition at line 349 of file RDBCform.C.

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

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

TGLayoutHints* DbFormEntry::fLayoutHints1
private

Definition at line 352 of file RDBCform.C.

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

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

TGLayoutHints* DbFormEntry::fLayoutHints2
private

Definition at line 353 of file RDBCform.C.

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

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

TGCompositeFrame* DbFormEntry::fMain
private

Definition at line 351 of file RDBCform.C.

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

Referenced by DbFormEntry(), GetMain(), and ~DbFormEntry().


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