Definition at line 37 of file RHistDrawable.hxx.
Classes | |
| class | RReply | 
| class | RRequest | 
Public Member Functions | |
| 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 | |
| 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 | |
| virtual std::unique_ptr< RDisplayItem > | CreateHistDisplay (const RDisplayContext &)=0 | 
| 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 | 
| virtual bool | Is3D () 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 | CollectShared (Internal::RIOSharedVector_t &) | 
| 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) | 
Private Attributes | |
| RAttrValue< std::string > | fKind {this, "kind", ""} | 
| ! hist draw kind   | |
| RAttrValue< int > | fSub {this, "sub", -1} | 
| ! hist draw sub kind   | |
Friends | |
| class | RRequest | 
Additional Inherited Members | |
  Public Types inherited from ROOT::Experimental::RDrawable | |
| using | Version_t = uint64_t | 
#include <ROOT/RHistDrawable.hxx>
      
  | 
  inline | 
Definition at line 97 of file RHistDrawable.hxx.
      
  | 
  protectedpure virtual | 
      
  | 
  inlineoverrideprotectedvirtual | 
Creates display item for drawable By default item contains drawable data itself.
Reimplemented from ROOT::Experimental::RDrawable.
Definition at line 62 of file RHistDrawable.hxx.
      
  | 
  inlineprotected | 
Definition at line 56 of file RHistDrawable.hxx.
Reimplemented in ROOT::Experimental::RHist1Drawable, ROOT::Experimental::RHist2Drawable, and ROOT::Experimental::RHist3Drawable.
Definition at line 60 of file RHistDrawable.hxx.
      
  | 
  inlinefinalprotectedvirtual | 
Reimplemented from ROOT::Experimental::RDrawable.
Definition at line 43 of file RHistDrawable.hxx.
      
  | 
  inlineoverrideprotectedvirtual | 
Reimplemented from ROOT::Experimental::RDrawable.
Definition at line 45 of file RHistDrawable.hxx.
      
  | 
  inlineprotected | 
Definition at line 47 of file RHistDrawable.hxx.
      
  | 
  friend | 
Definition at line 89 of file RHistDrawable.hxx.
! hist fill attributes
Definition at line 92 of file RHistDrawable.hxx.
      
  | 
  private | 
! hist draw kind
Definition at line 38 of file RHistDrawable.hxx.
      
  | 
  private | 
! hist draw sub kind
Definition at line 39 of file RHistDrawable.hxx.
! hist line attributes
Definition at line 91 of file RHistDrawable.hxx.
| RAttrMarker ROOT::Experimental::RHistDrawableBase::marker {this, "marker"} | 
! hist marker attributes
Definition at line 93 of file RHistDrawable.hxx.
| RAttrValue<bool> ROOT::Experimental::RHistDrawableBase::optimize {this, "optimize", false} | 
! optimize drawing
Definition at line 95 of file RHistDrawable.hxx.
! hist text attributes
Definition at line 94 of file RHistDrawable.hxx.