Hugin trunk 0.1
Loading...
Searching...
No Matches
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
 
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::MyExecDialog ( wxWindow *  parent,
const wxString title,
const wxPoint pos,
const wxSize size 
)

◆ ~MyExecDialog()

MyExecDialog::~MyExecDialog ( )
virtual

Definition at line 624 of file MyExternalCmdExecDialog.cpp.

References m_execPanel.

Member Function Documentation

◆ AddString()

void MyExecDialog::AddString ( const wxString s)

display the string in the panel

Definition at line 619 of file MyExternalCmdExecDialog.cpp.

References MyExecPanel::AddString(), m_execPanel, and threshold().

◆ ExecQueue()

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

Definition at line 610 of file MyExternalCmdExecDialog.cpp.

References MyExecPanel::ExecQueue(), m_execPanel, and threshold().

◆ ExecWithRedirect()

int MyExecDialog::ExecWithRedirect ( wxString  command)

◆ OnCancel()

void MyExecDialog::OnCancel ( wxCommandEvent &  event)

Definition at line 593 of file MyExternalCmdExecDialog.cpp.

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

Referenced by MyExecDialog().

◆ OnProcessTerminate()

void MyExecDialog::OnProcessTerminate ( wxProcessEvent event)

Member Data Documentation

◆ m_cancelled

bool MyExecDialog::m_cancelled
private

Definition at line 162 of file MyExternalCmdExecDialog.h.

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

◆ m_execPanel

MyExecPanel* MyExecDialog::m_execPanel
private

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