Analysis Software
Documentation for sPHENIX simulation software
|
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 |
Definition at line 344 of file RDBCform.C.
View newest version in sPHENIX GitHub at line 344 of file RDBCform.C
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.
|
inline |
Definition at line 367 of file RDBCform.C.
View newest version in sPHENIX GitHub at line 367 of file RDBCform.C
References fMain.
|
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().
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.
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().
|
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().