


Public Types | |
| typedef PG_Signal2< PG_PropertyField_IntDropDown *, IntType > | DropDownPropertySignal |
Public Member Functions | |
| PG_PropertyField_IntDropDown (PG_PropertyEditor *propertyEditor, const std::string &name, IntType *var, const char **names) | |
| Creates a PG_PropertyField_IntDropDown. | |
| PG_PropertyField_IntDropDown (PG_PropertyEditor *propertyEditor, const std::string &name, IntType *var, iterator begin, iterator end) | |
| Creates a PG_PropertyField_IntDropDown. | |
| PG_PropertyField_IntDropDown (PG_PropertyEditor *propertyEditor, const std::string &name, const IntType &var, const char **names) | |
| Creates a PG_PropertyField_IntDropDown. | |
| PG_PropertyField_IntDropDown (PG_PropertyEditor *propertyEditor, const std::string &name, const IntType &var, iterator begin, iterator end) | |
| Creates a PG_PropertyField_IntDropDown. | |
| bool | Valid () |
| checks if the entered value is valid | |
| bool | Apply () |
| Write the entered value back into the referenced variable (if it exists), provided the value is valid. | |
| void | Reload () |
| Reloads the entry field with the current value of the referenced variable (if it exists). | |
Public Attributes | |
| DropDownPropertySignal | sigValueChanged |
| DropDownPropertySignal | sigValueApplied |
|
|||||
|
|
|
||||||||||||||||||||||||
|
Creates a PG_PropertyField_IntDropDown.
|
|
||||||||||||||||||||||||||||
|
Creates a PG_PropertyField_IntDropDown.
|
|
||||||||||||||||||||||||
|
Creates a PG_PropertyField_IntDropDown.
|
|
||||||||||||||||||||||||||||
|
Creates a PG_PropertyField_IntDropDown.
|
|
|||||||||
|
Write the entered value back into the referenced variable (if it exists), provided the value is valid.
Implements PG_PropertyEditor::PG_PropertyEditorField. |
|
|||||||||
|
Reloads the entry field with the current value of the referenced variable (if it exists).
Implements PG_PropertyEditor::PG_PropertyEditorField. |
|
|||||||||
|
checks if the entered value is valid
Implements PG_PropertyEditor::PG_PropertyEditorField. |
|
|||||
|
|
|
|||||
|
|