A set of defaults for graphics attributes, e.g.
for histogram fill color, line width, frame offsets etc. Uses CSS syntax.
Definition at line 30 of file RStyle.hxx.
Classes | |
| struct | Block_t |
Public Member Functions | |
| RAttrMap & | AddBlock (const std::string &selector) |
| const RAttrMap::Value_t * | Eval (const std::string &field, const RDrawable &drawable) const |
| Evaluate style. More... | |
Private Attributes | |
| std::list< Block_t > | fBlocks |
#include <ROOT/RStyle.hxx>
|
inline |
Definition at line 46 of file RStyle.hxx.
| const ROOT::Experimental::RAttrMap::Value_t * ROOT::Experimental::RStyle::Eval | ( | const std::string & | field, |
| const RDrawable & | drawable | ||
| ) | const |
Evaluate style.
Definition at line 22 of file RStyle.cxx.
|
private |
Definition at line 54 of file RStyle.hxx.