ReactOS 0.4.16-dev-1-gcf26321
|
#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 60 of file appview.cpp.
|
private |
Definition at line 22 of file appview.cpp.
Referenced by InitImageList().
Definition at line 102 of file appview.cpp.
Referenced by CApplicationView::CreateToolbar().
DWORD CMainToolbar::GetMaxButtonsWidth | ( | ) | const |
Definition at line 175 of file appview.cpp.
Referenced by CApplicationView::OnSize().
VOID CMainToolbar::HideButtonCaption | ( | ) |
|
private |
Definition at line 37 of file appview.cpp.
Referenced by Create().
VOID CMainToolbar::OnGetDispInfo | ( | LPTOOLTIPTEXT | lpttt | ) |
Definition at line 65 of file appview.cpp.
Referenced by CApplicationView::ProcessWindowMessage().
VOID CMainToolbar::ShowButtonCaption | ( | ) |
|
private |
Definition at line 279 of file appview.h.
Referenced by Create(), and GetMaxButtonsWidth().
Definition at line 278 of file appview.h.
Referenced by AddImageToImageList(), and InitImageList().