Logo ROOT  
Reference Guide
ROOT::Experimental::RStyle Class Reference

A set of defaults for graphics attributes, e.g.

for histogram fill color, line width, frame offsets etc. Uses CSS syntax.

Author
Axel Naumann axel@.nosp@m.cern.nosp@m..ch
Sergey Linev s.lin.nosp@m.ev@g.nosp@m.si.de
Date
2017-10-10
Warning
This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!

Definition at line 30 of file RStyle.hxx.

Classes

struct  Block_t
 

Public Member Functions

RAttrMapAddBlock (const std::string &selector)
 
const RAttrMap::Value_tEval (const std::string &field, const RDrawable &drawable) const
 Evaluate style. More...
 

Private Attributes

std::list< Block_tfBlocks
 

#include <ROOT/RStyle.hxx>

Member Function Documentation

◆ AddBlock()

RAttrMap & ROOT::Experimental::RStyle::AddBlock ( const std::string &  selector)
inline

Definition at line 46 of file RStyle.hxx.

◆ Eval()

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.

Member Data Documentation

◆ fBlocks

std::list<Block_t> ROOT::Experimental::RStyle::fBlocks
private

Definition at line 54 of file RStyle.hxx.

Libraries for ROOT::Experimental::RStyle:
[legend]

The documentation for this class was generated from the following files: