ROOT 6.16/01 Reference Guide |
Drawing options for a 3D histogram.
Definition at line 99 of file RHistDrawingOpts.hxx.
Public Types | |
enum class | EStyle { kBox , kIso } |
Public Member Functions | |
RDrawingAttr< RColor > & | GetLineColor () |
RColor | GetLineColor () const |
RDrawingAttr< int > & | GetLineWidth () |
int | GetLineWidth () const |
RDrawingAttr< RStringEnumAttr< EStyle > > & | GetStyle () |
EStyle | GetStyle () const |
void | SetLineColor (const RColor &col) |
void | SetLineWidth (int width) |
void | SetStyle (EStyle style) |
Static Private Member Functions | |
static const RStringEnumAttrSet & | Styles () |
Private Attributes | |
RDrawingAttr< RColor > | fLineColor {*this, "Hist.3D.Line.Color"} |
RDrawingAttr< int > | fLineWidth {*this, "Hist.3D.Line.Width"} |
RDrawingAttr< RStringEnumAttr< EStyle > > | fStyle {*this, "Hist.3D.Style", EStyle::kBox, Styles()} |
#include <ROOT/RHistDrawingOpts.hxx>
|
strong |
Enumerator | |
---|---|
kBox | |
kIso |
Definition at line 101 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 118 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 117 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 122 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 121 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 114 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 113 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 119 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 123 of file RHistDrawingOpts.hxx.
|
inline |
Definition at line 115 of file RHistDrawingOpts.hxx.
|
inlinestaticprivate |
Definition at line 104 of file RHistDrawingOpts.hxx.
|
private |
Definition at line 109 of file RHistDrawingOpts.hxx.
|
private |
Definition at line 110 of file RHistDrawingOpts.hxx.
|
private |
Definition at line 108 of file RHistDrawingOpts.hxx.