


Public Types | |
| typedef PG_Signal2< PG_PropertyField_Checkbox *, B > | CheckboxPropertySignal |
Public Member Functions | |
| PG_PropertyField_Checkbox (PG_PropertyEditor *propertyEditor, const std::string &name, B *b, bool inverted=false) | |
| Creates a PG_PropertyField_Checkbox. | |
| PG_PropertyField_Checkbox (PG_PropertyEditor *propertyEditor, const std::string &name, const B &b, bool inverted=false) | |
| Creates a PG_PropertyField_Checkbox. | |
| 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 | |
| CheckboxPropertySignal | sigValueChanged |
| CheckboxPropertySignal | sigValueApplied |
|
|||||
|
|
|
||||||||||||||||||||||||
|
Creates a PG_PropertyField_Checkbox.
|
|
||||||||||||||||||||||||
|
Creates a PG_PropertyField_Checkbox.
|
|
|||||||||
|
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. |
|
|||||
|
|
|
|||||
|
|