Definition at line 174 of file RHistDrawable.hxx.
Protected Member Functions | |
std::unique_ptr< RDisplayItem > | CreateHistDisplay (const RDisplayContext &) override |
bool | Is3D () const final |
Protected Member Functions inherited from ROOT::Experimental::RHistDrawable< 2 > | |
void | CollectShared (Internal::RIOSharedVector_t &vect) override |
Protected Member Functions inherited from ROOT::Experimental::RHistDrawableBase | |
std::unique_ptr< RDisplayItem > | Display (const RDisplayContext &ctxt) override |
Creates display item for drawable By default item contains drawable data itself. | |
std::string | GetDrawKind () const |
bool | IsFrameRequired () const final |
void | PopulateMenu (RMenuItems &) override |
void | SetDrawKind (const std::string &kind, int sub=-1) |
Protected Member Functions inherited from ROOT::Experimental::RDrawable | |
RDrawable (const RDrawable &)=delete | |
virtual void | Execute (const std::string &) |
RAttrMap & | GetAttrMap () |
const RAttrMap & | GetAttrMap () const |
Version_t | GetVersion () 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 | SetDrawableVersion (Version_t vers) |
Private Attributes | |
RAttrValue< bool > | fText {this, "text", false} |
! draw text | |
Additional Inherited Members | |
Public Types inherited from ROOT::Experimental::RHistDrawable< 2 > | |
using | HistImpl_t = Detail::RHistImplPrecisionAgnosticBase< DIMENSIONS > |
Public Types inherited from ROOT::Experimental::RDrawable | |
using | Version_t = uint64_t |
Protected Attributes inherited from ROOT::Experimental::RHistDrawable< 2 > | |
Internal::RIOShared< HistImpl_t > | fHistImpl |
I/O capable reference on histogram. | |
#include <ROOT/RHistDrawable.hxx>
|
default |
|
inline |
Definition at line 187 of file RHistDrawable.hxx.
|
inline |
Definition at line 196 of file RHistDrawable.hxx.
|
inline |
Definition at line 190 of file RHistDrawable.hxx.
|
inline |
Definition at line 189 of file RHistDrawable.hxx.
|
inline |
Definition at line 194 of file RHistDrawable.hxx.
|
overrideprotectedvirtual |
Implements ROOT::Experimental::RHistDrawableBase.
Definition at line 136 of file RHistDrawable.cxx.
|
inline |
Definition at line 193 of file RHistDrawable.hxx.
|
inlinefinalprotectedvirtual |
Reimplemented from ROOT::Experimental::RHistDrawableBase.
Definition at line 181 of file RHistDrawable.hxx.
|
inline |
Definition at line 191 of file RHistDrawable.hxx.
|
inline |
Definition at line 195 of file RHistDrawable.hxx.
|
inline |
Definition at line 192 of file RHistDrawable.hxx.
|
inline |
Definition at line 197 of file RHistDrawable.hxx.
|
private |
! draw text
Definition at line 175 of file RHistDrawable.hxx.