ReactOS 0.4.16-dev-21-g2af6fd4
|
quick launch bar window More...
#include <quicklaunch.h>
Public Types | |
typedef ExtContextMenuHandlerT< SubclassedWindow > | super |
Public Types inherited from ExtContextMenuHandlerT< SubclassedWindow > | |
typedef SubclassedWindow | super |
Public Types inherited from SubclassedWindow | |
typedef Window | super |
Public Types inherited from Window | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
QuickLaunchBar (HWND hwnd) | |
~QuickLaunchBar () | |
Public Member Functions inherited from ExtContextMenuHandlerT< SubclassedWindow > | |
ExtContextMenuHandlerT (HWND hwnd) | |
ExtContextMenuHandlerT (HWND hwnd, const PARA &info) | |
LRESULT | WndProc (UINT nmsg, WPARAM wparam, LPARAM lparam) |
Public Member Functions inherited from SubclassedWindow | |
SubclassedWindow (HWND) | |
Public Member Functions inherited from Window | |
Window (HWND hwnd) | |
virtual | ~Window () |
LRESULT | SendParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
LRESULT | PostParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
Window (INT cx, INT cy, BOOL fAutoHide=FALSE) | |
virtual | ~Window () |
virtual LRESULT CALLBACK | WindowProcDx (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | DoAction () |
Protected Attributes | |
ShellDirectory * | _dir |
int | _next_id |
QuickLaunchMap | _entries |
int | _btn_dist |
int | _size |
Protected Attributes inherited from ExtContextMenuHandlerT< SubclassedWindow > | |
CtxMenuInterfaces | _cm_ifs |
Protected Attributes inherited from SubclassedWindow | |
WNDPROC | _orgWndProc |
Protected Attributes inherited from Window | |
HWND | m_hwnd |
BOOL | m_fAutoHide |
BOOL | m_fOnTop |
BOOL | m_fHiding |
UINT | m_uSide |
LONG | m_cxWidth |
LONG | m_cyHeight |
LONG | m_cxSave |
LONG | m_cySave |
BOOL | m_fAppBarRegd |
BOOL | m_fMoving |
BOOL | m_bDragged |
POINT | m_ptDragOn |
RECT | m_rcAppBar |
RECT | m_rcDrag |
Additional Inherited Members | |
Public Attributes inherited from Window | |
IAccessible | IAccessible_iface |
IOleWindow | IOleWindow_iface |
IEnumVARIANT | IEnumVARIANT_iface |
LONG | ref |
Static Protected Member Functions inherited from SubclassedWindow | |
static LRESULT CALLBACK | SubclassedWndProc (HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM lparam) |
Static Protected Member Functions inherited from Window | |
static Window * | create_controller (HWND hwnd) |
create controller for a new window | |
static StaticWindowData & | GetStaticWindowData () |
static LRESULT CALLBACK | MDICBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
static LRESULT CALLBACK | PropSheetCBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
Static Protected Attributes inherited from Window | |
static WindowMap | s_wnd_map |
static const void * | s_new_info = NULL |
static CREATORFUNC | s_window_creator = NULL |
static HHOOK | s_hcbtHook = 0 |
static WindowSet | s_pretranslate_windows |
static WindowSet | s_dialogs |
quick launch bar window
Definition at line 60 of file quicklaunch.h.
Definition at line 62 of file quicklaunch.h.
QuickLaunchBar::QuickLaunchBar | ( | HWND | hwnd | ) |
Definition at line 49 of file quicklaunch.cpp.
QuickLaunchBar::~QuickLaunchBar | ( | ) |
Definition at line 67 of file quicklaunch.cpp.
|
protected |
Definition at line 174 of file quicklaunch.cpp.
Referenced by AddShortcuts().
|
protected |
Definition at line 90 of file quicklaunch.cpp.
Referenced by WndProc().
Reimplemented from SubclassedWindow.
Definition at line 266 of file quicklaunch.cpp.
Definition at line 72 of file quicklaunch.cpp.
Referenced by DesktopBar::Init().
Reimplemented from SubclassedWindow.
Definition at line 282 of file quicklaunch.cpp.
Definition at line 195 of file quicklaunch.cpp.
Referenced by WndProc().
Reimplemented from SubclassedWindow.
Definition at line 204 of file quicklaunch.cpp.
|
protected |
Definition at line 78 of file quicklaunch.h.
Referenced by AddShortcuts(), and QuickLaunchBar().
|
protected |
Definition at line 74 of file quicklaunch.h.
Referenced by AddShortcuts(), QuickLaunchBar(), and ~QuickLaunchBar().
|
protected |
Definition at line 77 of file quicklaunch.h.
Referenced by AddButton(), AddShortcuts(), Command(), Notify(), and WndProc().
|
protected |
Definition at line 76 of file quicklaunch.h.
Referenced by AddShortcuts(), and QuickLaunchBar().
|
protected |
Definition at line 79 of file quicklaunch.h.
Referenced by AddShortcuts(), QuickLaunchBar(), and WndProc().