Go to the documentation of this file.
33 #ifndef CONSOLE_WINDOW_HH
34 #define CONSOLE_WINDOW_HH
56 void write(std::string text);
102 DECLARE_EVENT_TABLE()
virtual void onSimulatorBusy(SimulatorEvent &event)
ProximLineReader * lineReader_
Linereader to send the user input to.
virtual void onSimulatorDone(SimulatorEvent &event)
void onInputKey(wxKeyEvent &event)
void onSimulatorOutput(const SimulatorEvent &event)
int historyIterator_
Stores the command history iterator, used for command history browsing.
wxTextCtrl * inTextCtrl_
Input text control.
wxTextCtrl * outTextCtrl_
Output text control.
void textEntered(wxCommandEvent &event)
void onError(const SimulatorEvent &event)
void write(std::string text)
ConsoleWindow(ProximMainFrame *parent, wxWindowID id)