wxwidgets/include/wx/qt
Vadim Zeitlin e478aa74b1 Use "= default" for default ctors of just added classes
Also remove a couple of unneeded lines.
2023-10-22 01:18:26 +02:00
..
private Now wxTimePickerCtrl is a native control under wxQt 2023-10-15 13:35:24 +01:00
accel.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
anybutton.h wxQt: wxAnyButton should override GetLabel() too 2022-10-28 23:09:48 +01:00
app.h Replace all remaining occurrences of wxScopedPtr 2023-03-06 23:53:13 +01:00
bitmap.h Add missing guard before using wxImage in wxBitmap code 2023-09-24 11:39:58 +01:00
bmpbuttn.h Allow using wxBitmapBundle for wxButton bitmaps 2021-10-18 11:50:10 +02:00
brush.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
button.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
calctrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
checkbox.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
checklst.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
choice.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
clipbrd.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
clrpicker.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
colordlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colour.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
combobox.h wxComboBox now forwards to wxTextEntry when setting its value under wxQt 2023-10-14 17:58:53 +01:00
control.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
ctrlsub.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
cursor.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dataform.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
dataobj.h Update function names, indentation and added comments 2019-10-02 15:40:16 +01:00
dataobj2.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dataview.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
datectrl.h Use "= default" for default ctors of just added classes 2023-10-22 01:18:26 +02:00
dc.h Fix wxDC::GetClippingBox() in wxQt 2023-06-02 18:38:08 +01:00
dcclient.h Replace all remaining occurrences of wxScopedPtr 2023-03-06 23:53:13 +01:00
dcmemory.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dcprint.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcscreen.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
defs.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
dialog.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dirdlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dnd.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dvrenderer.h
dvrenderers.h Use wxBitmapBundle as default type in wxDataViewBitmapRenderer 2022-05-09 14:36:41 +02:00
evtloop.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
filedlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
font.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fontdlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
frame.h wxQt: Add wxFrame::GetClientAreaOrigin() override 2022-11-16 15:18:20 +01:00
gauge.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
glcanvas.h Remove unused event table macros from some wxGLCanvas files 2023-02-14 16:05:07 +00:00
listbox.h wxListBox and wxRearrange{List,Ctrl,Dialog} fixes for wxQt 2022-12-23 20:08:00 +01:00
listctrl.h wxQt: added support for sort indicators 2022-12-11 20:16:09 +01:00
mdi.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
menu.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
menuitem.h Add extra accelerators support to wxQt 2022-11-24 14:15:02 +01:00
minifram.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
msgdlg.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
nonownedwnd.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
notebook.h Override OnImagesChanged() to show images set with SetImages() in wxNotebook for wxQt 2022-11-26 23:04:43 +01:00
pen.h Added ctor taking a wxPenInfo to wxPen in wxQt 2023-09-09 23:00:43 +01:00
popupwin.h wxPopupWindow implementation under wxQt completed 2023-09-28 14:09:59 +01:00
printdlg.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
printqt.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
radiobox.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
radiobut.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
region.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
scrolbar.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
slider.h Add missing wxSlider events emission for wxQt 2022-11-25 08:56:28 +01:00
spinbutt.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
spinctrl.h Ensure that wxSpinCtrl::SetValue() doesn't generate any events as documented 2022-12-27 11:44:41 +01:00
statbmp.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
statbox.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
statline.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
stattext.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
statusbar.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
taskbar.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
textctrl.h Add missing functionality to wxTextCtrl for wxQt 2022-11-16 16:05:09 +01:00
textentry.h Make wxTextEntry::DoSetValue() reusable under wxQt 2023-10-14 17:58:53 +01:00
tglbtn.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
timectrl.h Use "= default" for default ctors of just added classes 2023-10-22 01:18:26 +02:00
toolbar.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
tooltip.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
toplevel.h Make wxTopLevelWindow::SetSizeHints() work in wxQt 2023-09-30 15:23:25 +02:00
treectrl.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
window.h Remove newly added functions from wxQt 2023-10-10 10:51:26 +01:00