Context menu.
Expose KAMMenu to dd menu item on context menu in ORSDK.
Definition at line 167 of file fbapplymanagerrule.h.
#include <fbapplymanagerrule.h>
Public Member Functions | |
FBAMMenu (const char *pName, HIObject pObject=NULL) | |
Constructor. | |
int | AddOption (const char *pMenuOptions, int pId=-1, bool pEnable=false) |
Add menu option item on this menu. |
FBAMMenu | ( | const char * | pName, |
HIObject | pObject = NULL |
||
) |
Constructor.
pName | AMMenu name. |
pObject | For internal use only. |
int AddOption | ( | const char * | pMenuOptions, |
int | pId = -1 , |
||
bool | pEnable = false |
||
) |
Add menu option item on this menu.
pMenuOptions | the menu option to add. |
pId | the menu ID for this menu option. |
pEnable | enable the menu option or not. |