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

« back to all changes in this revision

Viewing changes to src/hugin1/hugin/PreferencesDialog.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:
28
28
#include "panoinc_WX.h"
29
29
 
30
30
#include "common/utils.h"
31
 
#include "hugin/CPDetectorConfig.h"
 
31
#include "icpfind/CPDetectorConfig.h"
32
32
 
33
33
/** hugin preferences dialog
34
34
 *
79
79
    void OnCPDetectorMoveDown(wxCommandEvent & e);
80
80
    void OnCPDetectorDefault(wxCommandEvent & e);
81
81
    void OnCPDetectorListDblClick(wxCommandEvent & e);
 
82
    /** event handler for loading cp detector settings */
 
83
    void OnCPDetectorLoad(wxCommandEvent & e);
 
84
    /** event handler for saving cp detector settings */
 
85
    void OnCPDetectorSave(wxCommandEvent & e);
 
86
    /** event handler for showing help for cp detector settings */
 
87
    void OnCPDetectorHelp(wxCommandEvent & e);
82
88
    void EnableRotationCtrls(bool enable);
83
89
    bool GetPanoVersion();
84
90