VCF::EnumSetPropertyEditor Class Reference
#include <vcf/ApplicationKit/DefaultPropertyEditors.h>
Inheritance diagram for VCF::EnumSetPropertyEditor:

Public Member Functions | |
| EnumSetPropertyEditor () | |
| virtual | ~EnumSetPropertyEditor () |
| virtual std::vector< PropertyEditor * > | getSubProperties () |
| Returns a array of proeprty editors from the current value of this editor. | |
| virtual String | getValueAsText () |
| Like getValue(), but this returns the value in text format. | |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
Returns a array of proeprty editors from the current value of this editor. The requirement, of course, is that the variant data that is returned by getValue() is a pdObject. This is not meaningful to call unless PropertEditor::paHasSubProperties is set.
Reimplemented from VCF::AbstractPropertyEditor. |
|
|
Like getValue(), but this returns the value in text format. This value is used for display purposes if the editor doesn't support custom painting. Reimplemented from VCF::AbstractPropertyEditor. |
The documentation for this class was generated from the following file:
- vcf/ApplicationKit/DefaultPropertyEditors.h
