#include <TBasePanel.h>
Inherits wxResizeableControl.
Inherited by Graph3DFrame, PnlFunzione, and PnlGraphFrame.
Inheritance diagram for TBasePanel:
Public Member Functions | |
TBasePanel (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name="panel", int codiceoggetto=-1) | |
~TBasePanel () | |
void | ImpostaSelezione () |
void | PannelloBaseOnLD (wxMouseEvent &event) |
void | PannelloBaseOnRD (wxMouseEvent &event) |
void | PannelloBaseOnMotion (wxMouseEvent &event) |
void | Elimina () |
void | OnKeyDown (wxKeyEvent &event) |
Key down event of WXK_DELETE deletes the window. | |
void | ImpostaUtilita (gestione *gpannello) |
void | ImpostaBordi () |
wxMenu * | GetPopUp () |
Return the pop-up menu of the object. | |
wxTreeItemId | GetTreeItemId () |
Return the TreeItem id related to the object. | |
void | SetTreeItemId (wxTreeItemId Id) |
Store the TreeItem id related to the object. | |
Public Attributes | |
gestione * | gestionepannello |
int | codice |
Private Member Functions | |
void | RimuoviSelezione () |
void | EliminaClick (wxCommandEvent &event) |
Private Attributes | |
wxTreeItemId | TreeId |
Id of the reated tree item. | |
wxMenu * | PopLista |
Right popup menu. | |
wxString | descrizione |
Definition at line 17 of file TBasePanel.h.
|
Definition at line 10 of file TBasePanel.cpp. |
|
Definition at line 29 of file TBasePanel.cpp. References gestionepannello, utilita::IdentSelezione, and utilita::Selezione. |
|
Definition at line 135 of file TBasePanel.cpp. References gestionepannello, utilita::objects, TListaW::RimuoviNodo(), utilita::Selezione, and TListaW::TrovaPosizione(). Referenced by EliminaClick(), OnKeyDown(), and PnlGraphFrame::WxdeleteClick(). |
|
Definition at line 47 of file TBasePanel.cpp. References Elimina(). |
|
Return the pop-up menu of the object.
Definition at line 153 of file TBasePanel.cpp. References PopLista. |
|
Return the TreeItem id related to the object.
Definition at line 162 of file TBasePanel.cpp. References TreeId. |
|
Definition at line 95 of file TBasePanel.cpp. References codice, gestionepannello, utilita::IdentSelezione, and utilita::Selezione. Referenced by ImpostaSelezione(), PnlGraphFrame::OnGraphLClick(), and PnlGraphFrame::OnGraphRClick(). |
|
Definition at line 109 of file TBasePanel.cpp. References gestionepannello, ImpostaBordi(), RimuoviSelezione(), and utilita::Selezione. Referenced by PannelloBaseOnLD(), PannelloBaseOnRD(), and PnlFunzione::PnlFunzione(). |
|
Definition at line 53 of file TBasePanel.cpp. References gestionepannello. Referenced by PnlFunzione::PnlFunzione(). |
|
Key down event of WXK_DELETE deletes the window.
Reimplemented from wxResizeableControl. Definition at line 61 of file TBasePanel.cpp. References Elimina(). |
|
Definition at line 126 of file TBasePanel.cpp. References ImpostaSelezione(). |
|
Definition at line 37 of file TBasePanel.cpp. References descrizione, gestionepannello, and utilita::Selezione. |
|
Definition at line 146 of file TBasePanel.cpp. References ImpostaSelezione(), and PopLista. |
|
Definition at line 84 of file TBasePanel.cpp. References gestionepannello, utilita::IdentSelezione, and utilita::Selezione. Referenced by ImpostaSelezione(). |
|
Store the TreeItem id related to the object.
Definition at line 157 of file TBasePanel.cpp. References TreeId. |
|
Definition at line 30 of file TBasePanel.h. Referenced by PnlObjTree::Fill(), and ImpostaBordi(). |
|
Definition at line 60 of file TBasePanel.h. Referenced by PannelloBaseOnMotion(). |
|
Definition at line 26 of file TBasePanel.h. Referenced by Elimina(), ImpostaBordi(), ImpostaSelezione(), ImpostaUtilita(), PannelloBaseOnMotion(), RimuoviSelezione(), and ~TBasePanel(). |
|
Right popup menu.
Definition at line 58 of file TBasePanel.h. Referenced by GetPopUp(), and PannelloBaseOnRD(). |
|
Id of the reated tree item.
Definition at line 55 of file TBasePanel.h. Referenced by GetTreeItemId(), and SetTreeItemId(). |