Definition at line 164 of file RHistDrawable.hxx.
Public Member Functions | |
RHist2Drawable ()=default | |
template<class HIST > | |
RHist2Drawable (const std::shared_ptr< HIST > &hist) | |
RHist2Drawable & | Arrow () |
RHist2Drawable & | Box (int kind=0) |
RHist2Drawable & | Color () |
RHist2Drawable & | Contour (int kind=0) |
RHist2Drawable & | Error () |
bool | IsArrow () const |
bool | IsBox () const |
bool | IsColor () const |
bool | IsContour () const |
bool | IsError () const |
bool | IsLego () const |
bool | IsScatter () const |
bool | IsSurf () const |
bool | IsText () const |
RHist2Drawable & | Lego (int kind=0) |
RHist2Drawable & | Scatter () |
RHist2Drawable & | Surf (int kind=0) |
RHist2Drawable & | Text () |
Public Member Functions inherited from ROOT::Experimental::RHistDrawable< 2 > | |
RHistDrawable ()=default | |
RHistDrawable (const std::shared_ptr< HIST > &hist) | |
virtual | ~RHistDrawable ()=default |
std::shared_ptr< HistImpl_t > | GetHist () const |
Public Member Functions inherited from ROOT::Experimental::RHistDrawableBase | |
RHistDrawableBase () | |
Public Member Functions inherited from ROOT::Experimental::RDrawable | |
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) |
Public Attributes | |
RAttrValue< bool > | drawtext {this, "drawtext", false} |
! draw text | |
Public Attributes inherited from ROOT::Experimental::RHistDrawableBase | |
RAttrFill | fill {this, "fill"} |
! hist fill attributes | |
RAttrLine | line {this, "line"} |
! hist line attributes | |
RAttrMarker | marker {this, "marker"} |
! hist marker attributes | |
RAttrValue< bool > | optimize {this, "optimize", false} |
! optimize drawing | |
RAttrText | text {this, "text"} |
! hist text attributes | |
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 |
void | SetCssType (const char *csstype) |
virtual void | SetDrawableVersion (Version_t vers) |
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 177 of file RHistDrawable.hxx.
|
inline |
Definition at line 186 of file RHistDrawable.hxx.
|
inline |
Definition at line 180 of file RHistDrawable.hxx.
|
inline |
Definition at line 179 of file RHistDrawable.hxx.
|
inline |
Definition at line 184 of file RHistDrawable.hxx.
|
overrideprotectedvirtual |
Implements ROOT::Experimental::RHistDrawableBase.
Definition at line 136 of file RHistDrawable.cxx.
|
inline |
Definition at line 183 of file RHistDrawable.hxx.
|
inlinefinalprotectedvirtual |
Reimplemented from ROOT::Experimental::RHistDrawableBase.
Definition at line 169 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.
|
inline |
Definition at line 193 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.
|
inline |
Definition at line 181 of file RHistDrawable.hxx.
|
inline |
Definition at line 185 of file RHistDrawable.hxx.
|
inline |
Definition at line 182 of file RHistDrawable.hxx.
|
inline |
Definition at line 187 of file RHistDrawable.hxx.
RAttrValue<bool> ROOT::Experimental::RHist2Drawable::drawtext {this, "drawtext", false} |
! draw text
Definition at line 172 of file RHistDrawable.hxx.