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 142 of file MyExternalCmdExecDialog.h.

Constructor & Destructor Documentation

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

Definition at line 553 of file MyExternalCmdExecDialog.cpp.

MyExecDialog::~MyExecDialog ( )
virtual

Definition at line 619 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 614 of file MyExternalCmdExecDialog.cpp.

References MyExecPanel::AddString(), and m_execPanel.

Referenced by MyExecuteCommandQueue().

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

Definition at line 605 of file MyExternalCmdExecDialog.cpp.

References MyExecPanel::ExecQueue(), and m_execPanel.

Referenced by MyExecuteCommandQueue().

int MyExecDialog::ExecWithRedirect ( wxString  command)

Definition at line 596 of file MyExternalCmdExecDialog.cpp.

References MyExecPanel::ExecWithRedirect(), and m_execPanel.

Referenced by MyExecuteCommandOnDialog().

void MyExecDialog::OnCancel ( wxCommandEvent &  event)
void MyExecDialog::OnProcessTerminate ( wxProcessEvent &  event)

Member Data Documentation

bool MyExecDialog::m_cancelled
private

Definition at line 162 of file MyExternalCmdExecDialog.h.

Referenced by OnCancel(), and OnProcessTerminate().

MyExecPanel* MyExecDialog::m_execPanel
private

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