#include <wx/wxprec.h>#include <wx/wx.h>#include <wx/panel.h>#include <wx/notebook.h>#include <wx/splitter.h>#include <wx/toolbar.h>#include <wx/statusbr.h>#include <wx/menu.h>#include <wx/frame.h>#include <wx/sysopt.h>#include <map>#include "wxIFM/ifm.h"#include "ObjectTree/PnlObjTree.h"#include "TabFogli/NtbSheet.h"Include dependency graph for MainFrm.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | MainFrm |
Defines | |
| #define | MAINFRM_STYLE wxCLIP_CHILDREN | wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxMINIMIZE_BOX | wxMAXIMIZE_BOX | wxCLOSE_BOX |
| #define | WINDOW_MENU_START 0 |
| #define | WINDOW_MENU_END 1000 |
| #define | WINDOW_MENU_SHOW_ALL 1001 |
| #define | WINDOW_MENU_HIDE_ALL 1002 |
Typedefs | |
| typedef std::map< int, wxWindow * > | wxWindowMap |
|
|
|
|
|
|
|
|
Definition at line 106 of file MainFrm.h. Referenced by MainFrm::CreateGUIControls(). |
|
|
Definition at line 105 of file MainFrm.h. Referenced by MainFrm::CreateGUIControls(), and MainFrm::OnShowAll(). |
|
|
|
|
|
|