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


Public Member Functions | |
| BOOL | DoCreate (HWND hwndParent) |
Private Member Functions | |
| LRESULT | OnCreate (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnSysColorChange (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnCommand (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnLButtonDown (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnMouseMove (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnLButtonUp (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnToolsModelToolChanged (UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
Private Attributes | |
| CPaintToolBar | toolbar |
Definition at line 80 of file toolbox.cpp.
Referenced by CMainWindow::OnCreate().
Definition at line 127 of file toolbox.cpp.
Definition at line 87 of file toolbox.cpp.
|
private |
Definition at line 160 of file toolbox.cpp.
Definition at line 189 of file toolbox.cpp.
Definition at line 166 of file toolbox.cpp.
|
private |
Definition at line 94 of file toolbox.cpp.
|
private |
Definition at line 141 of file toolbox.cpp.
|
private |
Definition at line 42 of file toolbox.h.
Referenced by OnCreate(), OnSysColorChange(), and OnToolsModelToolChanged().