ROOT 6.18/05 Reference Guide |
Definition at line 27 of file RDrawingOptsBase.hxx.
Public Member Functions | |
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... | |
Public Attributes | |
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/RDrawingOptsBase.hxx>
|
default |
ROOT::Experimental::RDrawingOptsBase::RDrawingOptsBase | ( | const std::vector< std::string > & | styleClasses | ) |
Initialize the options with a (possibly empty) set of style classes.
std::shared_ptr< ROOT::Experimental::RDrawingAttrHolder > & ROOT::Experimental::RDrawingOptsBase::GetHolder | ( | ) |
Definition at line 29 of file RDrawingOptsBase.cxx.
const std::vector< std::string > & ROOT::Experimental::RDrawingOptsBase::GetStyleClasses | ( | ) | const |
Get the attribute style classes of these options.
Definition at line 47 of file RDrawingOptsBase.cxx.
void ROOT::Experimental::RDrawingOptsBase::SetStyleClasses | ( | const std::vector< std::string > & | styles | ) |
Get the attribute style classes of these options.
Definition at line 38 of file RDrawingOptsBase.cxx.
std::shared_ptr<RDrawingAttrHolder> ROOT::Experimental::RDrawingOptsBase::fHolder |
The RDrawingAttrHolder of the attribute values.
! I/O does not work
Definition at line 30 of file RDrawingOptsBase.hxx.
RDrawingAttrHolder* ROOT::Experimental::RDrawingOptsBase::fHolderIO {nullptr} |
only for I/O, should be fixed in the fututre
Definition at line 31 of file RDrawingOptsBase.hxx.