|
KiCad PCB EDA Suite
|
#include <dialog_find_by_properties.h>
Public Attributes | |
| wxString | propertyName |
| wxString | displayValue |
| wxVariant | rawValue |
| PROPERTY_BASE * | property |
| PROPERTY_MATCH_MODE | matchMode |
| bool | isMixed |
Definition at line 31 of file dialog_find_by_properties.h.
| wxString PROPERTY_ROW_DATA::displayValue |
Definition at line 34 of file dialog_find_by_properties.h.
Referenced by DIALOG_FIND_BY_PROPERTIES::rebuildPropertyGrid().
| bool PROPERTY_ROW_DATA::isMixed |
Definition at line 38 of file dialog_find_by_properties.h.
Referenced by DIALOG_FIND_BY_PROPERTIES::rebuildPropertyGrid().
| PROPERTY_MATCH_MODE PROPERTY_ROW_DATA::matchMode |
Definition at line 37 of file dialog_find_by_properties.h.
Referenced by DIALOG_FIND_BY_PROPERTIES::onGridCellChanged(), DIALOG_FIND_BY_PROPERTIES::rebuildPropertyGrid(), and DIALOG_FIND_BY_PROPERTIES::updateMatchModeCell().
| PROPERTY_BASE* PROPERTY_ROW_DATA::property |
Definition at line 36 of file dialog_find_by_properties.h.
Referenced by DIALOG_FIND_BY_PROPERTIES::rebuildPropertyGrid().
| wxString PROPERTY_ROW_DATA::propertyName |
Definition at line 33 of file dialog_find_by_properties.h.
Referenced by DIALOG_FIND_BY_PROPERTIES::rebuildPropertyGrid().
| wxVariant PROPERTY_ROW_DATA::rawValue |
Definition at line 35 of file dialog_find_by_properties.h.
Referenced by DIALOG_FIND_BY_PROPERTIES::rebuildPropertyGrid().