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