| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Command menu item target. More...
 Inheritance diagram for ICommandMenuItemTarget:
 Inheritance diagram for ICommandMenuItemTarget:| Public Member Functions | |
| virtual bool | validateCommandMenuItem (CCommandMenuItem *item)=0 | 
| called before the item is shown to validate its state | |
| virtual bool | onCommandMenuItemSelected (CCommandMenuItem *item)=0 | 
| called when the item was selected | |
|  Public Member Functions inherited from IReference | |
| virtual void | forget ()=0 | 
| decrease refcount and delete object if refcount == 0 | |
| virtual void | remember ()=0 | 
| increase refcount | |
Command menu item target.
| 
 | pure virtual | 
called when the item was selected
Implemented in VST3Editor, and CommandMenuItemTargetAdapter.
| 
 | pure virtual | 
called before the item is shown to validate its state
Implemented in VST3Editor, and CommandMenuItemTargetAdapter.