Logo ROOT  
Reference Guide
ROOT::Experimental::RStyle::Block_t Struct Reference

Definition at line 35 of file RStyle.hxx.

Public Member Functions

 Block_t ()=default
 
 Block_t (const Block_t &src)
 
 Block_t (const std::string &_selector)
 
Block_toperator= (const Block_t &)=delete
 

Public Attributes

RAttrMap map
 container with attributes More...
 
std::string selector
 css selector More...
 

#include <ROOT/RStyle.hxx>

Constructor & Destructor Documentation

◆ Block_t() [1/3]

ROOT::Experimental::RStyle::Block_t::Block_t ( )
default

◆ Block_t() [2/3]

ROOT::Experimental::RStyle::Block_t::Block_t ( const std::string &  _selector)
inline

Definition at line 39 of file RStyle.hxx.

◆ Block_t() [3/3]

ROOT::Experimental::RStyle::Block_t::Block_t ( const Block_t src)
inline

Definition at line 41 of file RStyle.hxx.

Member Function Documentation

◆ operator=()

Block_t & ROOT::Experimental::RStyle::Block_t::operator= ( const Block_t )
delete

Member Data Documentation

◆ map

RAttrMap ROOT::Experimental::RStyle::Block_t::map

container with attributes

Definition at line 37 of file RStyle.hxx.

◆ selector

std::string ROOT::Experimental::RStyle::Block_t::selector

css selector

Definition at line 36 of file RStyle.hxx.

Collaboration diagram for ROOT::Experimental::RStyle::Block_t:
[legend]

The documentation for this struct was generated from the following file: