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

« back to all changes in this revision

Viewing changes to src/hugin1/hugin/AssistantPanel.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:
72
72
    // event handlers
73
73
    void OnLoadImages( wxCommandEvent & e );
74
74
    void OnAlign( wxCommandEvent & e );
 
75
    void OnAlignSendToBatch(wxCommandEvent & e);
75
76
    void OnCreate( wxCommandEvent & e );
76
77
    void OnExifToggle( wxCommandEvent & e);
77
78
    void OnLoadLens(wxCommandEvent & e);
82
83
    wxPanel *  m_panel;
83
84
    wxStaticText * m_imagesText;
84
85
    wxButton * m_alignButton;
 
86
    wxButton * m_alignBatchButton;
85
87
    wxStaticText * m_alignText;
86
88
    wxButton * m_createButton;
87
89
    wxCheckBox * m_exifToggle;