1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// copyright : (C) 2013 by Eran Ifrah
// file name : reconcileprojectbase.h
//
// -------------------------------------------------------------------------
// A
// _____ _ _ _ _
// / __ \ | | | | (_) |
// | / \/ ___ __| | ___| | _| |_ ___
// | | / _ \ / _ |/ _ \ | | | __/ _ )
// | \__/\ (_) | (_| | __/ |___| | || __/
// \____/\___/ \__,_|\___\_____/_|\__\___|
//
// F i l e
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////
#ifndef RECONCILEPROJECT_BASE_CLASSES_H
#define RECONCILEPROJECT_BASE_CLASSES_H
#include <wx/settings.h>
#include <wx/xrc/xmlres.h>
#include <wx/xrc/xh_bmp.h>
#include <wx/dialog.h>
#include <wx/sizer.h>
#include <wx/notebook.h>
#include <wx/panel.h>
#include <wx/imaglist.h>
#include <wx/bannerwindow.h>
#include <wx/splitter.h>
#include <wx/dataview.h>
#include <wx/bmpbuttn.h>
#include "assignedfilesmodel.h"
#include <wx/button.h>
#include "stalefilesmodel.h"
#include <wx/stattext.h>
#include <wx/filepicker.h>
#include <wx/textctrl.h>
#include <wx/listbox.h>
#include <wx/listctrl.h>
class ReconcileProjectDlgBaseClass : public wxDialog
{
protected:
wxNotebook* m_notebook214;
wxPanel* m_panel220;
wxBannerWindow* m_banner270;
wxSplitterWindow* m_splitter;
wxPanel* m_splitterPage1;
wxDataViewListCtrl* m_dvListCtrl1Unassigned;
wxBitmapButton* m_bmpButtonAdd;
wxBitmapButton* m_bmpButtonRemove;
wxBitmapButton* m_bmpButtonAutoAdd;
wxPanel* m_splitterPage2;
wxDataViewCtrl* m_dataviewAssigned;
wxObjectDataPtr<AssignedFilesModel> m_dataviewAssignedModel;
wxButton* m_button274;
wxButton* m_button280;
wxPanel* m_panel222;
wxBannerWindow* m_banner272;
wxDataViewCtrl* m_dataviewStaleFiles;
wxObjectDataPtr<StaleFilesModel> m_dataviewStaleFilesModel;
wxButton* m_button266;
wxButton* m_button282;
wxButton* m_button258;
protected:
virtual void OnAddFile(wxCommandEvent& event) { event.Skip(); }
virtual void OnAddFileUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnUndoSelectedFiles(wxCommandEvent& event) { event.Skip(); }
virtual void OnUndoSelectedFilesUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnAutoSuggest(wxCommandEvent& event) { event.Skip(); }
virtual void OnAutoAssignUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnApply(wxCommandEvent& event) { event.Skip(); }
virtual void OnApplyUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnApplyAllUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnDeleteStaleFiles(wxCommandEvent& event) { event.Skip(); }
virtual void OnDeleteStaleFilesUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnDeleteAllStaleFilesUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnClose(wxCommandEvent& event) { event.Skip(); }
public:
ReconcileProjectDlgBaseClass(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Reconcile Project"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
virtual ~ReconcileProjectDlgBaseClass();
};
class ReconcileProjectFiletypesDlgBaseClass : public wxDialog
{
protected:
wxStaticText* m_staticText116;
wxDirPickerCtrl* m_dirPickerToplevel;
wxStaticText* m_staticText11617;
wxTextCtrl* m_textExtensions;
wxStaticText* m_staticText11618216;
wxListBox* m_listIgnoreFiles;
wxButton* m_button11921620;
wxButton* m_button125721;
wxStaticText* m_staticText11618;
wxListBox* m_listExclude;
wxButton* m_button11921;
wxButton* m_button125;
wxStaticText* m_staticText116182;
wxListCtrl* m_listCtrlRegexes;
wxButton* m_button119216;
wxButton* m_button1257;
wxStdDialogButtonSizer* m_stdBtnSizer120;
wxButton* m_button121;
wxButton* m_button122;
protected:
virtual void OnIgnoreFileBrowse(wxCommandEvent& event) { event.Skip(); }
virtual void OnIgnoreFileRemove(wxCommandEvent& event) { event.Skip(); }
virtual void OnIgnoreFileRemoveUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnIgnoreBrowse(wxCommandEvent& event) { event.Skip(); }
virtual void OnIgnoreRemove(wxCommandEvent& event) { event.Skip(); }
virtual void OnIgnoreRemoveUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
virtual void OnAddRegex(wxCommandEvent& event) { event.Skip(); }
virtual void OnRemoveRegex(wxCommandEvent& event) { event.Skip(); }
virtual void OnRemoveRegexUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
public:
ReconcileProjectFiletypesDlgBaseClass(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select filetypes to reconcile"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
virtual ~ReconcileProjectFiletypesDlgBaseClass();
};
class ReconcileByRegexDlgBaseClass : public wxDialog
{
protected:
wxStaticText* m_staticText145;
wxTextCtrl* m_textCtrlRegex;
wxStaticText* m_staticText147;
wxTextCtrl* m_textCtrlVirtualFolder;
wxBitmapButton* m_bmpButton21010;
wxStdDialogButtonSizer* m_stdBtnSizer12011;
wxButton* m_button12112;
wxButton* m_buttonOK;
protected:
virtual void OnTextEnter(wxCommandEvent& event) { event.Skip(); }
virtual void OnVDBrowse(wxCommandEvent& event) { event.Skip(); }
virtual void OnRegexOKCancelUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
public:
ReconcileByRegexDlgBaseClass(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Allocate by regex"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
virtual ~ReconcileByRegexDlgBaseClass();
};
#endif
|