Definition at line 36 of file RStyle.hxx.
Public Member Functions | |
Block_t ()=default | |
Block_t (const Block_t &src) | |
Block_t (const std::string &_selector) | |
Block_t & | operator= (const Block_t &)=delete |
Public Attributes | |
RAttrMap | map |
container with attributes | |
std::string | selector |
css selector | |
#include <ROOT/RStyle.hxx>
|
default |
|
inline |
Definition at line 40 of file RStyle.hxx.
|
inline |
Definition at line 42 of file RStyle.hxx.
RAttrMap ROOT::Experimental::RStyle::Block_t::map |
container with attributes
Definition at line 38 of file RStyle.hxx.
std::string ROOT::Experimental::RStyle::Block_t::selector |
css selector
Definition at line 37 of file RStyle.hxx.