MatOCAD Logo

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

PnlFunzione Class Reference

Label container. More...

#include <PnlFunzione.h>

Inherits TBasePanel.

Inheritance diagram for PnlFunzione:

Inheritance graph
[legend]
Collaboration diagram for PnlFunzione:

Collaboration graph
[legend]
List of all members.

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

TxtFunzionefunzione
 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)

Detailed Description

Label container.

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 & Destructor Documentation

PnlFunzione::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.

Definition at line 46 of file PnlFunzione.cpp.

References TBasePanel::ImpostaSelezione(), and TBasePanel::ImpostaUtilita().


Member Function Documentation

int PnlFunzione::GetMinHeight  ) 
 

Returns the minimum height that the panel can assume.

Definition at line 73 of file PnlFunzione.cpp.

int PnlFunzione::GetMinWidth  ) 
 

Returns the minimum width that the panel can assume.

Definition at line 68 of file PnlFunzione.cpp.

void PnlFunzione::OnChar wxKeyEvent &  event  )  [private]
 

Definition at line 13 of file PnlFunzione.cpp.

void PnlFunzione::OnLeftDown wxMouseEvent &  event  )  [private]
 

Definition at line 29 of file PnlFunzione.cpp.

void PnlFunzione::OnMotion wxMouseEvent &  event  )  [private]
 

Definition at line 35 of file PnlFunzione.cpp.

void PnlFunzione::OnSize wxSizeEvent &  event  )  [private]
 

Processes the size event.

Reimplemented from wxResizeableControl.

Definition at line 78 of file PnlFunzione.cpp.


Member Data Documentation

TxtFunzione* PnlFunzione::funzione
 

Pointer to the TxtFunzione inside.

Definition at line 16 of file PnlFunzione.h.


The documentation for this class was generated from the following files:

 

SourceForge Logo