10#define ROOT7_RDrawable
20namespace Experimental {
26class RDrawableDisplayItem;
27class RIndirectDisplayItem;
30class RChangeAttrRequest;
31class RDrawableMenuRequest;
32class RDrawableExecRequest;
190 virtual std::unique_ptr<RDisplayItem>
Display(
const RDisplayContext &);
201 virtual void Execute(
const std::string &);
227template <
class DRAWABLE, std::enable_if_t<std::is_base_of<RDrawable, DRAWABLE>{}>* =
nullptr>
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize id
virtual void SetShared(void *shared)=0
virtual void * MakeShared()=0
virtual const void * GetIOPtr() const =0
virtual ~RIOSharedBase()=default
virtual bool HasShared() const =0
T * fIO
plain pointer for IO
std::shared_ptr< T > fShared
! holder of object
bool HasShared() const final
void * MakeShared() final
RIOShared(const std::shared_ptr< T > &ptr)
const void * GetIOPtr() const final
const T * operator->() const
RIOShared & operator=(const std::shared_ptr< T > &ptr)
void SetShared(void *shared) final
std::shared_ptr< T > get_shared() const
Base class for all attributes, used with RDrawable.
Base class for painting data for JS.
Generic display item for RDrawable, just reference drawable itself.
Request execution of method of referenced drawable, no reply.
void SetDrawable(RDrawable *dr, unsigned indx)
Set drawable and its index in list of primitives.
void SetCanvas(RCanvas *canv)
Set canvas.
RCanvas * GetCanvas() const
unsigned GetConnId() const
RDisplayContext(RCanvas *canv, RPadBase *pad, Version_t vers=0)
Version_t GetLastVersion() const
RPadBase * fPad
! subpad where drawable is displayed
RDrawable * fDrawable
! reference on the drawable
void SetConnection(unsigned connid, bool ismain)
Set connection id and ismain flag for connection.
unsigned fConnId
! connection id
RDrawable * GetDrawable() const
RPadBase * GetPad() const
unsigned fIndex
! index in list of primitives
Version_t fLastVersion
! last displayed version
bool fMainConn
! is main connection
RCanvas * fCanvas
! canvas where drawable is displayed
void SetPad(RPadBase *pad)
Set pad.
unsigned GetIndex() const
RDisplayContext()=default
Base class for drawable entities: objects that can be painted on a RPad.
const RAttrMap & GetAttrMap() const
RDrawable(const RDrawable &)=delete
RDrawable & operator=(const RDrawable &)=delete
virtual void Execute(const std::string &)
virtual bool IsFrameRequired() const
Version_t GetVersion() const
std::weak_ptr< RStyle > fStyle
! style applied for RDrawable, not stored when canvas is saved
const std::string & GetId() const
void SetCssClass(const std::string &cl)
RAttrMap fAttr
attributes values
virtual void SetDrawableVersion(Version_t vers)
std::string fCssClass
user-defined CSS class, used for RStyle
RDrawable(const char *csstype)
virtual void PopulateMenu(RMenuItems &)
std::string fId
user-defined CSS id, used for RStyle
virtual void OnDisplayItemDestroyed(RDisplayItem *) const
bool MatchSelector(const std::string &selector) const
Preliminary method which checks if drawable matches with given selector Following selector are allowe...
const char * fCssType
! drawable type, not stored in the root file, must be initialized in constructor
virtual void UseStyle(const std::shared_ptr< RStyle > &style)
void SetCssType(const char *csstype)
const std::string & GetCssClass() const
void SetId(const std::string &id)
virtual void CollectShared(Internal::RIOSharedVector_t &)
const char * GetCssType() const
Version_t fVersion
! drawable version, changed from the canvas
virtual std::unique_ptr< RDisplayItem > Display(const RDisplayContext &)
Creates display item for drawable By default item contains drawable data itself.
Extract (reference) only basic attributes from drawable, but not drawable itself.
Base class for graphic containers for RDrawable-s.
A set of defaults for graphics attributes, e.g.
std::vector< RIOSharedBase * > RIOSharedVector_t
auto GetDrawable(const std::shared_ptr< DRAWABLE > &drawable)
Central method to insert drawable in list of pad primitives By default drawable placed as is.
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.