You.i Engine
YiListLayoutPack.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_LIST_LAYOUT_PACK_H_
3 #define _YI_LIST_LAYOUT_PACK_H_
4 
5 #include "YiListLayout.h"
6 
7 namespace yi
8 {
9 namespace deprecated
10 {
11 class CYIListView;
12 }
13 }
14 
15 namespace yi
16 {
17 
23 namespace deprecated
24 {
25 
36 {
37 public:
42 
43  virtual void Layout(bool bAnimate, float &fStart, float &fEnd) override;
44 
45 private:
47 };
48 
49 } // namespace deprecated
50 
53 } // namespace yi
54 
55 #endif // _YI_LIST_LAYOUT_PACK_H_
Definition: YiAbstractSignalTransition.h:7
#define YI_TYPE_BASES(...)
Definition: YiRtti.h:350
yi::deprecated::CYIListView is a view that lays out its elements programatically using a CYIListLayou...
Definition: YiListView.h:52
A class that provides streaming functionality in a scrolling view.
Definition: YiListView.h:35
A yi::deprecated::CYIListLayout which arranges items in a single row or column.
Definition: YiListLayoutPack.h:35
The abstract base class for list layouts.
Definition: YiListLayout.h:31