|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <appview.h>


Private Member Functions | |
| VOID | AddImageToImageList (HIMAGELIST hImageList, UINT ImageIndex) |
| HIMAGELIST | InitImageList () |
Private Attributes | |
| const INT | m_iToolbarHeight |
| DWORD | m_dButtonsWidthMax |
Additional Inherited Members | |
Public Attributes inherited from CUiBox | |
| CUiMargin | m_Margin |
| CUiAlignment | m_HorizontalAlignment |
| CUiAlignment | m_VerticalAlignment |
Protected Member Functions inherited from CUiBox | |
| CUiBox () | |
| virtual VOID | ComputeRect (RECT parentRect, RECT currentRect, RECT *newRect) |
Protected Attributes inherited from CUiPrimitive | |
| CUiPrimitive * | m_Parent |
| CMainToolbar::CMainToolbar | ( | ) |
Definition at line 105 of file appview.cpp.
|
private |
Definition at line 67 of file appview.cpp.
Referenced by InitImageList().
Definition at line 147 of file appview.cpp.
Referenced by CApplicationView::CreateToolbar().
| DWORD CMainToolbar::GetMaxButtonsWidth | ( | ) | const |
Definition at line 222 of file appview.cpp.
Referenced by CApplicationView::OnSize().
|
private |
Definition at line 82 of file appview.cpp.
Referenced by Create().
| VOID CMainToolbar::OnGetDispInfo | ( | LPTOOLTIPTEXT | lpttt | ) |
Definition at line 110 of file appview.cpp.
Referenced by CApplicationView::ProcessWindowMessage().
Definition at line 204 of file appview.cpp.
Referenced by CApplicationView::OnSize().
| void CMainToolbar::UpdateMaxButtonsWidth | ( | ) |
Definition at line 214 of file appview.cpp.
Referenced by Create(), and CApplicationView::ProcessWindowMessage().
|
private |
Definition at line 278 of file appview.h.
Referenced by GetMaxButtonsWidth(), and UpdateMaxButtonsWidth().
Definition at line 277 of file appview.h.
Referenced by AddImageToImageList(), and InitImageList().