2 #ifndef _YI_SCROLL_BAR_VIEW_H_ 3 #define _YI_SCROLL_BAR_VIEW_H_ 7 class CYIScrollBarViewPriv;
67 virtual bool Init()
override;
128 virtual bool HandleEvent(
const std::shared_ptr<CYIEventDispatcher> &pDispatcher,
CYIEvent *pEvent)
override;
141 #endif // _YI_SCROLL_BAR_VIEW_H_
#define YI_DISALLOW_COPY_AND_ASSIGN(TypeName)
Delete the copy constructor and assignment operator (and consequently the move constructor as well) ...
Definition: YiPredef.h:114
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
#define YI_TYPE_BASES(...)
Definition: YiRtti.h:350
Definition: YiSceneView.h:86