ROOT 6.18/05 Reference Guide |
Definition at line 36 of file RObjectDrawable.hxx.
Public Member Functions | |
RObjectDrawingOpts (const std::string &opts="") | |
const std::string & | GetOptionString () const |
Public Member Functions inherited from ROOT::Experimental::RDrawingOptsBase | |
RDrawingOptsBase ()=default | |
RDrawingOptsBase (const std::vector< std::string > &styleClasses) | |
Initialize the options with a (possibly empty) set of style classes. More... | |
std::shared_ptr< RDrawingAttrHolder > & | GetHolder () |
const std::vector< std::string > & | GetStyleClasses () const |
Get the attribute style classes of these options. More... | |
void | SetStyleClasses (const std::vector< std::string > &styles) |
Get the attribute style classes of these options. More... | |
Private Attributes | |
std::string | fOpts |
The drawing options. More... | |
Additional Inherited Members | |
Public Attributes inherited from ROOT::Experimental::RDrawingOptsBase | |
std::shared_ptr< RDrawingAttrHolder > | fHolder |
The RDrawingAttrHolder of the attribute values. More... | |
RDrawingAttrHolder * | fHolderIO {nullptr} |
only for I/O, should be fixed in the fututre More... | |
#include <ROOT/RObjectDrawable.hxx>
|
inline |
Definition at line 40 of file RObjectDrawable.hxx.
|
inline |
Definition at line 42 of file RObjectDrawable.hxx.
|
private |
The drawing options.
Definition at line 37 of file RObjectDrawable.hxx.