Definition at line 143 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< 1 > | |
| 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< double > | fBarOffset {this, "bar_offset", 0.} |
| ! bar offset | |
| RAttrValue< double > | fBarWidth {this, "bar_width", 1.} |
| ! bar width | |
| RAttrValue< bool > | fText {this, "text", false} |
| ! draw text | |
Additional Inherited Members | |
Public Types inherited from ROOT::Experimental::RHistDrawable< 1 > | |
| 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< 1 > | |
| Internal::RIOShared< HistImpl_t > | fHistImpl |
| I/O capable reference on histogram. | |
#include <ROOT/RHistDrawable.hxx>
|
default |
|
inline |
Definition at line 157 of file RHistDrawable.hxx.
|
inline |
Definition at line 159 of file RHistDrawable.hxx.
|
inline |
Definition at line 160 of file RHistDrawable.hxx.
|
overrideprotectedvirtual |
Implements ROOT::Experimental::RHistDrawableBase.
Definition at line 28 of file RHistDrawable.cxx.
|
inline |
Definition at line 161 of file RHistDrawable.hxx.
|
inline |
Definition at line 169 of file RHistDrawable.hxx.
|
inline |
Definition at line 170 of file RHistDrawable.hxx.
|
inline |
Definition at line 164 of file RHistDrawable.hxx.
|
inlinefinalprotectedvirtual |
Reimplemented from ROOT::Experimental::RHistDrawableBase.
Definition at line 151 of file RHistDrawable.hxx.
|
inline |
Definition at line 166 of file RHistDrawable.hxx.
|
inline |
Definition at line 165 of file RHistDrawable.hxx.
|
inline |
Definition at line 162 of file RHistDrawable.hxx.
|
inline |
Definition at line 163 of file RHistDrawable.hxx.
|
inline |
Definition at line 167 of file RHistDrawable.hxx.
|
private |
! bar offset
Definition at line 144 of file RHistDrawable.hxx.
|
private |
! bar width
Definition at line 145 of file RHistDrawable.hxx.
|
private |
! draw text
Definition at line 146 of file RHistDrawable.hxx.