~ubuntu-branches/ubuntu/saucy/filezilla/saucy-proposed

« back to all changes in this revision

Viewing changes to src/interface/fileexistsdlg.h

  • Committer: Package Import Robot
  • Author(s): Adrien Cunin
  • Date: 2012-12-07 17:17:17 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20121207171717-nt6as62u4pa1uv11
Tags: 3.6.0.2-1ubuntu1
* Merge from Debian experimental. Remaining Ubuntu change:
   - Added debian/patches/11_use-decimal-si-by-default.patch in order to
     comply with UnitsPolicy

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include "dialogex.h"
5
5
 
6
6
class CFileExistsDlg: public wxDialogEx
7
 
{       
 
7
{
8
8
        DECLARE_EVENT_TABLE()
9
9
 
10
10
public:
16
16
 
17
17
        /// Creates the controls and sizers
18
18
        void CreateControls();
19
 
        
 
19
 
20
20
        enum CFileExistsNotification::OverwriteAction GetAction() const;
21
21
        bool Always(bool &directionOnly, bool &queueOnly) const;
22
22
 
24
24
        void OnOK(wxCommandEvent& event);
25
25
        void OnCancel(wxCommandEvent& event);
26
26
        void OnCheck(wxCommandEvent& event);
27
 
        
 
27
 
28
28
        void LoadIcon(int id, const wxString &file);
29
29
        wxString GetPathEllipsis(wxString path, wxWindow *window);
30
30