|
| TGLOverlayButton (TGLViewerBase *parent, const char *text, Float_t posx, Float_t posy, Float_t width, Float_t height) |
| Constructor. More...
|
|
virtual | ~TGLOverlayButton () |
|
virtual void | Clicked (TGLViewerBase *viewer) |
| Emits "Clicked(TGLViewerBase*)" signal. More...
|
|
virtual Pixel_t | GetBackColor () const |
|
virtual const char * | GetText () const |
|
virtual Pixel_t | GetTextColor () const |
|
virtual Bool_t | Handle (TGLRnrCtx &rnrCtx, TGLOvlSelectRecord &selRec, Event_t *event) |
| Handle overlay event. More...
|
|
virtual Bool_t | MouseEnter (TGLOvlSelectRecord &selRec) |
| Mouse has entered overlay area. More...
|
|
virtual void | MouseLeave () |
| Mouse has left overlay area. More...
|
|
virtual void | Render (TGLRnrCtx &rnrCtx) |
| Render the overlay elements. More...
|
|
virtual void | ResetState () |
|
virtual void | SetAlphaValues (Float_t norm, Float_t high) |
|
virtual void | SetBackColor (Pixel_t col) |
|
virtual void | SetPosition (Float_t x, Float_t y) |
|
virtual void | SetSize (Float_t w, Float_t h) |
|
virtual void | SetText (const char *text) |
|
virtual void | SetTextColor (Pixel_t col) |
|
| TGLOverlayElement (ERole r=kUser, EState s=kActive) |
|
virtual | ~TGLOverlayElement () |
|
ERole | GetRole () const |
|
EState | GetState () const |
|
virtual Bool_t | Handle (TGLRnrCtx &rnrCtx, TGLOvlSelectRecord &selRec, Event_t *event) |
| Handle overlay event. More...
|
|
virtual Bool_t | MouseEnter (TGLOvlSelectRecord &selRec) |
| Mouse has entered this element. More...
|
|
virtual void | MouseLeave () |
| Mouse has left the element. More...
|
|
virtual Bool_t | MouseStillInside (TGLOvlSelectRecord &selRec) |
|
virtual void | Render (TGLRnrCtx &rnrCtx)=0 |
|
void | SetBinaryState (Bool_t s) |
|
void | SetRole (ERole r) |
|
void | SetState (EState s) |
|
| TQObject () |
| TQObject Constructor. More...
|
|
virtual | ~TQObject () |
| TQObject Destructor. More...
|
|
Bool_t | AreSignalsBlocked () const |
|
Bool_t | BlockSignals (Bool_t b) |
|
virtual void | ChangedBy (const char *method) |
|
void | CollectClassSignalLists (TList &list, TClass *cls) |
| Collect class signal lists from class cls and all its base-classes. More...
|
|
Bool_t | Connect (const char *signal, const char *receiver_class, void *receiver, const char *slot) |
| Non-static method is used to connect from the signal of this object to the receiver slot. More...
|
|
virtual void | Connected (const char *) |
|
virtual void | Destroyed () |
|
Bool_t | Disconnect (const char *signal=0, void *receiver=0, const char *slot=0) |
| Disconnects signal of this object from slot of receiver. More...
|
|
virtual void | Disconnected (const char *) |
|
void | Emit (const char *signal) |
| Acitvate signal without args. More...
|
|
template<typename T > |
void | Emit (const char *signal, const T &arg) |
| Activate signal with single parameter. More...
|
|
template<typename... T> |
void | EmitVA (const char *signal_name, Int_t, const T &... params) |
| Emit a signal with a varying number of arguments. More...
|
|
TList * | GetListOfClassSignals () const |
| Returns pointer to list of signals of this class. More...
|
|
TList * | GetListOfConnections () const |
|
TList * | GetListOfSignals () const |
|
virtual Bool_t | HasConnection (const char *signal_name) const |
| Return true if there is any object connected to this signal. More...
|
|
virtual void | HighPriority (const char *signal_name, const char *slot_name=0) |
|
virtual void | LowPriority (const char *signal_name, const char *slot_name=0) |
|
virtual void | Message (const char *msg) |
|
virtual Int_t | NumberOfConnections () const |
| Return number of connections for this object. More...
|
|
virtual Int_t | NumberOfSignals () const |
| Return number of signals for this object. More...
|
|