NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
TextOutputDialog Class Reference

#include <textoutputdialog.hpp>

Inheritance diagram for TextOutputDialog:
Collaboration diagram for TextOutputDialog:

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
 

Detailed Description

Definition at line 24 of file textoutputdialog.hpp.

Constructor & Destructor Documentation

◆ TextOutputDialog()

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.

Member Function Documentation

◆ push_text()

void TextOutputDialog::push_text ( const wxString &  text)

Definition at line 34 of file textoutputdialog.cpp.

References m_textctrl.

Member Data Documentation

◆ m_textctrl

wxTextCtrl* TextOutputDialog::m_textctrl
private

Definition at line 27 of file textoutputdialog.hpp.

Referenced by push_text(), and TextOutputDialog().


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