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

« back to all changes in this revision

Viewing changes to src/hugin1/hugin/AboutDialog.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:
49
49
 
50
50
private:
51
51
 
 
52
    int m_mode;
 
53
    wxNotebook* m_about_notebook;
 
54
    wxStaticBitmap * m_logoImgCtrl;
 
55
    wxBitmap m_logo;
 
56
 
52
57
    DECLARE_EVENT_TABLE()
53
58
 
54
59
    /**  button to fill the space */
55
60
    void OnAboutMe(wxCommandEvent & e);
 
61
    /** retrieves the system informations */
 
62
    void GetSystemInformation(wxFont *font);
 
63
    /** event handler for changing tab */
 
64
    void OnChangedTab(wxNotebookEvent &e);
 
65
    /** function to switch the logo image based on selected tab */
 
66
    void SetMode(int newMode);
56
67
 
57
68
 
58
69
};