#include <TQtPen.h>
Inheritance diagram for TQtPen:
Public Member Functions | |
TQtPen () | |
TQtPen (const TQtPen &src) | |
TQtPen (const TAttLine &line) | |
TQtPen & | operator= (const TAttLine &line) |
virtual | ~TQtPen () |
void | SetLineAttributes () |
void | SetLineAttributes (const TAttLine &lineAttributes) |
void | SetLineColor (Color_t cindex) |
void | SetLineType (int n, int *dash) |
void | SetLineStyle (Style_t linestyle) |
void | SetLineWidth (Width_t width) |
Definition at line 25 of file TQtPen.h.
TQtPen::TQtPen | ( | ) |
Definition at line 34 of file TQtPen.cxx.
TQtPen::TQtPen | ( | const TAttLine & | line | ) |
void TQtPen::SetLineAttributes | ( | ) | [inline, virtual] |
Reimplemented from TAttLine.
Definition at line 34 of file TQtPen.h.
References TAttLine::SetLineAttributes().
Referenced by operator=(), and TQtPen().
void TQtPen::SetLineAttributes | ( | const TAttLine & | lineAttributes | ) |
Definition at line 54 of file TQtPen.cxx.
References TAttLine::GetLineColor(), TAttLine::GetLineStyle(), TAttLine::GetLineWidth(), SetLineColor(), SetLineStyle(), and SetLineWidth().
void TQtPen::SetLineColor | ( | Color_t | cindex | ) | [virtual] |
Reimplemented from TAttLine.
Definition at line 63 of file TQtPen.cxx.
References TGQt::ColorIndex(), TAttLine::fLineColor, gQt, setColor(), and TGQt::UpdateColor().
Referenced by SetLineAttributes(), and TGQt::SetLineColor().
void TQtPen::SetLineType | ( | int | n, | |
int * | dash | |||
) |
void TQtPen::SetLineStyle | ( | Style_t | linestyle | ) | [virtual] |
Reimplemented from TAttLine.
Definition at line 130 of file TQtPen.cxx.
References TObjArray::At(), TAttLine::fLineStyle, TObjArray::GetEntries(), TStyle::GetLineStyleString(), gStyle, j, NULL, SetLineType(), and TString::Tokenize().
Referenced by SetLineAttributes(), and TGQt::SetLineStyle().
void TQtPen::SetLineWidth | ( | Width_t | width | ) | [virtual] |
Reimplemented from TAttLine.
Definition at line 171 of file TQtPen.cxx.
References TAttLine::fLineWidth.
Referenced by SetLineAttributes(), and TGQt::SetLineWidth().