| VSTGUI 4.10
    Graphical User Interface Framework not only for VST plugins | 
#include <ioptionmenulistener.h>
 Inheritance diagram for OptionMenuListenerAdapter:
 Inheritance diagram for OptionMenuListenerAdapter:| Public Member Functions | |
| void | onOptionMenuPrePopup (COptionMenu *menu) override | 
| called before the menu pops up  More... | |
| void | onOptionMenuPostPopup (COptionMenu *menu) override | 
| called after the menu pops up  More... | |
| bool | onOptionMenuSetPopupResult (COptionMenu *menu, COptionMenu *selectedMenu, int32_t selectedIndex) override | 
| called when the platform optionmenu returns the result and before the value of the option menu is set.  More... | |
| virtual void | onOptionMenuPrePopup (COptionMenu *menu)=0 | 
| called before the menu pops up  More... | |
| virtual void | onOptionMenuPostPopup (COptionMenu *menu)=0 | 
| called after the menu pops up  More... | |
| virtual bool | onOptionMenuSetPopupResult (COptionMenu *menu, COptionMenu *selectedMenu, int32_t selectedIndex)=0 | 
| called when the platform optionmenu returns the result and before the value of the option menu is set.  More... | |
| 
 | inlineoverridevirtual | 
called after the menu pops up
Implements IOptionMenuListener.
| 
 | inlineoverridevirtual | 
called before the menu pops up
Implements IOptionMenuListener.
| 
 | inlineoverridevirtual | 
called when the platform optionmenu returns the result and before the value of the option menu is set.
| menu | the listened menu | 
| selectedMenu | the menu containing the selected item | 
| selectedIndex | the index of the selected item | 
Implements IOptionMenuListener.