ReactOS 0.4.16-dev-1078-g21d3e29
|
#include <rosui.h>
Public Member Functions | |
CUiPanel () | |
virtual | ~CUiPanel () |
virtual CUiBox * | AsBox () |
virtual VOID | ComputeMinimalSize (SIZE *size) |
virtual VOID | ComputeContentBounds (RECT *rect) |
virtual DWORD_PTR | CountSizableChildren () |
virtual HDWP | OnParentSize (RECT parentRect, HDWP hDwp) |
![]() | |
virtual | ~CUiPrimitive () |
virtual CUiBox * | AsBox () |
virtual VOID | ComputeMinimalSize (SIZE *size) |
virtual VOID | ComputeContentBounds (RECT *rect) |
virtual DWORD_PTR | CountSizableChildren () |
virtual HDWP | OnParentSize (RECT parentRect, HDWP hDwp) |
![]() | |
CUiCollection & | Children () |
Public Attributes | |
CUiMeasure | m_Width |
CUiMeasure | m_Height |
![]() | |
CUiMargin | m_Margin |
CUiAlignment | m_HorizontalAlignment |
CUiAlignment | m_VerticalAlignment |
Additional Inherited Members | |
![]() | |
CUiBox () | |
virtual VOID | ComputeRect (RECT parentRect, RECT currentRect, RECT *newRect) |
![]() | |
CUiPrimitive * | m_Parent |
![]() | |
CUiCollection | m_Children |
|
inlinevirtual |
Reimplemented from CUiPrimitive.
Definition at line 407 of file rosui.h.
Reimplemented from CUiBox.
Definition at line 426 of file rosui.h.
Referenced by CUiSplitPanel::ComputeContentBounds().
Reimplemented from CUiBox.
Definition at line 413 of file rosui.h.
Referenced by CUiSplitPanel::ComputeMinimalSize(), and OnParentSize().
|
inlinevirtual |
Reimplemented from CUiBox.
Definition at line 439 of file rosui.h.
Referenced by CUiSplitPanel::CountSizableChildren(), CApplicationView::OnSize(), and CMainWindow::OnSize().
|
inlinevirtual |
Reimplemented from CUiBox.
Definition at line 454 of file rosui.h.
Referenced by CUiSplitPanel::OnParentSize(), CApplicationView::OnSize(), and CMainWindow::OnSize().
CUiMeasure CUiPanel::m_Height |
Definition at line 394 of file rosui.h.
Referenced by CUiPanel(), and OnParentSize().
CUiMeasure CUiPanel::m_Width |
Definition at line 393 of file rosui.h.
Referenced by CUiPanel(), and OnParentSize().