ReactOS 0.4.16-dev-570-g1868985
|
#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 104 of file appview.cpp.
|
private |
Definition at line 66 of file appview.cpp.
Referenced by InitImageList().
Definition at line 146 of file appview.cpp.
Referenced by CApplicationView::CreateToolbar().
DWORD CMainToolbar::GetMaxButtonsWidth | ( | ) | const |
Definition at line 221 of file appview.cpp.
Referenced by CApplicationView::OnSize().
|
private |
Definition at line 81 of file appview.cpp.
Referenced by Create().
VOID CMainToolbar::OnGetDispInfo | ( | LPTOOLTIPTEXT | lpttt | ) |
Definition at line 109 of file appview.cpp.
Referenced by CApplicationView::ProcessWindowMessage().
Definition at line 203 of file appview.cpp.
Referenced by CApplicationView::OnSize().
void CMainToolbar::UpdateMaxButtonsWidth | ( | ) |
Definition at line 213 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().