parent
432e91b697
commit
39e3253d57
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
enum Menu_ID
|
enum Menu_ID
|
||||||
{
|
{
|
||||||
//ControlID
|
// ControlID
|
||||||
SPLITER, SUB_MENU, NO_ID, ID_PLUGIN_MENU,
|
SPLITER, SUB_MENU, NO_ID, ID_PLUGIN_MENU,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -68,8 +68,8 @@ public:
|
||||||
CBaseMenu ();
|
CBaseMenu ();
|
||||||
|
|
||||||
|
|
||||||
virtual int ProcessAccelerator(HWND hWnd, void * lpMsg ) = 0; // pure virtual draw() function
|
virtual int ProcessAccelerator(HWND hWnd, void * lpMsg ) = 0; // Pure virtual draw() function
|
||||||
virtual bool ProcessMessage(HWND hWnd, DWORD wNotifyCode, DWORD wID) = 0; // pure virtual draw() function
|
virtual bool ProcessMessage(HWND hWnd, DWORD wNotifyCode, DWORD wID) = 0; // Pure virtual draw() function
|
||||||
virtual void ResetMenu(void) = 0; // pure virtual draw() function
|
virtual void ResetMenu(void) = 0; // Pure virtual draw() function
|
||||||
HMENU GetHandle (void) { return m_MenuHandle; }
|
HMENU GetHandle (void) { return m_MenuHandle; }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue