|
CFx SDK Documentation 2024 SP0
|
#include <FxUI.h>
Public Member Functions | |
| virtual | ~CFxUIContext () |
| virtual void | OnCommand (const CFxUIItemDefinition *)=0 |
| virtual CFxUIMenuItem * | GetMenuContext (const CFxString &, const OdDbObjectIdArray &)=0 |
| virtual void | OnUpdateMenu ()=0 |
Description: Represents the user interface context. Library: DDKERNEL
|
pure virtual |
Description: Gets a menu context. Arguments:
| The. | |
| The. | Return Value: null if it fails, else the menu context. |
|
pure virtual |
Description: Executes the command action. Arguments:
| The. |
|
pure virtual |
Description: Updates the user interface for the menu action.