#include <MainFrame.h>
Public Member Functions | |
MainFrame (wxWindow *parent) | |
void | OnProcessCompletion () |
The frame returns to its initial state. | |
Protected Member Functions | |
void | startClick (wxCommandEvent &event) |
Creates a process with the input data and starts the execution. | |
void | OnIdle (wxIdleEvent &event) |
Send input data to the process and write output from the process. | |
Implementing MainFrameBlockIP
MainFrame::MainFrame | ( | wxWindow * | parent | ) |
Constructor