![]() |
AliRoot Core
a565103 (a565103)
|
Widget to select the painter(s) view type. More...
#include <AliMUONAttPainterSelectorFrame.h>
Public Member Functions | |
AliMUONAttPainterSelectorFrame (TGWindow *p=0x0, UInt_t w=1, UInt_t h=1) | |
virtual | ~AliMUONAttPainterSelectorFrame () |
void | Update (const AliMUONAttPainter &att) |
void | Clicked (const AliMUONAttPainter *newValues) |
void | CathodeClicked (Int_t buttonId) |
void | PlaneClicked (Int_t buttonId) |
void | ViewClicked (Int_t buttonId) |
Private Member Functions | |
AliMUONAttPainterSelectorFrame (const AliMUONAttPainterSelectorFrame &rhs) | |
Not implemented. More... | |
AliMUONAttPainterSelectorFrame & | operator= (const AliMUONAttPainterSelectorFrame &rhs) |
Not implemented. More... | |
Private Attributes | |
TGButtonGroup * | fCathode |
cathode selection buttons More... | |
TGButtonGroup * | fPlane |
plane selection buttons More... | |
TGButtonGroup * | fViewPoint |
viewpoint selection buttons More... | |
AliMUONAttPainter | fAttributes |
attributes More... | |
Widget to select the painter(s) view type.
Widget to select painter view type
Definition at line 24 of file AliMUONAttPainterSelectorFrame.h.
AliMUONAttPainterSelectorFrame::AliMUONAttPainterSelectorFrame | ( | TGWindow * | p = 0x0 , |
UInt_t | w = 1 , |
||
UInt_t | h = 1 |
||
) |
ctor
Definition at line 37 of file AliMUONAttPainterSelectorFrame.cxx.
|
virtual |
dtor
Definition at line 79 of file AliMUONAttPainterSelectorFrame.cxx.
|
private |
Not implemented.
void AliMUONAttPainterSelectorFrame::CathodeClicked | ( | Int_t | buttonId | ) |
Cathode button clicked
Definition at line 86 of file AliMUONAttPainterSelectorFrame.cxx.
void AliMUONAttPainterSelectorFrame::Clicked | ( | const AliMUONAttPainter * | newValues | ) |
Emit a signal
Definition at line 170 of file AliMUONAttPainterSelectorFrame.cxx.
Referenced by CathodeClicked(), PlaneClicked(), and ViewClicked().
|
private |
Not implemented.
void AliMUONAttPainterSelectorFrame::PlaneClicked | ( | Int_t | buttonId | ) |
Plane button clicked
Definition at line 114 of file AliMUONAttPainterSelectorFrame.cxx.
void AliMUONAttPainterSelectorFrame::Update | ( | const AliMUONAttPainter & | att | ) |
Update button state from the painter attributes
Definition at line 181 of file AliMUONAttPainterSelectorFrame.cxx.
Referenced by AliMUONPainterMasterFrame::UpdateAttributes().
void AliMUONAttPainterSelectorFrame::ViewClicked | ( | Int_t | buttonId | ) |
View button clicked
Definition at line 143 of file AliMUONAttPainterSelectorFrame.cxx.
|
private |
attributes
Definition at line 52 of file AliMUONAttPainterSelectorFrame.h.
Referenced by CathodeClicked(), PlaneClicked(), Update(), and ViewClicked().
|
private |
cathode selection buttons
Definition at line 48 of file AliMUONAttPainterSelectorFrame.h.
Referenced by CathodeClicked(), and Update().
|
private |
plane selection buttons
Definition at line 49 of file AliMUONAttPainterSelectorFrame.h.
Referenced by PlaneClicked(), and Update().
|
private |
viewpoint selection buttons
Definition at line 50 of file AliMUONAttPainterSelectorFrame.h.
Referenced by Update(), and ViewClicked().