wxWidgets/tests/events
Vadim Zeitlin bd09b4132d Remove wxTimerEvent default constructor
This ctor just created unusable wxTimerEvent objects (all of the methods
specific to this class would just crash if called on them) and doesn't
seem to be useful at all.

It was added in e47859daeb apparently only
in order to allow using wxIMPLEMENT_DYNAMIC_CLASS() instead of the
previously used wxIMPLEMENT_ABSTRACT_CLASS() for wxTimerEvent, but there
doesn't seem to be any reason to prefer macro over another, and there
are good reasons to not allow creating objects in an invalid state.

The only place where we relied on having default ctor for this event was
in wxEvent::Clone() unit test, so update it to handle wxTimerEvent
specially now that this ctor doesn't exist any longer.
2019-07-14 14:10:55 +02:00
..
clone.cpp Remove wxTimerEvent default constructor 2019-07-14 14:10:55 +02:00
evthandler.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
evtlooptest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
evtsource.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
keyboard.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
propagation.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00
stopwatch.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
timertest.cpp Add more wxOVERRIDE 2018-09-22 14:44:07 +02:00