2 #ifndef _YI_ABSTRACT_BUTTONVIEW_H_ 3 #define _YI_ABSTRACT_BUTTONVIEW_H_ 64 virtual bool Init()
override;
134 virtual bool HandleEvent(
const std::shared_ptr<CYIEventDispatcher> &pDispatcher,
CYIEvent *pEvent)
override;
224 #endif // _YI_ABSTRACT_BUTTONVIEW_H_ The base class for the timeline framework.
Definition: YiAbstractTimeline.h:29
Base class for events.
Definition: YiEvent.h:489
The base class for all view types. Views are containers of renderable elements that often define inte...
Definition: YiSceneView.h:47
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
#define YI_TYPE_BASES(...)
Definition: YiRtti.h:350
A scene node type that renders text.
Definition: YiTextSceneNode.h:77