Heavy ion Analysis Libriares
|
#include <MarkerStyle.h>
Public Member Functions | |
void | SetColor (Int_t val) |
void | SetStyle (Int_t val) |
void | SetSize (Int_t val) |
Int_t | GetColor () const |
Int_t | GetStyle () const |
Int_t | GetSize () const |
void | ExportToXML (XMLNode *node) const |
void | ImportFromXML (XMLNode *node) |
template<class T > | |
void | Apply (T &obj) const |
Public Member Functions inherited from Hal::Style | |
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 | kStyle = 1 |
static const unsigned short int | kLineWidth = 2 |
static const unsigned short int | kSize = 3 |
Additional Inherited Members | |
Protected Member Functions inherited from Hal::Style | |
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 |
constains informations about marker style
Definition at line 17 of file MarkerStyle.h.
|
inline |
Definition at line 26 of file MarkerStyle.h.
|
inlinevirtual |
Definition at line 51 of file MarkerStyle.h.
|
inline |
Definition at line 58 of file MarkerStyle.h.
void Hal::MarkerStyle::ExportToXML | ( | XMLNode * | node | ) | const |
Definition at line 36 of file MarkerStyle.cxx.
Int_t Hal::MarkerStyle::GetColor | ( | ) | const |
Definition at line 28 of file MarkerStyle.cxx.
Int_t Hal::MarkerStyle::GetSize | ( | ) | const |
Definition at line 34 of file MarkerStyle.cxx.
Int_t Hal::MarkerStyle::GetStyle | ( | ) | const |
Definition at line 30 of file MarkerStyle.cxx.
void Hal::MarkerStyle::ImportFromXML | ( | XMLNode * | node | ) |
Definition at line 44 of file MarkerStyle.cxx.
void Hal::MarkerStyle::SetColor | ( | Int_t | val | ) |
Definition at line 20 of file MarkerStyle.cxx.
void Hal::MarkerStyle::SetSize | ( | Int_t | val | ) |
Definition at line 26 of file MarkerStyle.cxx.
void Hal::MarkerStyle::SetStyle | ( | Int_t | val | ) |
Definition at line 22 of file MarkerStyle.cxx.
|
static |
Definition at line 21 of file MarkerStyle.h.
|
static |
Definition at line 23 of file MarkerStyle.h.
|
static |
Definition at line 24 of file MarkerStyle.h.
|
static |
Definition at line 22 of file MarkerStyle.h.