Use wx-prefixed macros throughout the repository.
Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE occurrences to use the wx-prefixed version of the macros.
This commit is contained in:
@@ -74,7 +74,7 @@ private:
|
||||
|
||||
wxBitmapComboBox *m_combo;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(BitmapComboBoxTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(BitmapComboBoxTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -45,7 +45,7 @@ private:
|
||||
|
||||
wxBitmapToggleButton* m_button;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(BitmapToggleButtonTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(BitmapToggleButtonTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -54,7 +54,7 @@ private:
|
||||
|
||||
wxButton* m_button;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ButtonTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ButtonTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -61,7 +61,7 @@ private:
|
||||
|
||||
wxCheckBox* m_check;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(CheckBoxTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(CheckBoxTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -43,7 +43,7 @@ private:
|
||||
|
||||
wxCheckListBox* m_check;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(CheckListBoxTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(CheckListBoxTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -48,7 +48,7 @@ private:
|
||||
|
||||
wxChoicebook *m_choicebook;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ChoicebookTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ChoicebookTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -42,7 +42,7 @@ private:
|
||||
|
||||
wxChoice* m_choice;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ChoiceTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ChoiceTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -85,7 +85,7 @@ private:
|
||||
|
||||
wxComboBox *m_combo;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ComboBoxTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ComboBoxTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -62,7 +62,7 @@ private:
|
||||
m_child2,
|
||||
m_grandchild;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(DataViewCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(DataViewCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -42,7 +42,7 @@ private:
|
||||
|
||||
wxDatePickerCtrl* m_datepicker;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(DatePickerCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(DatePickerCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -42,7 +42,7 @@ private:
|
||||
void FileDialog();
|
||||
void CustomDialog();
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ModalDialogsTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ModalDialogsTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -38,7 +38,7 @@ private:
|
||||
|
||||
wxFrame *m_frame;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(FrameTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(FrameTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -40,7 +40,7 @@ private:
|
||||
|
||||
wxGauge* m_gauge;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(GaugeTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(GaugeTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -104,7 +104,7 @@ private:
|
||||
|
||||
wxGrid *m_grid;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(GridTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(GridTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -47,7 +47,7 @@ private:
|
||||
|
||||
wxHeaderCtrlSimple *m_header;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(HeaderCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(HeaderCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -38,7 +38,7 @@ private:
|
||||
|
||||
wxSimpleHtmlListBox* m_htmllbox;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(HtmlListBoxTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(HtmlListBoxTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -44,7 +44,7 @@ private:
|
||||
|
||||
wxHyperlinkCtrl* m_hyperlink;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(HyperlinkCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(HyperlinkCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -52,7 +52,7 @@ private:
|
||||
// we cannot test wxControl directly (it's abstract) so we rather test wxCheckBox
|
||||
wxCheckBox *m_cb;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(LabelTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(LabelTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -49,7 +49,7 @@ private:
|
||||
|
||||
wxListbook *m_listbook;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ListbookTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ListbookTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -65,7 +65,7 @@ private:
|
||||
|
||||
wxListBox* m_list;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ListBoxTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ListBoxTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -60,7 +60,7 @@ private:
|
||||
|
||||
wxListCtrl *m_list;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ListCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ListCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -41,7 +41,7 @@ private:
|
||||
|
||||
wxListView *m_list;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ListViewTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ListViewTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -50,7 +50,7 @@ private:
|
||||
|
||||
wxNotebook *m_notebook;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(NotebookTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(NotebookTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -72,7 +72,7 @@ private:
|
||||
|
||||
wxOwnerDrawnComboBox *m_combo;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(OwnerDrawnComboBoxTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(OwnerDrawnComboBoxTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -42,7 +42,7 @@ private:
|
||||
|
||||
wxColourPickerCtrl *m_colour;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ColourPickerCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ColourPickerCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
@@ -86,7 +86,7 @@ private:
|
||||
|
||||
wxDirPickerCtrl *m_dir;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(DirPickerCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(DirPickerCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
@@ -131,7 +131,7 @@ private:
|
||||
|
||||
wxFilePickerCtrl *m_file;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(FilePickerCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(FilePickerCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
@@ -180,7 +180,7 @@ private:
|
||||
|
||||
wxFontPickerCtrl *m_font;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(FontPickerCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(FontPickerCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -54,7 +54,7 @@ private:
|
||||
|
||||
wxRadioBox* m_radio;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(RadioBoxTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(RadioBoxTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -43,7 +43,7 @@ private:
|
||||
|
||||
wxRadioButton* m_radio;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(RadioButtonTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(RadioButtonTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -43,7 +43,7 @@ private:
|
||||
|
||||
wxRearrangeList* m_rearrange;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(RearrangeListTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(RearrangeListTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -95,7 +95,7 @@ private:
|
||||
|
||||
wxRichTextCtrl* m_rich;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(RichTextCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(RichTextCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -37,7 +37,7 @@ private:
|
||||
|
||||
wxSearchCtrl* m_search;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(SearchCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(SearchCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -45,7 +45,7 @@ private:
|
||||
|
||||
wxSimplebook *m_simplebook;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(SimplebookTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(SimplebookTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -57,7 +57,7 @@ private:
|
||||
|
||||
wxSlider* m_slider;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(SliderTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(SliderTestCase);
|
||||
};
|
||||
|
||||
bool SliderTestCase::ms_inversed = false;
|
||||
|
@@ -49,7 +49,7 @@ private:
|
||||
|
||||
wxSpinCtrlDouble* m_spin;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(SpinCtrlDoubleTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(SpinCtrlDoubleTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -49,7 +49,7 @@ private:
|
||||
|
||||
wxSpinCtrl* m_spin;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(SpinCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(SpinCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -122,7 +122,7 @@ private:
|
||||
|
||||
static long ms_style;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(TextCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(TextCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -41,7 +41,7 @@ private:
|
||||
|
||||
wxToggleButton* m_button;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ToggleButtonTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ToggleButtonTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -51,7 +51,7 @@ private:
|
||||
|
||||
wxToolbook *m_toolbook;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(ToolbookTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(ToolbookTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -53,7 +53,7 @@ private:
|
||||
|
||||
wxTreebook *m_treebook;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(TreebookTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(TreebookTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -107,7 +107,7 @@ private:
|
||||
m_child2,
|
||||
m_grandchild;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(TreeCtrlTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(TreeCtrlTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
@@ -62,7 +62,7 @@ private:
|
||||
wxWebView* m_browser;
|
||||
EventCounter* m_loaded;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(WebTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(WebTestCase);
|
||||
};
|
||||
|
||||
//Convenience macro
|
||||
|
@@ -74,7 +74,7 @@ private:
|
||||
|
||||
wxWindow *m_window;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(WindowTestCase)
|
||||
wxDECLARE_NO_COPY_CLASS(WindowTestCase);
|
||||
};
|
||||
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
|
Reference in New Issue
Block a user