#include <PnlFunzione.h>
Inherits TBasePanel.
Inheritance diagram for PnlFunzione:
Public Member Functions | |
PnlFunzione (wxWindow *parent, const wxSize &size=wxDefaultSize, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, long style=wxTAB_TRAVERSAL, const wxString &name="PnlFunzione", gestione *gpannello=-1, char primocarattere='\0') | |
Constructor. | |
int | GetMinWidth () |
Returns the minimum width that the panel can assume. | |
int | GetMinHeight () |
Returns the minimum height that the panel can assume. | |
Public Attributes | |
TxtFunzione * | funzione |
Pointer to the TxtFunzione inside. | |
Private Member Functions | |
void | OnChar (wxKeyEvent &event) |
void | OnSize (wxSizeEvent &event) |
Processes the size event. | |
void | OnMotion (wxMouseEvent &event) |
void | OnLeftDown (wxMouseEvent &event) |
PnlFunzione contains an istance of TxtFunzione this can be inserted in PnlFoglio, moved and resized It Inherits TBasePanel
Definition at line 11 of file PnlFunzione.h.
|
Constructor.
Definition at line 46 of file PnlFunzione.cpp. References TBasePanel::ImpostaSelezione(), and TBasePanel::ImpostaUtilita(). |
|
Returns the minimum height that the panel can assume.
Definition at line 73 of file PnlFunzione.cpp. |
|
Returns the minimum width that the panel can assume.
Definition at line 68 of file PnlFunzione.cpp. |
|
Definition at line 13 of file PnlFunzione.cpp. |
|
Definition at line 29 of file PnlFunzione.cpp. |
|
Definition at line 35 of file PnlFunzione.cpp. |
|
Processes the size event.
Reimplemented from wxResizeableControl. Definition at line 78 of file PnlFunzione.cpp. |
|
Pointer to the TxtFunzione inside.
Definition at line 16 of file PnlFunzione.h. |