#include "vuMainWindow.h"
#include "vuUtilityFactory.h"
#include <wx/menu.h>
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include <wx/choicdlg.h>
#include "vuFileHelper.h"
Include dependency graph for vuMainWindow.cpp:
Go to the source code of this file.
Enumerations | |
enum | { MENU_EXIT = 100, MENU_OPEN, MENU_SAVE, MENU_CLOSE, MENU_ADD, MENU_ADDLAST = MENU_ADD + 100 } |
|
Definition at line 13 of file vuMainWindow.cpp. |