ToolMap
|
contextual menu for ListGenReport More...
#include <listgenreport.h>
Public Member Functions | |
ListGenMenu (const wxString &title, long style=0) | |
void | DisableMenuMove (int flags) |
wxMenu * | GetTheMenu () |
Protected Member Functions | |
void | MenuInit () |
virtual wxMenu * | CreateContextMenu () |
Protected Attributes | |
wxMenu * | m_ContextMenu |
contextual menu for ListGenReport
This class manage the popup menu for ListGenReport, the default menu allows to move item in the list. For an other menu derive this class and implement the virtual function CreateContextMenu(). Then to get a pointer to the generated menu call the GetTheMenu() function. All events (except the defauts move item) must be implemented in the parent ListGenReport.