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

Public Member Functions

 Imp (const QColor &col, VP1ColorSelectButton *but, int the_dim)
 

Public Attributes

QColor presentcolor
 
VP1ColorSelectButtonbutton
 
int dim
 

Detailed Description

Definition at line 24 of file VP1ColorSelectButton.cxx.

Constructor & Destructor Documentation

◆ Imp()

VP1ColorSelectButton::Imp::Imp ( const QColor &  col,
VP1ColorSelectButton but,
int  the_dim 
)
inline

Definition at line 26 of file VP1ColorSelectButton.cxx.

26 : presentcolor(col),button(but),dim(the_dim) {}

Member Data Documentation

◆ button

VP1ColorSelectButton* VP1ColorSelectButton::Imp::button

Definition at line 28 of file VP1ColorSelectButton.cxx.

◆ dim

int VP1ColorSelectButton::Imp::dim

Definition at line 29 of file VP1ColorSelectButton.cxx.

◆ presentcolor

QColor VP1ColorSelectButton::Imp::presentcolor

Definition at line 27 of file VP1ColorSelectButton.cxx.


The documentation for this class was generated from the following file:
VP1ColorSelectButton::Imp::presentcolor
QColor presentcolor
Definition: VP1ColorSelectButton.cxx:27
VP1ColorSelectButton::Imp::dim
int dim
Definition: VP1ColorSelectButton.cxx:29
query_example.col
col
Definition: query_example.py:7
VP1ColorSelectButton::Imp::button
VP1ColorSelectButton * button
Definition: VP1ColorSelectButton.cxx:28