|
ReactOS 0.4.16-dev-2284-g3529151
|
#include <CSplitter.hpp>

Public Member Functions | |
| void | Init (CWindow parent, CWindow left, CWindow right) |
| void | ResizeWnd (int width, int height) |
| void | DragSplitter (INT x) |
| LRESULT | OnSize (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnSetCursor (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnLButtonDown (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnMouseMove (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
| LRESULT | OnLButtonUp (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
Private Attributes | |
| CWindow | m_Parent |
| CWindow | m_Left |
| CWindow | m_Right |
| int | m_splitterPos = 280 |
| const int | m_splitterSize = 4 |
Definition at line 8 of file CSplitter.hpp.
Definition at line 47 of file CSplitter.hpp.
Referenced by OnLButtonUp(), and OnMouseMove().
|
inline |
Definition at line 20 of file CSplitter.hpp.
Referenced by CCertMgrProperties::OnInitDialog().
|
inline |
Definition at line 82 of file CSplitter.hpp.
Definition at line 108 of file CSplitter.hpp.
Definition at line 98 of file CSplitter.hpp.
Definition at line 63 of file CSplitter.hpp.
Definition at line 56 of file CSplitter.hpp.
Definition at line 28 of file CSplitter.hpp.
Referenced by DragSplitter(), and OnSize().
|
private |
Definition at line 12 of file CSplitter.hpp.
Referenced by Init(), and ResizeWnd().
|
private |
Definition at line 11 of file CSplitter.hpp.
Referenced by DragSplitter(), Init(), OnLButtonDown(), OnLButtonUp(), OnMouseMove(), OnSetCursor(), and ResizeWnd().
|
private |
Definition at line 13 of file CSplitter.hpp.
Referenced by Init(), and ResizeWnd().
|
private |
Definition at line 15 of file CSplitter.hpp.
Referenced by DragSplitter(), OnLButtonDown(), OnSetCursor(), and ResizeWnd().
Definition at line 16 of file CSplitter.hpp.
Referenced by OnLButtonDown(), OnSetCursor(), and ResizeWnd().