MyExecThread Class Reference

Inheritance diagram for MyExecThread:

wxThread List of all members.

Detailed Description

Definition at line 514 of file console_socket.cpp.

Public Member Functions

Private Attributes


Constructor & Destructor Documentation

MyExecThread::MyExecThread ( const wxString &  command  )  [inline]

Definition at line 517 of file console_socket.cpp.

00517                                           : wxThread(wxTHREAD_JOINABLE),
00518                                             m_command(command)
00519     {
00520         Create();
00521     }


Member Function Documentation

virtual ExitCode MyExecThread::Entry (  )  [inline, virtual]

Definition at line 523 of file console_socket.cpp.

References m_command.

00524     {
00525         return (ExitCode)wxExecute(m_command, wxEXEC_SYNC);
00526     }


Member Data Documentation

wxString MyExecThread::m_command [private]

Definition at line 529 of file console_socket.cpp.

Referenced by Entry().


The documentation for this class was generated from the following file:
Generated on Wed Feb 28 19:49:32 2007 for Tesseract by  doxygen 1.5.1