wxwidgets/include/wx/qt
Vadim Zeitlin 4a5de60fa9 Merge branch 'wxqt-2' of https://github.com/dsa-t/wxWidgets
More miscellaneous wxQt fixes.

See #24309.
2024-02-13 21:43:48 +01:00
..
private Emphasize that wxQtSignalHandler is for wxWindow handlers only under wxQt 2024-01-14 14:23:41 +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 "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01: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 Get rid of QtCreateControl() from wxQt code base 2023-12-26 22:50:59 +01:00
ctrlsub.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
cursor.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01: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 Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
dc.h Fix wxDC::GetClippingBox() in wxQt 2023-06-02 18:38:08 +01:00
dcclient.h Merge branch 'aui-repaint' 2024-01-10 18:43:24 +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 Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01: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 Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
font.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
fontdlg.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
frame.h Get rid of QtCreateControl() from wxQt code base 2023-12-26 22:50:59 +01:00
gauge.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
glcanvas.h Improve wxQt OpenGL canvas implementation: 2024-02-12 15:34:56 +03:00
listbox.h Get rid of QtCreateControl() from wxQt code base 2023-12-26 22:50:59 +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 Fix creating wxMenuItem with nullptr parent under wxQt 2024-01-14 14:23:41 +01:00
minifram.h Use "= default" for all trivial default ctors and dtors 2023-11-17 01:33:32 +01:00
msgdlg.h Remove unnecessary QMessageBox forward declaration from header 2024-02-11 13:28:53 +01: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 Support SetLabel/GetLabel for wxRadioBox/wxRadioButton on wxQt. 2024-02-12 18:57:33 +03:00
radiobut.h Support SetLabel/GetLabel for wxRadioBox/wxRadioButton on wxQt. 2024-02-12 18:57:33 +03: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 Fix wxStatusBar crash when calling GetFieldRect early on wxQt. 2024-02-12 15:34:56 +03:00
taskbar.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
textctrl.h Get rid of QtCreateControl() from wxQt code base 2023-12-26 22:50:59 +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 Merge branch 'qt-uiaction-tests' of https://github.com/AliKet/wxWidgets 2023-11-17 01:05:56 +01:00
window.h Improve wxQt OpenGL canvas implementation: 2024-02-12 15:34:56 +03:00