#include <imenuman.h>
Represents the interface to the various menu types such as MenuBar, QuadMenus, and right-click Popup Menus.
The class provides the fundamental basis for the ID, Type, and Name.
Public Member Functions |
|
virtual MenuContextId | GetId ()=0 |
This method returns the Menu Context ID.
|
|
virtual MenuContextType | GetType ()=0 |
This method returns the enum
MenuContextType. |
|
virtual MSTR & | GetName ()=0 |
This method returns the name of the Menu
Context. |
virtual MenuContextId GetId | ( | ) | [pure virtual] |
This method returns the Menu Context ID.
virtual MenuContextType GetType | ( | ) | [pure virtual] |
This method returns the enum MenuContextType.
One of the following values:
virtual MSTR& GetName | ( | ) | [pure virtual] |
This method returns the name of the Menu Context.