CbmRoot
|
GUI elements to add global transparency control to CbmTimesliceManagerEditor. Cannot be used alone! More...
#include <CbmTsEveTransparencyControl.h>
Public Member Functions | |
CbmTsEveTransparencyControl (TGFrame const *parent, char const *label="Transparency") | |
TGCheckButton * | GetCheck () const |
TGNumberEntry * | GetNumber () const |
void | Toggled () |
Called when button clicked. RESERVED FOR GUI CALLS! | |
void | ValueSet () |
Called when transparency value changed. RESERVED FOR GUI CALLS! | |
virtual | ~CbmTsEveTransparencyControl () |
Private Attributes | |
TGCheckButton * | fCheck |
TGNumberEntry * | fNumber |
GUI elements to add global transparency control to CbmTimesliceManagerEditor. Cannot be used alone!
PAL 31/05/2023: clone of FairEveTransparencyControl (for FairEventManagerEditor) from FairRoot v18.6.7
Definition at line 22 of file CbmTsEveTransparencyControl.h.
CbmTsEveTransparencyControl::CbmTsEveTransparencyControl | ( | TGFrame const * | parent, |
char const * | label = "Transparency" ) |
Definition at line 12 of file CbmTsEveTransparencyControl.cxx.
|
inlinevirtual |
Definition at line 41 of file CbmTsEveTransparencyControl.h.
|
inline |
Definition at line 29 of file CbmTsEveTransparencyControl.h.
References fCheck.
|
inline |
Definition at line 30 of file CbmTsEveTransparencyControl.h.
References fNumber.
void CbmTsEveTransparencyControl::Toggled | ( | ) |
Called when button clicked. RESERVED FOR GUI CALLS!
Definition at line 34 of file CbmTsEveTransparencyControl.cxx.
References fCheck, fNumber, CbmTimesliceManager::Instance(), and CbmTimesliceManager::SetTransparency().
void CbmTsEveTransparencyControl::ValueSet | ( | ) |
Called when transparency value changed. RESERVED FOR GUI CALLS!
Definition at line 44 of file CbmTsEveTransparencyControl.cxx.
References fCheck, fNumber, CbmTimesliceManager::Instance(), and CbmTimesliceManager::SetTransparency().
|
private |
Definition at line 23 of file CbmTsEveTransparencyControl.h.
Referenced by CbmTsEveTransparencyControl(), GetCheck(), Toggled(), and ValueSet().
|
private |
Definition at line 24 of file CbmTsEveTransparencyControl.h.
Referenced by CbmTsEveTransparencyControl(), GetNumber(), Toggled(), and ValueSet().