#include <config.h>#include "panoinc_WX.h"#include "panoinc.h"#include <errno.h>#include "base_wx/wxPlatform.h"#include "wx/ffile.h"#include "wx/process.h"#include "wx/mimetype.h"#include <sys/types.h>#include <signal.h>#include <unistd.h>#include "MyExternalCmdExecDialog.h"#include "hugin/config_defaults.h"Include dependency graph for MyExternalCmdExecDialog.cpp:

Go to the source code of this file.
Enumerations | |
| enum | { Exec_Btn_Cancel = 1000 } |
Functions | |
| int | MyExecuteCommandOnDialog (wxString command, wxString args, wxWindow *parent, wxString title, bool isQuoted) |
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.cpp.
|
|
Definition at line 74 of file MyExternalCmdExecDialog.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 658 of file MyExternalCmdExecDialog.cpp. References MyExecDialog::ExecWithRedirect(), and hugin_utils::wxQuoteFilename(). Referenced by CPExecute(), and MainFrame::RunAssistant(). |
1.3.9.1