Heavy ion Analysis Libriares
|
#include <FillStyle.h>
Public Member Functions | |
void | SetColor (Int_t val) |
void | SetStyle (Int_t val) |
Int_t | GetColor () const |
Int_t | GetStyle () const |
void | ExportToXML (XMLNode *node) const |
void | ImportFromXML (XMLNode *node) |
template<class T > | |
void | Apply (T &x) const |
ClassDef (FillStyle, 1) | |
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 |
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 |
contains information about fill styles
Definition at line 19 of file FillStyle.h.
|
inline |
Definition at line 23 of file FillStyle.h.
|
inlinevirtual |
Definition at line 40 of file FillStyle.h.
|
inline |
Definition at line 47 of file FillStyle.h.
void Hal::FillStyle::ExportToXML | ( | XMLNode * | node | ) | const |
Definition at line 26 of file FillStyle.cxx.
Int_t Hal::FillStyle::GetColor | ( | ) | const |
Definition at line 22 of file FillStyle.cxx.
Int_t Hal::FillStyle::GetStyle | ( | ) | const |
Definition at line 24 of file FillStyle.cxx.
void Hal::FillStyle::ImportFromXML | ( | XMLNode * | node | ) |
Definition at line 32 of file FillStyle.cxx.
void Hal::FillStyle::SetColor | ( | Int_t | val | ) |
Definition at line 18 of file FillStyle.cxx.
void Hal::FillStyle::SetStyle | ( | Int_t | val | ) |
Definition at line 20 of file FillStyle.cxx.
|
static |
Definition at line 21 of file FillStyle.h.
|
static |
Definition at line 22 of file FillStyle.h.