You.i Engine
YiRowLayout.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_ROW_LAYOUT_H_
3 #define _YI_ROW_LAYOUT_H_
4 
6 
18 {
19 public:
20  CYIRowLayout();
21  virtual ~CYIRowLayout();
22 
23 protected:
24  virtual void Configure() override;
25 
27 };
28 
31 #endif // _YI_ROW_LAYOUT_H_
A layout that positions all of its children in a row, a column, or a 'shaft'.
Definition: YiLinearLayout.h:90
virtual void Configure() override
#define YI_TYPE_BASES(...)
Definition: YiRtti.h:350
A CYILinearLayout that always uses a 'horizontal' orientation.
Definition: YiRowLayout.h:17
virtual ~CYIRowLayout()