xoblite™ / Blackbox for Windows bb5 | RC6 preview | 0.25.2.14
http://xoblite.net/
|
#include <StylesMenu.h>
Public Member Functions | |
StylesMenu (const char *pszTitle) | |
virtual | ~StylesMenu () |
void | OnShow (bool fShow) |
void | UpdateFolder () |
![]() | |
Menu (HINSTANCE hInstance) | |
~Menu () | |
void | UpdateMenuWindow () |
void | DrawMenuItem (HDC hdc, MenuItem *i, bool active) |
void | Show () |
void | Show (int x, int y) |
bool | Hide (int h) |
void | Mouse (UINT nMsg, int x, int y) |
void | MouseLeave () |
void | AddMenuItem (MenuItem *m) |
void | DeleteMenuItems () |
void | TogglePinned () |
bool | IsPinned () |
LRESULT | NcHitTest (int x, int y) |
void | Timer (int nTimer) |
HWND | GetWindow () |
void | SetParent (Menu *pParent) |
Menu * | GetParent () |
void | AddChild (Menu *pChild) |
void | RemoveChild (Menu *pChild) |
bool | IsChildWindow (HWND hWnd) |
void | SetMenuFolderPath (char *pszFolderPath) |
void | Moving () |
virtual bool | OnUser (int nMessage, WPARAM wParam, LPARAM lParam, LRESULT &lResult) |
LRESULT | Command (WPARAM wParam, LPARAM lParam) |
virtual void | OnTimer (int nTimer) |
void | Activate (int fActive, HWND hWnd) |
bool | IsActive () |
void | Sort (int beginOffset, int endOffset) |
void | Invalidate () |
void | Validate () |
void | ClearSelectionGroup (int group) |
Additional Inherited Members | |
![]() | |
static void CALLBACK | TrackMouseProc (HWND hWnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) |
![]() | |
HINSTANCE | hMenuInstance |
WIN32_FIND_DATA | data |
HWND | hMenuWnd |
Menu * | m_pParent |
vector< MenuItem * > | m_MenuItems |
vector< Menu * > | m_Children |
char * | m_pszTitle |
bool | isValidated |
bool | isPinned |
bool | mouseIsHovering |
bool | keyboardNavigationInProgress |
bool | m_bMoved |
char * | m_pszFolderPath |
HDC | menuHDC |
HDC | cachedMenuBackground |
HDC | cachedMenuActive |
bool | cachedMenuGradientsExist |
RECT | menuRect |
RECT | menuTitleRect |
RECT | menuFrameRect |
RECT | menuActiveRect |
RECT | menuGripRect |
int | menuX |
int | menuY |
int | menuWidth |
int | menuHeight |
int | menuActiveWidth |
int | menuActiveHeight |
![]() | |
static int | m_nInstances = 0 |
StylesMenu::StylesMenu | ( | const char * | pszTitle | ) |
|
virtual |
|
virtual |
Reimplemented from Menu.
void StylesMenu::UpdateFolder | ( | ) |