Display item for TObject with drawing options.
- Author
- Sergey Linev s.lin.nosp@m.ev@g.nosp@m.si.de
- Date
- 2017-05-31
- Warning
- This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
Definition at line 118 of file RDisplayItem.hxx.
|
| int | fKind {0} |
| | object kind
|
| |
| const TObject * | fObject {nullptr} |
| | ROOT6 object.
|
| |
| std::string | fOption |
| | drawing options
|
| |
| bool | fOwner {false} |
| | ! if object must be deleted
|
| |
| 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
|
| |
#include <ROOT/RDisplayItem.hxx>
◆ TObjectDisplayItem()
| ROOT::Experimental::TObjectDisplayItem::TObjectDisplayItem |
( |
int |
kind, |
|
|
const TObject * |
obj, |
|
|
const std::string & |
opt, |
|
|
bool |
owner = false |
|
) |
| |
|
inline |
◆ ~TObjectDisplayItem()
| TObjectDisplayItem::~TObjectDisplayItem |
( |
| ) |
|
|
virtual |
◆ fKind
| int ROOT::Experimental::TObjectDisplayItem::fKind {0} |
|
protected |
◆ fObject
| const TObject* ROOT::Experimental::TObjectDisplayItem::fObject {nullptr} |
|
protected |
◆ fOption
| std::string ROOT::Experimental::TObjectDisplayItem::fOption |
|
protected |
◆ fOwner
| bool ROOT::Experimental::TObjectDisplayItem::fOwner {false} |
|
protected |
The documentation for this class was generated from the following files: