wxWidgets/include/wx/propgrid
Artur Wieczorek 69632371e3 Implement wxNumericProperty as a base class for all wxPG numeric properties
All numeric properties (wxIntProperty, wxUIntProperty, wxFloatProperty) share some features (like specific attributes, numeric validation, SpinCtrl editor support) so for the sake of clear design it would be good to derive them from the common base class (wxNumericProperty) in which all shared functions are implemented. This class is not intended to be instantiated so it's an abstract class.
2019-06-29 11:13:13 +02:00
..
advprops.h Make wxPG_ATTR_MULTICHOICE_USERSTRINGMODE a built-in attribute 2019-04-22 20:16:15 +02:00
editors.h Get rid of unnecessary const casts 2019-06-16 19:50:57 +02:00
manager.h Get rid of unnecessary const casts 2019-06-16 19:50:57 +02:00
property.h Make wxPGProperty an abstract class 2019-06-29 11:11:35 +02:00
propgrid.h Get rid of unnecessary const casts 2019-06-16 19:50:57 +02:00
propgriddefs.h Support tooltips in wxPropertyGrid if support for tooltips enabled is globally 2019-06-16 19:45:40 +02:00
propgridiface.h Get rid of unnecessary const casts 2019-06-16 19:50:57 +02:00
propgridpagestate.h Get rid of unnecessary const casts 2019-06-16 19:50:57 +02:00
props.h Implement wxNumericProperty as a base class for all wxPG numeric properties 2019-06-29 11:13:13 +02:00