#include <hugin_shared.h>Include dependency graph for MyExternalCmdExecDialog.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | MyProcessListener |
| class | MyExecPanel |
| class | MyProcess |
| class | MyPipedProcess |
| class | MyExecDialog |
| class | MyExternalCmdExecDialog |
| class | HuginPipedProcess |
Functions | |
| WXIMPEX int | MyExecuteCommandOnDialog (wxString command, wxString args, wxWindow *parent, wxString title, bool isQuoted=false) |
| WX_DEFINE_ARRAY_PTR (MyPipedProcess *, MyProcessesArray) | |
Variables | |
| const int | HUGIN_EXIT_CODE_CANCELLED = -255 |
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition in file MyExternalCmdExecDialog.h.
|
||||||||||||||||||||||||
|
Definition at line 658 of file MyExternalCmdExecDialog.cpp. References MyExecDialog::ExecWithRedirect(), and hugin_utils::wxQuoteFilename(). Referenced by CPExecute(), and MainFrame::RunAssistant(). |
|
||||||||||||
|
|
|
|
Definition at line 32 of file MyExternalCmdExecDialog.h. Referenced by MyExecDialog::OnProcessTerminate(). |
1.3.9.1