Definition at line 37 of file RHistDrawable.hxx.
|
| RAttrFill | fAttrFill {this, "fill"} |
| | ! hist fill attributes
|
| |
| RAttrLine | fAttrLine {this, "line"} |
| | ! hist line attributes
|
| |
| RAttrText | fAttrText {this, "text"} |
| | ! hist text attributes
|
| |
| RAttrValue< std::string > | fKind {this, "kind", ""} |
| | ! hist draw kind
|
| |
| RAttrMarker | fMarkerAttr {this, "marker"} |
| | ! hist marker attributes
|
| |
| RAttrValue< bool > | fOptimize {this, "optimize", false} |
| | ! optimize drawing
|
| |
| RAttrValue< int > | fSub {this, "sub", -1} |
| | ! hist draw sub kind
|
| |
#include <ROOT/RHistDrawable.hxx>
◆ RHistDrawableBase()
| ROOT::Experimental::RHistDrawableBase::RHistDrawableBase |
( |
| ) |
|
|
inline |
◆ AttrFill()
| RAttrFill & ROOT::Experimental::RHistDrawableBase::AttrFill |
( |
| ) |
|
|
inline |
◆ AttrLine()
| RAttrLine & ROOT::Experimental::RHistDrawableBase::AttrLine |
( |
| ) |
|
|
inline |
◆ AttrMarker()
| RAttrMarker & ROOT::Experimental::RHistDrawableBase::AttrMarker |
( |
| ) |
|
|
inline |
◆ AttrText()
| RAttrText & ROOT::Experimental::RHistDrawableBase::AttrText |
( |
| ) |
|
|
inline |
◆ CreateHistDisplay()
◆ Display()
|
|
inlineoverrideprotectedvirtual |
◆ GetAttrFill()
| const RAttrFill & ROOT::Experimental::RHistDrawableBase::GetAttrFill |
( |
| ) |
const |
|
inline |
◆ GetAttrLine()
| const RAttrLine & ROOT::Experimental::RHistDrawableBase::GetAttrLine |
( |
| ) |
const |
|
inline |
◆ GetAttrMarker()
| const RAttrMarker & ROOT::Experimental::RHistDrawableBase::GetAttrMarker |
( |
| ) |
const |
|
inline |
◆ GetAttrText()
| const RAttrText & ROOT::Experimental::RHistDrawableBase::GetAttrText |
( |
| ) |
const |
|
inline |
◆ GetDrawKind()
| std::string ROOT::Experimental::RHistDrawableBase::GetDrawKind |
( |
| ) |
const |
|
inlineprotected |
◆ Is3D()
| virtual bool ROOT::Experimental::RHistDrawableBase::Is3D |
( |
| ) |
const |
|
inlineprotectedvirtual |
◆ IsFrameRequired()
| bool ROOT::Experimental::RHistDrawableBase::IsFrameRequired |
( |
| ) |
const |
|
inlinefinalprotectedvirtual |
◆ Optimize()
◆ PopulateMenu()
| void ROOT::Experimental::RHistDrawableBase::PopulateMenu |
( |
RMenuItems & |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ SetAttrFill()
◆ SetAttrLine()
◆ SetAttrMarker()
◆ SetAttrText()
◆ SetDrawKind()
| void ROOT::Experimental::RHistDrawableBase::SetDrawKind |
( |
const std::string & |
kind, |
|
|
int |
sub = -1 |
|
) |
| |
|
inlineprotected |
◆ RRequest
◆ fAttrFill
| RAttrFill ROOT::Experimental::RHistDrawableBase::fAttrFill {this, "fill"} |
|
private |
◆ fAttrLine
| RAttrLine ROOT::Experimental::RHistDrawableBase::fAttrLine {this, "line"} |
|
private |
◆ fAttrText
| RAttrText ROOT::Experimental::RHistDrawableBase::fAttrText {this, "text"} |
|
private |
◆ fKind
| RAttrValue<std::string> ROOT::Experimental::RHistDrawableBase::fKind {this, "kind", ""} |
|
private |
◆ fMarkerAttr
| RAttrMarker ROOT::Experimental::RHistDrawableBase::fMarkerAttr {this, "marker"} |
|
private |
◆ fOptimize
| RAttrValue<bool> ROOT::Experimental::RHistDrawableBase::fOptimize {this, "optimize", false} |
|
private |
◆ fSub
| RAttrValue<int> ROOT::Experimental::RHistDrawableBase::fSub {this, "sub", -1} |
|
private |
The documentation for this class was generated from the following file: