Standard selection record including information about containing scene and details ob out selected object (TGLPhysicalShape*, TObject* or simply a void* for foreign scenes).
Definition at line 74 of file TGLSelectRecord.h.
Public Types | |
| enum | ESecSelResult { kNone , kEnteringSelection , kLeavingSelection , kModifyingInternalSelection } |
Static Public Member Functions | |
| static Bool_t | AreSameSelectionWise (const TGLSelectRecord &r1, const TGLSelectRecord &r2) |
| Check if the records imply the same selection result, that is, their secondary members are all equal. | |
| 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 | |
| Bool_t | fHighlight |
| TGLLogicalShape * | fLogShape |
| Bool_t | fMultiple |
| TObject * | fObject |
| TGLPhysicalShape * | fPhysShape |
| TGLSceneInfo * | fSceneInfo |
| ESecSelResult | fSecSelRes |
| void * | fSpecific |
| Bool_t | fTransparent |
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>
| Enumerator | |
|---|---|
| kNone | |
| kEnteringSelection | |
| kLeavingSelection | |
| kModifyingInternalSelection | |
Definition at line 77 of file TGLSelectRecord.h.
| TGLSelectRecord::TGLSelectRecord | ( | ) |
Default constructor.
Definition at line 149 of file TGLSelectRecord.cxx.
| TGLSelectRecord::TGLSelectRecord | ( | UInt_t * | data | ) |
Constructor from raw GL-select record.
Definition at line 166 of file TGLSelectRecord.cxx.
| TGLSelectRecord::TGLSelectRecord | ( | const TGLSelectRecord & | rec | ) |
Copy constructor.
Definition at line 183 of file TGLSelectRecord.cxx.
|
override |
Destructor.
Definition at line 200 of file TGLSelectRecord.cxx.
|
static |
Check if the records imply the same selection result, that is, their secondary members are all equal.
Definition at line 278 of file TGLSelectRecord.cxx.
Definition at line 141 of file TGLSelectRecord.h.
Definition at line 141 of file TGLSelectRecord.h.
|
inline |
Definition at line 121 of file TGLSelectRecord.h.
|
inline |
Definition at line 117 of file TGLSelectRecord.h.
|
inline |
Definition at line 120 of file TGLSelectRecord.h.
|
inline |
Definition at line 118 of file TGLSelectRecord.h.
|
inline |
Definition at line 116 of file TGLSelectRecord.h.
|
inline |
Definition at line 115 of file TGLSelectRecord.h.
|
inline |
Definition at line 123 of file TGLSelectRecord.h.
|
inline |
Definition at line 119 of file TGLSelectRecord.h.
|
inline |
Definition at line 114 of file TGLSelectRecord.h.
|
inlineoverridevirtual |
Reimplemented from TGLSelectRecordBase.
Definition at line 141 of file TGLSelectRecord.h.
| TGLSelectRecord & TGLSelectRecord::operator= | ( | const TGLSelectRecord & | rec | ) |
Copy operator.
Definition at line 207 of file TGLSelectRecord.cxx.
| void TGLSelectRecord::Print | ( | ) |
Print contents of the select record to stdout.
Definition at line 263 of file TGLSelectRecord.cxx.
|
overridevirtual |
Reinitialise all data to null values.
Reimplemented from TGLSelectRecordBase.
Definition at line 246 of file TGLSelectRecord.cxx.
|
overridevirtual |
Setup the record from raw buffer.
Non-core members are reset.
Reimplemented from TGLSelectRecordBase.
Definition at line 229 of file TGLSelectRecord.cxx.
|
inline |
Definition at line 132 of file TGLSelectRecord.h.
|
inline |
Definition at line 128 of file TGLSelectRecord.h.
|
inline |
Definition at line 131 of file TGLSelectRecord.h.
|
inline |
Definition at line 129 of file TGLSelectRecord.h.
|
inline |
Definition at line 127 of file TGLSelectRecord.h.
|
inline |
Definition at line 126 of file TGLSelectRecord.h.
|
inline |
Definition at line 134 of file TGLSelectRecord.h.
|
inline |
Definition at line 130 of file TGLSelectRecord.h.
|
inline |
Definition at line 125 of file TGLSelectRecord.h.
|
overridevirtual |
Reimplemented from TGLSelectRecordBase.
|
inline |
Definition at line 141 of file TGLSelectRecord.h.
|
protected |
Definition at line 99 of file TGLSelectRecord.h.
|
protected |
Definition at line 95 of file TGLSelectRecord.h.
|
protected |
Definition at line 98 of file TGLSelectRecord.h.
|
protected |
Definition at line 96 of file TGLSelectRecord.h.
|
protected |
Definition at line 94 of file TGLSelectRecord.h.
|
protected |
Definition at line 93 of file TGLSelectRecord.h.
|
protected |
Definition at line 101 of file TGLSelectRecord.h.
|
protected |
Definition at line 97 of file TGLSelectRecord.h.
|
protected |
Definition at line 92 of file TGLSelectRecord.h.