MathPlot
Public Member Functions | Protected Member Functions | List of all members
wxMultiTextCtrlDialog Class Reference

wxMultiTextCtrlDialog class A simple text control dialog window that support several text control More...

#include <MathPlotConfig.h>

Inheritance diagram for wxMultiTextCtrlDialog:
Inheritance graph
[legend]
Collaboration diagram for wxMultiTextCtrlDialog:
Collaboration graph
[legend]

Public Member Functions

 wxMultiTextCtrlDialog (wxWindow *parent, const wxString &title, const wxString &message, long size, const wxString prompt[], double *values, const wxPoint &pos=wxDefaultPosition)
 Constructor. More...
 
bool Create (wxWindow *parent, const wxString &title, const wxString &message, long size, const wxString prompt[], double *values, const wxPoint &pos=wxDefaultPosition)
 Create the dialog window. More...
 

Protected Member Functions

void OnOK (wxCommandEvent &event)
 Ok handler. Data are transfered to values array.
 
void OnCancel (wxCommandEvent &event)
 Cancel handler.
 

Detailed Description

wxMultiTextCtrlDialog class A simple text control dialog window that support several text control

Constructor & Destructor Documentation

◆ wxMultiTextCtrlDialog()

wxMultiTextCtrlDialog::wxMultiTextCtrlDialog ( wxWindow *  parent,
const wxString &  title,
const wxString &  message,
long  size,
const wxString  prompt[],
double *  values,
const wxPoint &  pos = wxDefaultPosition 
)
inline

Constructor.

Parameters
parenthandle of parent window
titletitle of the dialog window
messagemessage to display before all the text control
sizenumber of input text
promptarray of text control label
valuesarray of values (double formated with 4 digits)
posposition of the window

Member Function Documentation

◆ Create()

bool wxMultiTextCtrlDialog::Create ( wxWindow *  parent,
const wxString &  title,
const wxString &  message,
long  size,
const wxString  prompt[],
double *  values,
const wxPoint &  pos = wxDefaultPosition 
)

Create the dialog window.

See also
wxMultiTextCtrlDialog