MyGUI 3.4.1
Public Types | Public Member Functions | Static Public Member Functions | Data Fields
MyGUI::ControllerItem Class Referenceabstract

#include <MyGUI_ControllerItem.h>

Inheritance diagram for MyGUI::ControllerItem:
Inheritance graph
[legend]

Public Types

typedef RTTIBase Base
 
typedef ControllerItem RTTIBase
 
- Public Types inherited from MyGUI::IObject
typedef IObject RTTIBase
 

Public Member Functions

virtual const std::string & getTypeName () const override
 
virtual bool isType (const std::type_info &_type) const override
 
template<typename Type >
bool isType () const
 
 ~ControllerItem () override=default
 
virtual void prepareItem (Widget *_widget)=0
 
virtual bool addTime (Widget *_widget, float _time)=0
 
virtual void setProperty (const std::string &_key, const std::string &_value)
 
- Public Member Functions inherited from MyGUI::IObject
virtual const std::string & getTypeName () const
 
virtual bool isType (const std::type_info &_type) const
 
template<typename Type >
bool isType () const
 
template<typename Type >
Type * castType (bool _throw=true)
 
template<typename Type >
const Type * castType (bool _throw=true) const
 
 IObject ()=default
 
virtual ~IObject ()=default
 

Static Public Member Functions

static const std::string & getClassTypeName ()
 
- Static Public Member Functions inherited from MyGUI::IObject
static const std::string & getClassTypeName ()
 

Data Fields

EventPairAddParameter< EventHandle_WidgetPtr, EventHandle_WidgetPtrControllerItemPtreventPreAction
 
EventPairAddParameter< EventHandle_WidgetPtr, EventHandle_WidgetPtrControllerItemPtreventUpdateAction
 
EventPairAddParameter< EventHandle_WidgetPtr, EventHandle_WidgetPtrControllerItemPtreventPostAction
 

Detailed Description

Base interface for controllers

Definition at line 25 of file MyGUI_ControllerItem.h.

Member Typedef Documentation

◆ Base

Definition at line 28 of file MyGUI_ControllerItem.h.

◆ RTTIBase

Definition at line 28 of file MyGUI_ControllerItem.h.

Constructor & Destructor Documentation

◆ ~ControllerItem()

MyGUI::ControllerItem::~ControllerItem ( )
overridedefault

Member Function Documentation

◆ addTime()

virtual bool MyGUI::ControllerItem::addTime ( Widget _widget,
float  _time 
)
pure virtual

◆ getClassTypeName()

static const std::string & MyGUI::ControllerItem::getClassTypeName ( )
inlinestatic

Definition at line 28 of file MyGUI_ControllerItem.h.

◆ getTypeName()

virtual const std::string & MyGUI::ControllerItem::getTypeName ( ) const
inlineoverridevirtual

Get type name as string

Reimplemented from MyGUI::IObject.

Reimplemented in MyGUI::ControllerEdgeHide, MyGUI::ControllerFadeAlpha, MyGUI::ControllerPosition, and MyGUI::ControllerRepeatClick.

Definition at line 28 of file MyGUI_ControllerItem.h.

◆ isType() [1/2]

template<typename Type >
bool MyGUI::ControllerItem::isType ( ) const
inline

Compare with selected type

Definition at line 28 of file MyGUI_ControllerItem.h.

◆ isType() [2/2]

virtual bool MyGUI::ControllerItem::isType ( const std::type_info &  _type) const
inlineoverridevirtual

Compare with selected type

Reimplemented from MyGUI::IObject.

Reimplemented in MyGUI::ControllerEdgeHide, MyGUI::ControllerFadeAlpha, MyGUI::ControllerPosition, and MyGUI::ControllerRepeatClick.

Definition at line 28 of file MyGUI_ControllerItem.h.

◆ prepareItem()

virtual void MyGUI::ControllerItem::prepareItem ( Widget _widget)
pure virtual

◆ setProperty()

virtual void MyGUI::ControllerItem::setProperty ( const std::string &  _key,
const std::string &  _value 
)
inlinevirtual

Field Documentation

◆ eventPostAction

Event : After controller finished working.
signature : void method(MyGUI::Widget* _sender, MyGUI::ControllerItem* _controller)

Parameters
_senderwidget under control

Definition at line 54 of file MyGUI_ControllerItem.h.

◆ eventPreAction

Event : Before controller started working.
signature : void method(MyGUI::Widget* _sender, MyGUI::ControllerItem* _controller)

Parameters
_senderwidget under control

Definition at line 42 of file MyGUI_ControllerItem.h.

◆ eventUpdateAction

Event : Controller updated (called every frame).
signature : void method(MyGUI::Widget* _sender, MyGUI::ControllerItem* _controller)

Parameters
_senderwidget under control

Definition at line 48 of file MyGUI_ControllerItem.h.


The documentation for this class was generated from the following file: