MatOCAD Logo

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

TxtFunzione Class Reference

Text insertion object. More...

#include <TxtFunzione.h>

List of all members.

Public Member Functions

 TxtFunzione (wxWindow *parent, const wxWindowID id=-1, const wxString &value="", const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=_T("TxtFunzione"), char primocarattere='\0')
 Constructor.
void OnPaint (wxPaintEvent &event)
 Processes the paint event.
void OnSize (wxSizeEvent &event)
 Processes the size event.
void OnChar (wxKeyEvent &event)
 Processes the on char event.
void OnRightDown (wxMouseEvent &event)
 Shows the popup menu.
void OnLeftDown (wxMouseEvent &event)
 Processes the left-down event.
void OnLeftUP (wxMouseEvent &event)
 Process the left-up event.
void OnMotion (wxMouseEvent &event)
 Process the mouse motion event.


Detailed Description

Text insertion object.

TxtFunzione permit to insert text inside an instance of PnlFoglio It Inherits form wxTextCtrl

Definition at line 21 of file TxtFunzione.h.


Constructor & Destructor Documentation

TxtFunzione::TxtFunzione wxWindow *  parent,
const wxWindowID  id = -1,
const wxString &  value = "",
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = 0,
const wxValidator &  validator = wxDefaultValidator,
const wxString &  name = _T("TxtFunzione"),
char  primocarattere = '\0'
 

Constructor.

Definition at line 49 of file TxtFunzione.cpp.


Member Function Documentation

void TxtFunzione::OnChar wxKeyEvent &  event  ) 
 

Processes the on char event.

Definition at line 71 of file TxtFunzione.cpp.

void TxtFunzione::OnLeftDown wxMouseEvent &  event  ) 
 

Processes the left-down event.

Definition at line 104 of file TxtFunzione.cpp.

void TxtFunzione::OnLeftUP wxMouseEvent &  event  ) 
 

Process the left-up event.

Definition at line 89 of file TxtFunzione.cpp.

void TxtFunzione::OnMotion wxMouseEvent &  event  ) 
 

Process the mouse motion event.

Definition at line 35 of file TxtFunzione.cpp.

void TxtFunzione::OnPaint wxPaintEvent &  event  ) 
 

Processes the paint event.

Definition at line 114 of file TxtFunzione.cpp.

void TxtFunzione::OnRightDown wxMouseEvent &  event  ) 
 

Shows the popup menu.

Definition at line 82 of file TxtFunzione.cpp.

void TxtFunzione::OnSize wxSizeEvent &  event  ) 
 

Processes the size event.

Definition at line 118 of file TxtFunzione.cpp.


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

 

SourceForge Logo