CbmRoot
|
#include <CbmPointSetArrayEditor.h>
Public Member Functions | |
CbmPointSetArrayEditor (const TGWindow *p=0, Int_t width=170, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground()) | |
Constructor. More... | |
~CbmPointSetArrayEditor () | |
Destructor. More... | |
virtual void | SetModel (TObject *obj) |
Set model object. More... | |
void | DoColor () |
Set the colorMode of CbmPointSetArray. More... | |
void | DoMarker () |
Set the markerMode of CbmPointSetArray. More... | |
ClassDef (CbmPointSetArrayEditor, 0) | |
Protected Attributes | |
CbmPointSetArray * | fM |
TGComboBox * | fComboColor |
TGComboBox * | fComboMarker |
Private Member Functions | |
CbmPointSetArrayEditor (const CbmPointSetArrayEditor &) | |
CbmPointSetArrayEditor & | operator= (const CbmPointSetArrayEditor &) |
Definition at line 32 of file CbmPointSetArrayEditor.h.
|
private |
CbmPointSetArrayEditor::CbmPointSetArrayEditor | ( | const TGWindow * | p = 0 , |
Int_t | width = 170 , |
||
Int_t | height = 30 , |
||
UInt_t | options = kChildFrame , |
||
Pixel_t | back = GetDefaultFrameBackground() |
||
) |
Constructor.
Definition at line 22 of file CbmPointSetArrayEditor.cxx.
References fComboColor, fComboMarker, and fM.
CbmPointSetArrayEditor::~CbmPointSetArrayEditor | ( | ) |
Destructor.
Definition at line 78 of file CbmPointSetArrayEditor.cxx.
CbmPointSetArrayEditor::ClassDef | ( | CbmPointSetArrayEditor | , |
0 | |||
) |
void CbmPointSetArrayEditor::DoColor | ( | ) |
Set the colorMode of CbmPointSetArray.
Definition at line 93 of file CbmPointSetArrayEditor.cxx.
References CbmPointSetArray::ApplyColorMode(), fComboColor, fM, and CbmPointSetArray::SetColorMode().
void CbmPointSetArrayEditor::DoMarker | ( | ) |
Set the markerMode of CbmPointSetArray.
Definition at line 102 of file CbmPointSetArrayEditor.cxx.
References CbmPointSetArray::ApplyMarkerMode(), fComboMarker, fM, and CbmPointSetArray::SetMarkerMode().
|
private |
|
virtual |
Set model object.
Definition at line 83 of file CbmPointSetArrayEditor.cxx.
References fComboColor, fComboMarker, fM, CbmPointSetArray::GetColorMode(), and CbmPointSetArray::GetMarkerMode().
|
protected |
Definition at line 39 of file CbmPointSetArrayEditor.h.
Referenced by CbmPointSetArrayEditor(), DoColor(), and SetModel().
|
protected |
Definition at line 40 of file CbmPointSetArrayEditor.h.
Referenced by CbmPointSetArrayEditor(), DoMarker(), and SetModel().
|
protected |
Definition at line 38 of file CbmPointSetArrayEditor.h.
Referenced by CbmPointSetArrayEditor(), DoColor(), DoMarker(), and SetModel().