|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rosui.h>
Public Types | |
| enum | MeasureType { Type_FitContent = 0 , Type_Fixed = 1 , Type_Percent = 2 , Type_FitParent = 3 } |
Public Member Functions | |
| CUiMeasure () | |
| CUiMeasure (MeasureType type, INT value) | |
| INT | ComputeMeasure (INT parent, INT content) |
Static Public Member Functions | |
| static CUiMeasure | FitContent () |
| static CUiMeasure | FitParent () |
| static CUiMeasure | Fixed (INT pixels) |
| static CUiMeasure | Percent (INT percent) |
Private Attributes | |
| MeasureType | m_Type |
| INT | m_Value |
| Enumerator | |
|---|---|
| Type_FitContent | |
| Type_Fixed | |
| Type_Percent | |
| Type_FitParent | |
Definition at line 175 of file rosui.h.
|
inline |
Definition at line 188 of file rosui.h.
Referenced by FitContent(), FitParent(), Fixed(), and Percent().
|
inline |
Definition at line 201 of file rosui.h.
Referenced by CUiPanel::OnParentSize(), and CUiSplitPanel::OnParentSize().
|
inlinestatic |
|
inlinestatic |
Definition at line 226 of file rosui.h.
Referenced by CUiPanel::CUiPanel(), and CUiSplitPanel::CUiSplitPanel().
|
inlinestatic |
|
inlinestatic |
|
private |
Definition at line 184 of file rosui.h.
Referenced by ComputeMeasure(), and CUiMeasure().
|
private |
Definition at line 185 of file rosui.h.
Referenced by ComputeMeasure(), and CUiMeasure().