Base class for drawable entities: objects that can be painted on a RPad
.
Definition at line 108 of file RDrawable.hxx.
Classes | |
class | RDisplayContext |
Public Types | |
using | Version_t = uint64_t |
Public Member Functions | |
RDrawable (const char *csstype) | |
virtual | ~RDrawable () |
void | ClearStyle () |
const std::string & | GetCssClass () const |
const char * | GetCssType () const |
const std::string & | GetId () const |
void | SetCssClass (const std::string &cl) |
void | SetId (const std::string &id) |
virtual void | UseStyle (const std::shared_ptr< RStyle > &style) |
Protected Member Functions | |
RDrawable (const RDrawable &)=delete | |
virtual void | CollectShared (Internal::RIOSharedVector_t &) |
virtual std::unique_ptr< RDisplayItem > | Display (const RDisplayContext &) |
Creates display item for drawable By default item contains drawable data itself. | |
virtual void | Execute (const std::string &) |
RAttrMap & | GetAttrMap () |
const RAttrMap & | GetAttrMap () const |
Version_t | GetVersion () const |
virtual bool | IsFrameRequired () const |
bool | MatchSelector (const std::string &selector) const |
Preliminary method which checks if drawable matches with given selector Following selector are allowed: "type" or "#id" or ".class_name" Here type is drawable kind like 'rect' or 'pad' id is drawable identifier, specified with RDrawable::SetId() method class_name is drawable class name, specified with RDrawable::SetCssClass() method. | |
virtual void | OnDisplayItemDestroyed (RDisplayItem *) const |
RDrawable & | operator= (const RDrawable &)=delete |
virtual void | PopulateMenu (RMenuItems &) |
void | SetCssType (const char *csstype) |
virtual void | SetDrawableVersion (Version_t vers) |
Private Attributes | |
RAttrMap | fAttr |
attributes values | |
std::string | fCssClass |
user-defined CSS class, used for RStyle | |
const char * | fCssType {nullptr} |
! drawable type, not stored in the root file, must be initialized in constructor | |
std::string | fId |
user-defined CSS id, used for RStyle | |
std::weak_ptr< RStyle > | fStyle |
! style applied for RDrawable, not stored when canvas is saved | |
Version_t | fVersion {1} |
! drawable version, changed from the canvas | |
Friends | |
class | RAttrBase |
class | RCanvas |
class | RChangeAttrRequest |
class | RDrawableDisplayItem |
class | RDrawableExecRequest |
class | RDrawableMenuRequest |
class | RIndirectDisplayItem |
class | RLegend |
class | RPadBase |
class | RStyle |
#include <ROOT/RDrawable.hxx>
using ROOT::Experimental::RDrawable::Version_t = uint64_t |
Definition at line 123 of file RDrawable.hxx.
|
protecteddelete |
|
inlineexplicit |
Definition at line 208 of file RDrawable.hxx.
|
virtualdefault |
|
inline |
Definition at line 213 of file RDrawable.hxx.
|
inlineprotectedvirtual |
Reimplemented in ROOT::Experimental::RPadBase, ROOT::Experimental::TObjectDrawable, ROOT::Experimental::RHistDrawable< DIMENSIONS >, ROOT::Experimental::RHistDrawable< 1 >, ROOT::Experimental::RHistDrawable< 2 >, ROOT::Experimental::RHistDrawable< 3 >, ROOT::Experimental::RHistStatBox< DIMENSIONS >, ROOT::Experimental::RHistStatBox< 1 >, ROOT::Experimental::RHistStatBox< 2 >, and ROOT::Experimental::RHistStatBox< 3 >.
Definition at line 181 of file RDrawable.hxx.
|
protectedvirtual |
Creates display item for drawable By default item contains drawable data itself.
Reimplemented in ROOT::Experimental::RPad, ROOT::Experimental::TObjectDrawable, ROOT::Experimental::RHistStatBoxBase, and ROOT::Experimental::RHistDrawableBase.
Definition at line 68 of file RDrawable.cxx.
|
protectedvirtual |
Reimplemented in ROOT::Experimental::TObjectDrawable.
Definition at line 40 of file RDrawable.cxx.
|
inlineprotected |
Definition at line 185 of file RDrawable.hxx.
|
inlineprotected |
Definition at line 186 of file RDrawable.hxx.
|
inline |
Definition at line 218 of file RDrawable.hxx.
|
inline |
Definition at line 215 of file RDrawable.hxx.
|
inline |
Definition at line 221 of file RDrawable.hxx.
|
inlineprotected |
Definition at line 197 of file RDrawable.hxx.
|
inlineprotectedvirtual |
Reimplemented in ROOT::Experimental::RPaletteDrawable, and ROOT::Experimental::RHistDrawableBase.
Definition at line 183 of file RDrawable.hxx.
|
protected |
Preliminary method which checks if drawable matches with given selector Following selector are allowed: "type" or "#id" or ".class_name" Here type is drawable kind like 'rect' or 'pad' id is drawable identifier, specified with RDrawable::SetId() method class_name is drawable class name, specified with RDrawable::SetCssClass() method.
Definition at line 59 of file RDrawable.cxx.
|
inlineprotectedvirtual |
Definition at line 194 of file RDrawable.hxx.
|
protectedvirtual |
Reimplemented in ROOT::Experimental::TObjectDrawable, ROOT::Experimental::RFrame, and ROOT::Experimental::RHistDrawableBase.
Definition at line 30 of file RDrawable.cxx.
|
inline |
Definition at line 217 of file RDrawable.hxx.
|
inlineprotected |
Definition at line 192 of file RDrawable.hxx.
|
inlineprotectedvirtual |
Reimplemented in ROOT::Experimental::RPadBase.
Definition at line 196 of file RDrawable.hxx.
|
inline |
Definition at line 220 of file RDrawable.hxx.
|
inlinevirtual |
Reimplemented in ROOT::Experimental::RPadBase.
Definition at line 212 of file RDrawable.hxx.
|
friend |
Definition at line 112 of file RDrawable.hxx.
|
friend |
Definition at line 111 of file RDrawable.hxx.
|
friend |
Definition at line 117 of file RDrawable.hxx.
|
friend |
Definition at line 115 of file RDrawable.hxx.
|
friend |
Definition at line 119 of file RDrawable.hxx.
|
friend |
Definition at line 118 of file RDrawable.hxx.
|
friend |
Definition at line 116 of file RDrawable.hxx.
|
friend |
Definition at line 114 of file RDrawable.hxx.
|
friend |
Definition at line 110 of file RDrawable.hxx.
|
friend |
Definition at line 113 of file RDrawable.hxx.
|
private |
attributes values
Definition at line 172 of file RDrawable.hxx.
|
private |
user-defined CSS class, used for RStyle
Definition at line 175 of file RDrawable.hxx.
|
private |
! drawable type, not stored in the root file, must be initialized in constructor
Definition at line 174 of file RDrawable.hxx.
|
private |
user-defined CSS id, used for RStyle
Definition at line 176 of file RDrawable.hxx.
|
private |
! style applied for RDrawable, not stored when canvas is saved
Definition at line 173 of file RDrawable.hxx.
|
private |
! drawable version, changed from the canvas
Definition at line 177 of file RDrawable.hxx.