#include <pgpropertyeditor.h>
Inheritance diagram for PG_PropertyEditor::PG_PropertyEditorField:

Public Member Functions | |
| virtual bool | Valid ()=0 |
| checks if the entered value is valid | |
| virtual bool | Apply ()=0 |
| Write the entered value back into the referenced variable (if it exists), provided the value is valid. | |
| virtual void | Reload ()=0 |
| Reloads the entry field with the current value of the referenced variable (if it exists). | |
| virtual void | Focus () |
| Sets the Focus onto the field. | |
| virtual | ~PG_PropertyEditorField () |
Definition at line 62 of file pgpropertyeditor.h.
|
|
Definition at line 78 of file pgpropertyeditor.h. |
|
|
Write the entered value back into the referenced variable (if it exists), provided the value is valid.
Implemented in PG_PropertyField_Button, PG_PropertyField_Checkbox< B >, PG_PropertyField_DropDown< StringType, iterator >, PG_PropertyField_IntDropDown< IntType, iterator >, PG_PropertyField_Integer< IntegerType >, and PG_PropertyField_String< StringType >. |
|
|
Sets the Focus onto the field.
Reimplemented in PG_PropertyEditor_LineField. Definition at line 76 of file pgpropertyeditor.h. |
|
|
Reloads the entry field with the current value of the referenced variable (if it exists).
Implemented in PG_PropertyField_Button, PG_PropertyField_Checkbox< B >, PG_PropertyField_DropDown< StringType, iterator >, PG_PropertyField_IntDropDown< IntType, iterator >, PG_PropertyField_Integer< IntegerType >, and PG_PropertyField_String< StringType >. |
|
|
checks if the entered value is valid
Implemented in PG_PropertyField_Button, PG_PropertyField_Checkbox< B >, PG_PropertyField_DropDown< StringType, iterator >, PG_PropertyField_IntDropDown< IntType, iterator >, PG_PropertyField_Integer< IntegerType >, and PG_PropertyField_String< StringType >. |
1.4.2