|
| | CGUIExpandingCompositeBehaviour () |
| |
| virtual eC_Bool | DoClick (const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual | ~CGUIBehaviourDecorator () |
| |
| virtual CGUIBehaviourDecorator * | Clone () const |
| |
| virtual eC_Bool | IsCompositeBehaviour () const |
| |
| virtual eC_Bool | DoScale (const eC_Value &vDelta) |
| |
| virtual eC_Bool | DoUserEvent (CGUIEvent *const pEvent) |
| |
| virtual void | OnCreate () |
| |
| virtual void | OnDataPool (const DataPoolResource_t &eID) |
| |
| virtual void | OnDelete () |
| |
| virtual void | OnHide () |
| |
| virtual void | OnShow () |
| |
| virtual eC_Bool | DoLongClick (const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual eC_Bool | DoDoubleClick (const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual eC_Bool | DoButtonDown (const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual eC_Bool | DoButtonUp (const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual eC_Bool | DoDrag (const eC_Value &vDeltaX=eC_FromInt(-1), const eC_Value &vDeltaY=eC_FromInt(-1), const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual eC_Bool | DoDragEnd (const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual eC_Bool | DoMouseEnter (const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual eC_Bool | DoMouseLeave (const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual eC_Bool | DoMouseMove (const eC_Value &vAbsX=eC_FromInt(-1), const eC_Value &vAbsY=eC_FromInt(-1)) |
| |
| virtual eC_Bool | FocusPrevious (CGUIObject *const pRefObj=NULL, const eC_Bool &bSubTreeOfRefObjDone=false) |
| |
| virtual eC_Bool | FocusNext (CGUIObject *const pRefObj=NULL, const eC_Bool &bSubTreeOfRefObjDone=false) |
| |
| virtual void | GetFocus () |
| |
| virtual void | LoseFocus () |
| |
| virtual eC_Bool | Decrease () |
| |
| virtual eC_Bool | Increase () |
| |
| virtual eC_Bool | DoKeyDown (const GUIKeyIdentifier_t &eKeyIdentifier, const eC_UInt &uiModifiers) |
| |
| virtual eC_Bool | DoKeyUp (const GUIKeyIdentifier_t &eKeyIdentifier, const eC_UInt &uiModifiers) |
| |
| virtual eC_Bool | DoChar (const eC_UInt &uiKey, const GUIKeyIdentifier_t &eKeyIdentifier, const eC_UInt &uiModifiers) |
| |
| virtual eC_Bool | DoScroll (const eC_Value &vAbsX, const eC_Value &vAbsY, const eC_Value &vDelta, const eC_Bool &bModifierActive) |
| |
| const eC_String & | GetXMLTag () const |
| |
| virtual void | ReadFromStream () |
| |
| void | SetXMLTag (const eC_String &kXMLTag) |
| |
| virtual void | WriteToStream (const eC_Bool bWriteClassID=false) |
| |
This behaviour is used to process click-events on the group-heading to expand/collapse the client-area