KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_git_mr_review_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a-dirty)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
13#include "dialog_shim.h"
14#include <wx/string.h>
15#include <wx/stattext.h>
16#include <wx/gdicmn.h>
17#include <wx/font.h>
18#include <wx/colour.h>
19#include <wx/settings.h>
20#include <wx/combobox.h>
21#include <wx/sizer.h>
22#include <wx/button.h>
23#include <wx/bitmap.h>
24#include <wx/image.h>
25#include <wx/icon.h>
26#include <wx/statline.h>
27#include <wx/listctrl.h>
28#include <wx/dialog.h>
29
31
36{
37 private:
38
39 protected:
40 wxStaticText* m_labelBase;
41 wxComboBox* m_comboBase;
42 wxStaticText* m_labelHead;
43 wxComboBox* m_comboHead;
44 wxButton* m_buttonCompare;
45 wxStaticLine* m_separator;
46 wxStaticText* m_labelChanged;
47 wxListCtrl* m_listFiles;
48
49 // Virtual event handlers, override them in your derived class
50 virtual void OnClose( wxCloseEvent& event ) { event.Skip(); }
51 virtual void OnCompareClick( wxCommandEvent& event ) { event.Skip(); }
52 virtual void OnFileActivated( wxListEvent& event ) { event.Skip(); }
53
54
55 public:
56 wxStdDialogButtonSizer* m_sdbSizer;
57
58 DIALOG_GIT_MR_REVIEW_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Compare Branches"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 800,550 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
59
61
62};
63
virtual void OnClose(wxCloseEvent &event)
virtual void OnCompareClick(wxCommandEvent &event)
virtual void OnFileActivated(wxListEvent &event)
DIALOG_GIT_MR_REVIEW_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Compare Branches"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(800, 550), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
wxStdDialogButtonSizer * m_sdbSizer
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
#define _(s)