#include <pgpropertyeditor_linefield.h>
Inheritance diagram for PG_PropertyEditor_LineField:

Public Member Functions | |
| void | Focus () |
| Sets the Focus onto the field. | |
Protected Member Functions | |
| PG_PropertyEditor_LineField (PG_PropertyEditor *propertyEditor, const std::string &name) | |
| virtual bool | EditEnd ()=0 |
Protected Attributes | |
| PG_LineEdit * | lineEdit |
Definition at line 44 of file pgpropertyeditor_linefield.h.
|
||||||||||||
|
Definition at line 53 of file pgpropertyeditor_linefield.h. References EditEnd(), and PG_PropertyEditor::RegisterProperty(). |
|
|
Implemented in PG_PropertyField_Integer< IntegerType >, and PG_PropertyField_String< StringType >. Referenced by PG_PropertyEditor_LineField(). |
|
|
Sets the Focus onto the field.
Reimplemented from PG_PropertyEditor::PG_PropertyEditorField. Definition at line 46 of file pgpropertyeditor_linefield.h. |
|
1.4.2