NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <textoutputdialog.hpp>
Public Member Functions | |
TextOutputDialog (wxWindow *parent, wxWindowID id, const wxString &title, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER) | |
void | push_text (const wxString &text) |
Private Attributes | |
wxTextCtrl * | m_textctrl |
Definition at line 24 of file textoutputdialog.hpp.
TextOutputDialog::TextOutputDialog | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxString & | title, | ||
long | style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER |
||
) |
Definition at line 22 of file textoutputdialog.cpp.
References m_textctrl.
void TextOutputDialog::push_text | ( | const wxString & | text | ) |
Definition at line 34 of file textoutputdialog.cpp.
References m_textctrl.
|
private |
Definition at line 27 of file textoutputdialog.hpp.
Referenced by push_text(), and TextOutputDialog().