Axis base drawing - only attributes and position.
Definition at line 32 of file RAxisDrawable.hxx.
Public Member Functions | |
RAxisDrawableBase () | |
RAxisDrawableBase (const RPadPos &pos, bool vertical, const RPadLength &len) | |
RAttrAxis & | AttrAxis () |
const RAttrAxis & | GetAttrAxis () const |
const RPadLength & | GetLength () const |
const RPadPos & | GetPos () const |
bool | IsVertical () const |
RAxisDrawableBase & | SetAttrAxis (const RAttrAxis &attr) |
RAxisDrawableBase & | SetLength (const RPadLength &len) |
RAxisDrawableBase & | SetPos (const RPadPos &pos) |
RAxisDrawableBase & | SetVertical (bool vertical=true) |
Public Member Functions inherited from ROOT::Experimental::RDrawable | |
RDrawable (const std::string &type) | |
virtual | ~RDrawable () |
void | ClearStyle () |
const std::string & | GetCssClass () const |
const std::string & | 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) |
Private Attributes | |
RAttrAxis | fAttrAxis {this, "axis"} |
! axis attributes | |
RPadLength | fLength |
axis length | |
RPadPos | fPos |
axis start point | |
bool | fVertical {false} |
is vertical axis | |
Additional Inherited Members | |
Public Types inherited from ROOT::Experimental::RDrawable | |
using | Version_t = uint64_t |
Protected Member Functions inherited from ROOT::Experimental::RDrawable | |
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 &) |
virtual void | SetDrawableVersion (Version_t vers) |
#include <ROOT/RAxisDrawable.hxx>
|
inline |
Definition at line 41 of file RAxisDrawable.hxx.
|
inline |
Definition at line 43 of file RAxisDrawable.hxx.
|
inline |
Definition at line 60 of file RAxisDrawable.hxx.
|
inline |
Definition at line 58 of file RAxisDrawable.hxx.
|
inline |
Definition at line 56 of file RAxisDrawable.hxx.
|
inline |
Definition at line 55 of file RAxisDrawable.hxx.
|
inline |
Definition at line 54 of file RAxisDrawable.hxx.
|
inline |
Definition at line 59 of file RAxisDrawable.hxx.
|
inline |
Definition at line 52 of file RAxisDrawable.hxx.
|
inline |
Definition at line 50 of file RAxisDrawable.hxx.
|
inline |
Definition at line 51 of file RAxisDrawable.hxx.
|
private |
! axis attributes
Definition at line 37 of file RAxisDrawable.hxx.
|
private |
axis length
Definition at line 36 of file RAxisDrawable.hxx.
|
private |
axis start point
Definition at line 34 of file RAxisDrawable.hxx.
|
private |
is vertical axis
Definition at line 35 of file RAxisDrawable.hxx.