Heavy ion Analysis Libriares
|
#include <LineStyle.h>
Public Member Functions | |
void | SetColor (Int_t val) |
void | SetWidth (Int_t val) |
void | SetStyle (Int_t val) |
Int_t | GetColor () const |
Int_t | GetWidth () const |
Int_t | GetStyle () const |
void | ExportToXML (XMLNode *node) const |
void | ImportFromXML (XMLNode *node) |
template<class T > | |
void | Apply (T &obj) const |
ClassDef (LineStyle, 1) | |
![]() | |
Bool_t | Find (Int_t bit) const |
Style & | operator= (const Style &style)=default |
void | ExportToXML (XMLNode *node) const |
void | ImportFromXML (XMLNode *node) |
ClassDef (Style, 1) | |
Static Public Attributes | |
static const unsigned short int | kColor = 0 |
static const unsigned short int | kWidth = 1 |
static const unsigned short int | kStyle = 2 |
Additional Inherited Members | |
![]() | |
void | SetF (Int_t bit, Float_t val) |
void | SetI (Int_t bit, Int_t val) |
Float_t | GetF (Int_t bit) const |
Int_t | GetI (Int_t bit) const |
contains information about line style
Definition at line 17 of file LineStyle.h.
|
inline |
Definition at line 24 of file LineStyle.h.
|
inlinevirtual |
Definition at line 45 of file LineStyle.h.
|
inline |
Definition at line 52 of file LineStyle.h.
void Hal::LineStyle::ExportToXML | ( | XMLNode * | node | ) | const |
Definition at line 32 of file LineStyle.cxx.
Int_t Hal::LineStyle::GetColor | ( | ) | const |
Definition at line 26 of file LineStyle.cxx.
Int_t Hal::LineStyle::GetStyle | ( | ) | const |
Definition at line 30 of file LineStyle.cxx.
Int_t Hal::LineStyle::GetWidth | ( | ) | const |
Definition at line 28 of file LineStyle.cxx.
void Hal::LineStyle::ImportFromXML | ( | XMLNode * | node | ) |
Definition at line 39 of file LineStyle.cxx.
void Hal::LineStyle::SetColor | ( | Int_t | val | ) |
Definition at line 20 of file LineStyle.cxx.
void Hal::LineStyle::SetStyle | ( | Int_t | val | ) |
Definition at line 24 of file LineStyle.cxx.
void Hal::LineStyle::SetWidth | ( | Int_t | val | ) |
Definition at line 22 of file LineStyle.cxx.
|
static |
Definition at line 21 of file LineStyle.h.
|
static |
Definition at line 23 of file LineStyle.h.
|
static |
Definition at line 22 of file LineStyle.h.