Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
MyExecDialog Class Reference

#include <MyExternalCmdExecDialog.h>

Inheritance diagram for MyExecDialog:
Inheritance graph

Public Member Functions

 MyExecDialog (wxWindow *parent, const wxString &title, const wxPoint &pos, const wxSize &size)
 
void OnCancel (wxCommandEvent &event)
 
int ExecWithRedirect (wxString command)
 
int ExecQueue (HuginQueue::CommandQueue *queue)
 
void AddString (const wxString &s)
 display the string in the panel More...
 
void OnProcessTerminate (wxProcessEvent &event)
 
virtual ~MyExecDialog ()
 

Private Attributes

MyExecPanelm_execPanel
 
bool m_cancelled
 

Detailed Description

Definition at line 140 of file MyExternalCmdExecDialog.h.

Constructor & Destructor Documentation

MyExecDialog::MyExecDialog ( wxWindow *  parent,
const wxString &  title,
const wxPoint &  pos,
const wxSize &  size 
)
MyExecDialog::~MyExecDialog ( )
virtual

Definition at line 607 of file MyExternalCmdExecDialog.cpp.

References m_execPanel.

Member Function Documentation

void MyExecDialog::AddString ( const wxString &  s)

display the string in the panel

Definition at line 602 of file MyExternalCmdExecDialog.cpp.

References MyExecPanel::AddString(), and m_execPanel.

Referenced by MyExecuteCommandQueue().

int MyExecDialog::ExecQueue ( HuginQueue::CommandQueue queue)

Definition at line 593 of file MyExternalCmdExecDialog.cpp.

References MyExecPanel::ExecQueue(), and m_execPanel.

Referenced by MyExecuteCommandQueue().

int MyExecDialog::ExecWithRedirect ( wxString  command)

Definition at line 584 of file MyExternalCmdExecDialog.cpp.

References MyExecPanel::ExecWithRedirect(), and m_execPanel.

Referenced by MyExecuteCommandOnDialog().

void MyExecDialog::OnCancel ( wxCommandEvent &  event)

Definition at line 576 of file MyExternalCmdExecDialog.cpp.

References DEBUG_DEBUG, MyExecPanel::KillProcess(), m_cancelled, and m_execPanel.

Referenced by MyExecDialog().

void MyExecDialog::OnProcessTerminate ( wxProcessEvent &  event)

Member Data Documentation

bool MyExecDialog::m_cancelled
private

Definition at line 160 of file MyExternalCmdExecDialog.h.

Referenced by MyExecDialog(), OnCancel(), and OnProcessTerminate().

MyExecPanel* MyExecDialog::m_execPanel
private

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