MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

MainFrm.h File Reference

#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


Define Documentation

#define MAINFRM_STYLE   wxCLIP_CHILDREN | wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxMINIMIZE_BOX | wxMAXIMIZE_BOX | wxCLOSE_BOX
 

Definition at line 47 of file MainFrm.h.

#define WINDOW_MENU_END   1000
 

Definition at line 104 of file MainFrm.h.

#define WINDOW_MENU_HIDE_ALL   1002
 

Definition at line 106 of file MainFrm.h.

Referenced by MainFrm::CreateGUIControls().

#define WINDOW_MENU_SHOW_ALL   1001
 

Definition at line 105 of file MainFrm.h.

Referenced by MainFrm::CreateGUIControls(), and MainFrm::OnShowAll().

#define WINDOW_MENU_START   0
 

Definition at line 103 of file MainFrm.h.


Typedef Documentation

typedef std::map<int, wxWindow *> wxWindowMap
 

Definition at line 43 of file MainFrm.h.

 

SourceForge Logo