Selection record for overlay objects.
Definition at line 149 of file TGLSelectRecord.h.
Public Member Functions | |
| TGLOvlSelectRecord () | |
| Default constructor. | |
| TGLOvlSelectRecord (const TGLOvlSelectRecord &rec) | |
| Copy constructor. | |
| TGLOvlSelectRecord (UInt_t *data) | |
| Constructor from raw GL-select record. | |
| ~TGLOvlSelectRecord () override | |
| Destructor. | |
| UInt_t | GetCurrItem () const |
| UInt_t | GetItem (Int_t i) const |
| UInt_t * | GetItems () const |
| Float_t | GetMaxZ () const |
| Float_t | GetMinZ () const |
| Int_t | GetN () const |
| Int_t | GetNLeft () const |
| TGLOverlayElement * | GetOvlElement () const |
| TClass * | IsA () const override |
| void | NextPos () |
| TGLOvlSelectRecord & | operator= (const TGLOvlSelectRecord &rec) |
| Copy operator. | |
| void | PrevPos () |
| void | Reset () override |
| Reinitialise all data to null values. | |
| void | ResetPos () |
| void | Set (UInt_t *data) override |
| Setup the record from raw buffer. | |
| void | SetOvlElement (TGLOverlayElement *e) |
| void | SetRawOnly (UInt_t *data) |
| Setup the record from raw buffer. | |
| void | Streamer (TBuffer &) override |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
Protected Member Functions | |
| void | CopyItems (UInt_t *items) |
| Copy data from names. fN must already be set. | |
Protected Attributes | |
| UInt_t * | fItems |
| Float_t | fMaxZ |
| Float_t | fMinZ |
| Int_t | fN |
| TGLOverlayElement * | fOvlElement |
| Int_t | fPos |
| TGLOvlSelectRecord::TGLOvlSelectRecord | ( | ) |
Default constructor.
Definition at line 295 of file TGLSelectRecord.cxx.
| TGLOvlSelectRecord::TGLOvlSelectRecord | ( | UInt_t * | data | ) |
Constructor from raw GL-select record.
Definition at line 304 of file TGLSelectRecord.cxx.
| TGLOvlSelectRecord::TGLOvlSelectRecord | ( | const TGLOvlSelectRecord & | rec | ) |
Copy constructor.
Definition at line 313 of file TGLSelectRecord.cxx.
|
override |
Destructor.
Definition at line 322 of file TGLSelectRecord.cxx.
|
static |
|
static |
|
inlinestaticconstexpr |
Definition at line 169 of file TGLSelectRecord.h.
|
protectedinherited |
Copy data from names. fN must already be set.
Definition at line 90 of file TGLSelectRecord.cxx.
|
inlinestatic |
Definition at line 169 of file TGLSelectRecord.h.
|
inlineinherited |
Definition at line 60 of file TGLSelectRecord.h.
Definition at line 56 of file TGLSelectRecord.h.
|
inlineinherited |
Definition at line 55 of file TGLSelectRecord.h.
|
inlineinherited |
Definition at line 58 of file TGLSelectRecord.h.
|
inlineinherited |
Definition at line 57 of file TGLSelectRecord.h.
|
inlineinherited |
Definition at line 54 of file TGLSelectRecord.h.
|
inlineinherited |
Definition at line 61 of file TGLSelectRecord.h.
|
inline |
Definition at line 166 of file TGLSelectRecord.h.
|
inlineoverridevirtual |
Reimplemented from TGLSelectRecordBase.
Definition at line 169 of file TGLSelectRecord.h.
|
inlineinherited |
Definition at line 62 of file TGLSelectRecord.h.
| TGLOvlSelectRecord & TGLOvlSelectRecord::operator= | ( | const TGLOvlSelectRecord & | rec | ) |
Copy operator.
Definition at line 329 of file TGLSelectRecord.cxx.
|
inlineinherited |
Definition at line 63 of file TGLSelectRecord.h.
|
overridevirtual |
Reinitialise all data to null values.
Reimplemented from TGLSelectRecordBase.
Definition at line 352 of file TGLSelectRecord.cxx.
|
inlineinherited |
Definition at line 64 of file TGLSelectRecord.h.
|
overridevirtual |
Setup the record from raw buffer.
Non-core members are reset.
Reimplemented from TGLSelectRecordBase.
Definition at line 343 of file TGLSelectRecord.cxx.
|
inline |
Definition at line 167 of file TGLSelectRecord.h.
|
inherited |
Setup the record from raw buffer.
Definition at line 104 of file TGLSelectRecord.cxx.
|
overridevirtual |
Reimplemented from TGLSelectRecordBase.
|
inline |
Definition at line 169 of file TGLSelectRecord.h.
|
protectedinherited |
Definition at line 32 of file TGLSelectRecord.h.
|
protectedinherited |
Definition at line 34 of file TGLSelectRecord.h.
|
protectedinherited |
Definition at line 33 of file TGLSelectRecord.h.
|
protectedinherited |
Definition at line 31 of file TGLSelectRecord.h.
|
protected |
Definition at line 153 of file TGLSelectRecord.h.
|
protectedinherited |
Definition at line 37 of file TGLSelectRecord.h.