~ubuntu-branches/ubuntu/trusty/hugin/trusty-proposed

« back to all changes in this revision

Viewing changes to src/hugin1/ptbatcher/RunStitchFrame.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2011-01-06 14:28:24 UTC
  • mfrom: (1.1.9 upstream) (0.1.21 experimental)
  • Revision ID: james.westby@ubuntu.com-20110106142824-zn9lxylg5z44dynn
* Drop Cyril Brulebois from Uploaders. Thank you very much for your work.
* Bump package version. (rc3 was re-released as 2010.4.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
        //Starts stitching of project file
71
71
    bool StitchProject(wxString scriptFile, wxString outname,
72
 
                       HuginBase::PanoramaMakefileExport::PTPrograms progs);
73
 
        
 
72
                       HuginBase::PanoramaMakefilelibExport::PTPrograms progs);
 
73
    /** starts assistant of project file */
 
74
    bool DetectProject(wxString scriptFile, HuginBase::AssistantMakefilelibExport::AssistantPrograms progs);
74
75
        //Returns process ID of running process
75
76
        int GetProcessId();
76
77
        //Gets project id from batch
79
80
        void SetProcessId(int pid);
80
81
        //Sets project id from batch
81
82
        void SetProjectId(int id);
 
83
    /** save the content of the window into a given log file 
 
84
        @return true if log was saved successful */
 
85
    bool SaveLog(const wxString &filename);
 
86
 
82
87
        
83
88
        //Cancels project execution - kills process
84
89
        void OnCancel(wxCommandEvent & event);
88
93
 
89
94
        wxEvtHandler* m_evtParent;
90
95
    bool m_isStitching;
 
96
    bool m_isDetecting;
91
97
        int m_projectId;
92
98
        int m_pid;
93
99
        //Called in GUI application when process terminates