ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
VP1StdCollection::Imp Class Reference
Collaboration diagram for VP1StdCollection::Imp:

Public Member Functions

 Imp ()
 

Public Attributes

SoSwitch * theswitch
 
SoSeparator * collsep
 
QCheckBox * checkBox
 
SoMaterial * material
 
int largechangescount_sep
 
int largechangescount_switch
 
VP1MaterialButtonBasematButton
 
bool visible
 
bool loaded
 
bool problemsloading
 
bool textProvided
 
qint32 id
 
bool idProvided
 
QString text
 
QList< QWidget * > extraWidgets
 
double lastMatTransparency
 
double lastMatBrightness
 

Detailed Description

Definition at line 30 of file VP1StdCollection.cxx.

Constructor & Destructor Documentation

◆ Imp()

VP1StdCollection::Imp::Imp ( )
inline

Definition at line 32 of file VP1StdCollection.cxx.

32  : theswitch(0),
33  collsep(0),
34  checkBox(0),
35  material(0),
38  matButton(0),
39  visible(false),
40  loaded(false),
41  problemsloading(false),
42  textProvided(false),
43  id(-1),
44  idProvided(false),
46  lastMatBrightness(0) {}

Member Data Documentation

◆ checkBox

QCheckBox* VP1StdCollection::Imp::checkBox

Definition at line 49 of file VP1StdCollection.cxx.

◆ collsep

SoSeparator* VP1StdCollection::Imp::collsep

Definition at line 48 of file VP1StdCollection.cxx.

◆ extraWidgets

QList<QWidget*> VP1StdCollection::Imp::extraWidgets

Definition at line 61 of file VP1StdCollection.cxx.

◆ id

qint32 VP1StdCollection::Imp::id

Definition at line 58 of file VP1StdCollection.cxx.

◆ idProvided

bool VP1StdCollection::Imp::idProvided

Definition at line 59 of file VP1StdCollection.cxx.

◆ largechangescount_sep

int VP1StdCollection::Imp::largechangescount_sep

Definition at line 51 of file VP1StdCollection.cxx.

◆ largechangescount_switch

int VP1StdCollection::Imp::largechangescount_switch

Definition at line 52 of file VP1StdCollection.cxx.

◆ lastMatBrightness

double VP1StdCollection::Imp::lastMatBrightness

Definition at line 63 of file VP1StdCollection.cxx.

◆ lastMatTransparency

double VP1StdCollection::Imp::lastMatTransparency

Definition at line 62 of file VP1StdCollection.cxx.

◆ loaded

bool VP1StdCollection::Imp::loaded

Definition at line 55 of file VP1StdCollection.cxx.

◆ matButton

VP1MaterialButtonBase* VP1StdCollection::Imp::matButton

Definition at line 53 of file VP1StdCollection.cxx.

◆ material

SoMaterial* VP1StdCollection::Imp::material

Definition at line 50 of file VP1StdCollection.cxx.

◆ problemsloading

bool VP1StdCollection::Imp::problemsloading

Definition at line 56 of file VP1StdCollection.cxx.

◆ text

QString VP1StdCollection::Imp::text

Definition at line 60 of file VP1StdCollection.cxx.

◆ textProvided

bool VP1StdCollection::Imp::textProvided

Definition at line 57 of file VP1StdCollection.cxx.

◆ theswitch

SoSwitch* VP1StdCollection::Imp::theswitch

Definition at line 47 of file VP1StdCollection.cxx.

◆ visible

bool VP1StdCollection::Imp::visible

Definition at line 54 of file VP1StdCollection.cxx.


The documentation for this class was generated from the following file:
VP1StdCollection::Imp::theswitch
SoSwitch * theswitch
Definition: VP1StdCollection.cxx:47
VP1StdCollection::Imp::loaded
bool loaded
Definition: VP1StdCollection.cxx:55
VP1StdCollection::Imp::collsep
SoSeparator * collsep
Definition: VP1StdCollection.cxx:48
VP1StdCollection::Imp::id
qint32 id
Definition: VP1StdCollection.cxx:58
VP1StdCollection::Imp::material
SoMaterial * material
Definition: VP1StdCollection.cxx:50
VP1StdCollection::Imp::visible
bool visible
Definition: VP1StdCollection.cxx:54
VP1StdCollection::Imp::matButton
VP1MaterialButtonBase * matButton
Definition: VP1StdCollection.cxx:53
VP1StdCollection::Imp::idProvided
bool idProvided
Definition: VP1StdCollection.cxx:59
VP1StdCollection::Imp::lastMatBrightness
double lastMatBrightness
Definition: VP1StdCollection.cxx:63
VP1StdCollection::Imp::lastMatTransparency
double lastMatTransparency
Definition: VP1StdCollection.cxx:62
VP1StdCollection::Imp::problemsloading
bool problemsloading
Definition: VP1StdCollection.cxx:56
VP1StdCollection::Imp::largechangescount_sep
int largechangescount_sep
Definition: VP1StdCollection.cxx:51
VP1StdCollection::Imp::largechangescount_switch
int largechangescount_switch
Definition: VP1StdCollection.cxx:52
VP1StdCollection::Imp::checkBox
QCheckBox * checkBox
Definition: VP1StdCollection.cxx:49
VP1StdCollection::Imp::textProvided
bool textProvided
Definition: VP1StdCollection.cxx:57