|
static void | Clear (wxMenu &it) |
|
static void | CreateEmptyItem (wxMenu *parent) |
|
static void | CreateGroupItem (wxMenu *parent, const wxString &caption, const char *bitmap="images/16x16/empty.png") |
|
static wxMenuItem * | CreateItem (wxMenu *parent, const int id, const wxString &caption, const char *bitmap=NULL, const wxString &help=wxEmptyString, wxItemKind kind=wxITEM_NORMAL, const bool bold=false) |
|
static wxMenuItem * | CreateItem (wxMenu *parent, const int id, const wxString &caption, const wxBitmap &bitmap, const wxString &help=wxEmptyString, wxItemKind kind=wxITEM_NORMAL, const bool bold=false) |
|
static wxMenuItem * | CreateItemWithSubMenu (wxMenu *parent, const int id, const wxString &caption, const char *bitmap, const wxString &help=wxEmptyString, const bool bold=false) |
|
static wxMenuItem * | RebuildRecentFiles (wxMenuItem *it, bool addOpenMenu=false) |
| Rebuild the menu item about recents opened files.
|
|
static wxMenu * | RebuildRecentFiles (wxMenu *it, bool addOpenMenu=false) |
|
static wxMenuItem * | AddRecentFile (wxMenuItem *it, const wxString &title, const wxString &path) |
|
◆ RebuildRecentFiles()
wxMenuItem * Antares::Menu::RebuildRecentFiles |
( |
wxMenuItem * | it, |
|
|
bool | addOpenMenu = false ) |
|
static |
Rebuild the menu item about recents opened files.
- Parameters
-
it | An existing menuitem to fill |
- Returns
- Always it
The documentation for this class was generated from the following files:
- src/ui/simulator/application/menus.h
- src/ui/simulator/application/menus.cpp