#include <pgpropertyfield_button.h>
Inheritance diagram for PG_PropertyField_Button:

Public Types | |
| typedef PG_Signal1< PG_PropertyField_Button * > | ButtonPropertySignal |
Public Member Functions | |
| PG_PropertyField_Button (PG_PropertyEditor *propertyEditor, const std::string &name, const std::string &buttonname, int height=-1) | |
| 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). | |
| PG_Button * | GetButton () |
Public Attributes | |
| ButtonPropertySignal | sigClick |
Definition at line 42 of file pgpropertyfield_button.h.
|
|
Definition at line 52 of file pgpropertyfield_button.h. |
|
||||||||||||||||||||
|
Creates a PG_PropertyField_Checkbox.
Definition at line 61 of file pgpropertyfield_button.h. References PG_NULLSTR, PG_PropertyEditor::RegisterProperty(), PG_Button::SetText(), and PG_Button::sigClick. |
|
|
Write the entered value back into the referenced variable (if it exists), provided the value is valid.
Implements PG_PropertyEditor::PG_PropertyEditorField. Definition at line 71 of file pgpropertyfield_button.h. |
|
|
Definition at line 77 of file pgpropertyfield_button.h. |
|
|
Reloads the entry field with the current value of the referenced variable (if it exists).
Implements PG_PropertyEditor::PG_PropertyEditorField. Definition at line 74 of file pgpropertyfield_button.h. |
|
|
checks if the entered value is valid
Implements PG_PropertyEditor::PG_PropertyEditorField. Definition at line 68 of file pgpropertyfield_button.h. |
|
|
Definition at line 53 of file pgpropertyfield_button.h. |
1.4.2