Extract (reference) only basic attributes from drawable, but not drawable itself.
- Author
- Sergey Linev s.lin.nosp@m.ev@g.nosp@m.si.de
- Date
- 2020-04-02
- Warning
- This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
Definition at line 93 of file RDisplayItem.hxx.
|
const RAttrMap * | fAttr {nullptr} |
| pointer on drawable attributes
|
|
const std::string * | fCssClass {nullptr} |
| pointer on drawable class
|
|
const std::string * | fId {nullptr} |
| pointer on drawable id
|
|
bool | fDummy {false} |
| if true, just placeholder for drawable which does not changed
|
|
unsigned | fIndex {0} |
| ! index inside current pad, used to produce fully-qualified id, not send to client
|
|
std::string | fObjectID |
| unique object identifier
|
|
RStyle * | fStyle {nullptr} |
| style object
|
|
|
static std::string | ObjectIDFromPtr (const void *ptr) |
| Construct fillid using pointer value.
|
|
#include <ROOT/RDisplayItem.hxx>
◆ RIndirectDisplayItem() [1/2]
ROOT::Experimental::RIndirectDisplayItem::RIndirectDisplayItem |
( |
| ) |
|
|
default |
◆ RIndirectDisplayItem() [2/2]
RIndirectDisplayItem::RIndirectDisplayItem |
( |
const RDrawable & |
dr | ) |
|
◆ fAttr
const RAttrMap* ROOT::Experimental::RIndirectDisplayItem::fAttr {nullptr} |
|
protected |
◆ fCssClass
const std::string* ROOT::Experimental::RIndirectDisplayItem::fCssClass {nullptr} |
|
protected |
◆ fId
const std::string* ROOT::Experimental::RIndirectDisplayItem::fId {nullptr} |
|
protected |
The documentation for this class was generated from the following files: