Custom implementation of a property grid.
More...
#include <grid.h>
|
|
| InspectorGrid (Frame &frame, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=(0)) |
| |
|
void | apply (const InspectorData::Ptr &data) |
| |
|
|
using | PropertyNameType = Yuni::CString< 128, false > |
| |
|
|
void | OnPropertyChanging (wxPropertyGridEvent &event) |
| |
|
bool | onPropertyChanging_A (wxPGProperty *, const PropertyNameType &name, const wxVariant &value) |
| |
|
bool | onPropertyChanging_C (wxPGProperty *, const PropertyNameType &name, const wxVariant &value) |
| |
|
bool | onPropertyChanging_Constraint (wxPGProperty *, const PropertyNameType &name, const wxVariant &value) |
| |
|
bool | onPropertyChanging_ThermalCluster (wxPGProperty *, const PropertyNameType &name, const wxVariant &value) |
| |
|
bool | onPropertyChanging_RenewableClusters (const PropertyNameType &name, const wxVariant &value) |
| |
|
bool | onPropertyChanging_L (wxPGProperty *, const PropertyNameType &name, const wxVariant &value) |
| |
|
bool | onPropertyChanging_S (wxPGProperty *, const PropertyNameType &name, const wxVariant &value) |
| |
Custom implementation of a property grid.
The documentation for this class was generated from the following files:
- src/ui/simulator/windows/inspector/grid.h
- src/ui/simulator/windows/inspector/property.update.cpp