1 #ifndef _YI_DEV_WIDGET_WITH_VIEW_H_ 2 #define _YI_DEV_WIDGET_WITH_VIEW_H_ 39 virtual std::unique_ptr<CYISceneView>
CreateView() = 0;
60 void OnAnimationCompleted();
#define YI_DISALLOW_COPY_AND_ASSIGN(TypeName)
Delete the copy constructor and assignment operator (and consequently the move constructor as well) ...
Definition: YiPredef.h:122
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:36
This controller can be used to animate between two visual states using one or two timelines...
Definition: YiAnimationToggleController.h:20
#define YI_TYPE_BASES(CLASS, BASES...)
Definition: YiRtti.h:257