#include <MainFrm.h>
Collaboration diagram for MainFrm:
Public Types | |
enum | { ID_WXPANEL1 = 1156, ID_TABFOGLI = 1155, ID_BTNUPDATETREE = 1158, ID_BTNELIMINA = 1151, ID_BTNNEWETI = 1153, ID_BTNMODIFICA = 1152, ID_BTNNUOVO3D = 1150, ID_BTNNUOVO2D = 1149, ID_BTNAVANTI = 1148, ID_BTNINDIETRO = 1147, ID_BTNCHIUDIFOGLIO = 1146, ID_BTNNUOVOFOGLIO = 1145, ID_TLBFOGLI = 1115, ID_TLBOGGETTI = 1116, ID_STBMAIN = 1112, ID_DUMMY_VALUE_ } |
Public Member Functions | |
MainFrm (wxWindow *parent, wxWindowID id=1, const wxString &title=_T("Matocad"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=MAINFRM_STYLE) | |
virtual | ~MainFrm () |
wxWindow * | CreateTreeView (bool visible=true) |
void | MainFrmClose (wxCloseEvent &event) |
void | CreateGUIControls (void) |
void | BtnNuovoFoglioClick1 (wxCommandEvent &event) |
void | TabFogliPageChanged (wxNotebookEvent &event) |
void | BtnModificaClick (wxCommandEvent &event) |
void | BtnIndietroClick (wxCommandEvent &event) |
void | BtnEliminaClick (wxCommandEvent &event) |
void | BtnAvantiClick (wxCommandEvent &event) |
void | BtnChiudiFoglioClick (wxCommandEvent &event) |
void | BtnNuovo2DClick (wxCommandEvent &event) |
void | BtnNuovo3DClick (wxCommandEvent &event) |
void | BtnNewEtiClick (wxCommandEvent &event) |
void | BtnUpdateTreeClick (wxCommandEvent &event) |
void | OnClose (wxCloseEvent &event) |
void | OnMenu (wxCommandEvent &event) |
void | OnShowAll (wxCommandEvent &event) |
void | OnMenuOpen (wxMenuEvent &event) |
void | OnSize (wxSizeEvent &event) |
Public Attributes | |
PnlObjTree * | WxPanel1 |
NtbSheet * | TabFogli |
wxToolBar * | TlbFogli |
wxToolBar * | TlbOggetti |
wxStatusBar * | StbMain |
wxInterfaceManager * | m_ifm |
wxWindowMap | m_windows |
PnlFoglio * | sheet |
Private Attributes | |
int | ident |
int | count |
Definition at line 50 of file MainFrm.h.
|
|
|
Definition at line 60 of file MainFrm.cpp. |
|
Definition at line 71 of file MainFrm.cpp. |
|
Definition at line 357 of file MainFrm.cpp. References TabFogli. |
|
Definition at line 389 of file MainFrm.cpp. References TabFogli. |
|
Definition at line 332 of file MainFrm.cpp. References PnlFoglio::Elimina(), PnlFoglio::gestionepannello, utilita::IdentSelezione, and TabFogli. |
|
Definition at line 321 of file MainFrm.cpp. References TabFogli. |
|
Definition at line 287 of file MainFrm.cpp. References WxGrafico::click_menu_popup_opz(), PnlFoglio::gestionepannello, Graph3DFrame::Grafico, PnlGraphFrame::Grafico, utilita::IdentSelezione, utilita::Selezione, PnlGraph::SettingsClick(), and TabFogli. |
|
Definition at line 420 of file MainFrm.cpp. References PnlFoglio::MnuAggiungiEtichettaClick(), and TabFogli. |
|
Definition at line 367 of file MainFrm.cpp. References PnlFoglio::MnuAggiungiGrafico2DClick(), and TabFogli. |
|
Definition at line 399 of file MainFrm.cpp. References PnlFoglio::MnuAggiungiGrafico3DClick(), and TabFogli. |
|
Definition at line 275 of file MainFrm.cpp. References NtbSheet::InsertPage(), and TabFogli. |
|
Definition at line 443 of file MainFrm.cpp. References PnlObjTree::Fill(), wxInterfaceManager::IsChildVisible(), m_ifm, m_windows, wxInterfaceManager::ShowChild(), and WxPanel1. |
|
|
Definition at line 464 of file MainFrm.cpp. References count, ID_WXPANEL1, m_windows, TabFogli, and WxPanel1. Referenced by CreateGUIControls(). |
|
Definition at line 256 of file MainFrm.cpp. References m_ifm, and wxInterfaceManager::Shutdown(). |
|
|
|
Definition at line 451 of file MainFrm.cpp. References m_ifm, m_windows, and wxInterfaceManager::ShowChild(). |
|
Definition at line 457 of file MainFrm.cpp. References count, wxInterfaceManager::IsChildVisible(), m_ifm, and m_windows. |
|
Definition at line 474 of file MainFrm.cpp. References IFM_DEFAULT_RECT, m_ifm, m_windows, wxInterfaceManager::ShowChild(), wxInterfaceManager::Update(), and WINDOW_MENU_SHOW_ALL. |
|
Definition at line 493 of file MainFrm.cpp. References m_ifm, and wxInterfaceManager::Update(). |
|
Definition at line 242 of file MainFrm.cpp. References TabFogli. |
|
Definition at line 55 of file MainFrm.h. Referenced by CreateGUIControls(), CreateTreeView(), and OnMenuOpen(). |
|
|
|
Definition at line 73 of file MainFrm.h. Referenced by BtnUpdateTreeClick(), CreateGUIControls(), MainFrmClose(), OnMenu(), OnMenuOpen(), OnShowAll(), and OnSize(). |
|
Definition at line 74 of file MainFrm.h. Referenced by BtnUpdateTreeClick(), CreateGUIControls(), CreateTreeView(), OnMenu(), OnMenuOpen(), and OnShowAll(). |
|
|
|
Definition at line 72 of file MainFrm.h. Referenced by CreateGUIControls(). |
|
Definition at line 69 of file MainFrm.h. Referenced by BtnAvantiClick(), BtnChiudiFoglioClick(), BtnEliminaClick(), BtnIndietroClick(), BtnModificaClick(), BtnNewEtiClick(), BtnNuovo2DClick(), BtnNuovo3DClick(), BtnNuovoFoglioClick1(), CreateGUIControls(), CreateTreeView(), and TabFogliPageChanged(). |
|
Definition at line 70 of file MainFrm.h. Referenced by CreateGUIControls(). |
|
Definition at line 71 of file MainFrm.h. Referenced by CreateGUIControls(). |
|
Definition at line 68 of file MainFrm.h. Referenced by BtnUpdateTreeClick(), and CreateTreeView(). |