Selection record for overlay objects.
Definition at line 139 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.   | |
| virtual | ~TGLOvlSelectRecord () | 
| Destructor.   | |
| TGLOverlayElement * | GetOvlElement () const | 
| virtual TClass * | IsA () const | 
| TGLOvlSelectRecord & | operator= (const TGLOvlSelectRecord &rec) | 
| Copy operator.   | |
| virtual void | Reset () | 
| Reinitialise all data to null values.   | |
| virtual void | Set (UInt_t *data) | 
| Setup the record from raw buffer.   | |
| void | SetOvlElement (TGLOverlayElement *e) | 
| virtual void | Streamer (TBuffer &) | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
  Public Member Functions inherited from TGLSelectRecordBase | |
| TGLSelectRecordBase () | |
| Default constructor.   | |
| TGLSelectRecordBase (const TGLSelectRecordBase &rec) | |
| Copy constructor.   | |
| TGLSelectRecordBase (UInt_t *data) | |
| Constructor from raw GL-select record.   | |
| virtual | ~TGLSelectRecordBase () | 
| 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 | 
| void | NextPos () | 
| TGLSelectRecordBase & | operator= (const TGLSelectRecordBase &rec) | 
| Copy operator.   | |
| void | PrevPos () | 
| void | ResetPos () | 
| void | SetRawOnly (UInt_t *data) | 
| Setup the record from raw buffer.   | |
| 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 () | 
  Static Public Member Functions inherited from TGLSelectRecordBase | |
| static TClass * | Class () | 
| static const char * | Class_Name () | 
| static constexpr Version_t | Class_Version () | 
| static const char * | DeclFileName () | 
Protected Attributes | |
| TGLOverlayElement * | fOvlElement | 
  Protected Attributes inherited from TGLSelectRecordBase | |
| UInt_t * | fItems | 
| Float_t | fMaxZ | 
| Float_t | fMinZ | 
| Int_t | fN | 
| Int_t | fPos | 
Additional Inherited Members | |
  Protected Member Functions inherited from TGLSelectRecordBase | |
| void | CopyItems (UInt_t *items) | 
| Copy data from names. fN must already be set.   | |
#include <TGLSelectRecord.h>
| TGLOvlSelectRecord::TGLOvlSelectRecord | ( | ) | 
Default constructor.
Definition at line 298 of file TGLSelectRecord.cxx.
| TGLOvlSelectRecord::TGLOvlSelectRecord | ( | UInt_t * | data | ) | 
Constructor from raw GL-select record.
Definition at line 307 of file TGLSelectRecord.cxx.
| TGLOvlSelectRecord::TGLOvlSelectRecord | ( | const TGLOvlSelectRecord & | rec | ) | 
Copy constructor.
Definition at line 316 of file TGLSelectRecord.cxx.
      
  | 
  virtual | 
Destructor.
Definition at line 325 of file TGLSelectRecord.cxx.
      
  | 
  static | 
      
  | 
  inlinestaticconstexpr | 
Definition at line 159 of file TGLSelectRecord.h.
      
  | 
  inlinestatic | 
Definition at line 159 of file TGLSelectRecord.h.
      
  | 
  inline | 
Definition at line 156 of file TGLSelectRecord.h.
      
  | 
  inlinevirtual | 
Reimplemented from TGLSelectRecordBase.
Definition at line 159 of file TGLSelectRecord.h.
| TGLOvlSelectRecord & TGLOvlSelectRecord::operator= | ( | const TGLOvlSelectRecord & | rec | ) | 
Copy operator.
Definition at line 332 of file TGLSelectRecord.cxx.
      
  | 
  virtual | 
Reinitialise all data to null values.
Reimplemented from TGLSelectRecordBase.
Definition at line 355 of file TGLSelectRecord.cxx.
      
  | 
  virtual | 
Setup the record from raw buffer.
Non-core members are reset.
Reimplemented from TGLSelectRecordBase.
Definition at line 346 of file TGLSelectRecord.cxx.
      
  | 
  inline | 
Definition at line 157 of file TGLSelectRecord.h.
      
  | 
  virtual | 
Reimplemented from TGLSelectRecordBase.
      
  | 
  inline | 
Definition at line 159 of file TGLSelectRecord.h.
      
  | 
  protected | 
Definition at line 143 of file TGLSelectRecord.h.