#include <TAttLineEditor.h>
Inheritance diagram for TAttLineEditor:
Definition at line 32 of file TAttLineEditor.h.
TAttLineEditor::TAttLineEditor | ( | const TGWindow * | p = 0 , |
|
Int_t | width = 140 , |
|||
Int_t | height = 30 , |
|||
UInt_t | options = kChildFrame , |
|||
Pixel_t | back = GetDefaultFrameBackground() | |||
) |
Definition at line 43 of file TAttLineEditor.cxx.
References TGCompositeFrame::AddFrame(), TGWidget::Associate(), f2, fAttLine, fColorSelect, TGedFrame::fPriority, fStyleCombo, fWidthCombo, kHorizontalFrame, kLHintsLeft, kLHintsTop, TGedFrame::MakeTitle(), TGFrame::Resize(), and TGCompositeFrame::TGCompositeFrame().
TAttLineEditor::~TAttLineEditor | ( | ) | [virtual] |
Definition at line 73 of file TAttLineEditor.cxx.
TAttLineEditor::TAttLineEditor | ( | const TGWindow * | p = 0 , |
|
Int_t | width = 140 , |
|||
Int_t | height = 30 , |
|||
UInt_t | options = kChildFrame , |
|||
Pixel_t | back = GetDefaultFrameBackground() | |||
) |
virtual TAttLineEditor::~TAttLineEditor | ( | ) | [virtual] |
void TAttLineEditor::ConnectSignals2Slots | ( | ) | [protected, virtual] |
Definition at line 79 of file TAttLineEditor.cxx.
References TQObject::Connect(), fColorSelect, TGedFrame::fInit, fStyleCombo, fWidthCombo, and kFALSE.
Referenced by SetModel().
void TAttLineEditor::SetModel | ( | TObject * | obj | ) | [virtual] |
Implements TGedFrame.
Definition at line 91 of file TAttLineEditor.cxx.
References TMath::Abs(), c, xmlio::Class, ConnectSignals2Slots(), fAttLine, TGedFrame::fAvoidSignal, fColorSelect, TGedFrame::fInit, fStyleCombo, fWidthCombo, TAttLine::GetLineColor(), TAttLine::GetLineStyle(), TAttLine::GetLineWidth(), kFALSE, kTRUE, TColor::Number2Pixel(), p, TGComboBox::Select(), and TGColorSelect::SetColor().
void TAttLineEditor::DoLineColor | ( | Pixel_t | color | ) | [virtual] |
Definition at line 119 of file TAttLineEditor.cxx.
References fAttLine, TGedFrame::fAvoidSignal, TColor::GetColor(), TAttLine::SetLineColor(), and TGedFrame::Update().
void TAttLineEditor::DoLineStyle | ( | Int_t | style | ) | [virtual] |
Definition at line 130 of file TAttLineEditor.cxx.
References fAttLine, TGedFrame::fAvoidSignal, TAttLine::SetLineStyle(), and TGedFrame::Update().
void TAttLineEditor::DoLineWidth | ( | Int_t | width | ) | [virtual] |
Definition at line 141 of file TAttLineEditor.cxx.
References TMath::Abs(), fAttLine, TGedFrame::fAvoidSignal, and TGedFrame::Update().
virtual void TAttLineEditor::ConnectSignals2Slots | ( | ) | [protected, virtual] |
virtual void TAttLineEditor::DoLineColor | ( | Pixel_t | color | ) | [virtual] |
virtual void TAttLineEditor::DoLineStyle | ( | Int_t | style | ) | [virtual] |
virtual void TAttLineEditor::DoLineWidth | ( | Int_t | width | ) | [virtual] |
TAttLine* TAttLineEditor::fAttLine [protected] |
Definition at line 35 of file TAttLineEditor.h.
Referenced by DoLineColor(), DoLineStyle(), DoLineWidth(), SetModel(), and TAttLineEditor().
TGLineStyleComboBox* TAttLineEditor::fStyleCombo [protected] |
Definition at line 36 of file TAttLineEditor.h.
Referenced by ConnectSignals2Slots(), SetModel(), and TAttLineEditor().
TGLineWidthComboBox* TAttLineEditor::fWidthCombo [protected] |
Definition at line 37 of file TAttLineEditor.h.
Referenced by ConnectSignals2Slots(), SetModel(), and TAttLineEditor().
TGColorSelect* TAttLineEditor::fColorSelect [protected] |
Definition at line 38 of file TAttLineEditor.h.
Referenced by ConnectSignals2Slots(), SetModel(), and TAttLineEditor().
TAttLine* TAttLineEditor::fAttLine [protected] |
Definition at line 35 of file TAttLineEditor.h.
TGLineStyleComboBox* TAttLineEditor::fStyleCombo [protected] |
Definition at line 36 of file TAttLineEditor.h.
TGLineWidthComboBox* TAttLineEditor::fWidthCombo [protected] |
Definition at line 37 of file TAttLineEditor.h.
TGColorSelect* TAttLineEditor::fColorSelect [protected] |
Definition at line 38 of file TAttLineEditor.h.