#include <command.h>
Public Member Functions | |
virtual | ~IDropDownCommand (void) |
A destructor. | |
virtual wxMenu * | GetDropDownMenu (void)=0 |
Return DropDown Menu to show under button. More... | |
virtual void | OnDropDownCommand (int nID)=0 |
Execute the DropDown menu command. More... | |
A IDropDownCommand interface class. This is base class for drop down command.
|
pure virtual |
Return DropDown Menu to show under button.
Implemented in wxGISDrawingToolMenu, wxGISCatalogMainCmd, and wxGISCatalogViewsCmd.
|
pure virtual |
Execute the DropDown menu command.
nID | The command ID to execute. The command ID will be from ID_MENUCMD to 2049. See #wxGISPluginIDs |
Implemented in wxGISDrawingToolMenu, wxGISCatalogMainCmd, and wxGISCatalogViewsCmd.