Property handling with font names. More...
#include <PropertyStandard.h>
Public Member Functions | |
virtual const char * | getEditorName (void) const |
Get the class name of the associated property editor item. | |
virtual Base::Type | getTypeId (void) const |
PropertyFont (void) | |
virtual | ~PropertyFont () |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Property handling with font names.
Definition at line 496 of file PropertyStandard.h.
PropertyFont::PropertyFont | ( | void | ) |
Definition at line 1136 of file PropertyStandard.cpp.
PropertyFont::~PropertyFont | ( | ) | [virtual] |
Definition at line 1141 of file PropertyStandard.cpp.
void * App::PropertyFont::create | ( | void | ) | [static] |
Reimplemented from App::PropertyString.
Definition at line 1134 of file PropertyStandard.cpp.
Base::Type App::PropertyFont::getClassTypeId | ( | void | ) | [static] |
Reimplemented from App::PropertyString.
Definition at line 1134 of file PropertyStandard.cpp.
Referenced by Gui::PropertyEditor::PropertyFontItem::value().
virtual const char* App::PropertyFont::getEditorName | ( | void | ) | const [inline, virtual] |
Get the class name of the associated property editor item.
Reimplemented from App::PropertyString.
Definition at line 503 of file PropertyStandard.h.
Base::Type App::PropertyFont::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from App::PropertyString.
Definition at line 1134 of file PropertyStandard.cpp.
void App::PropertyFont::init | ( | void | ) | [static] |
Reimplemented from App::PropertyString.
Definition at line 1134 of file PropertyStandard.cpp.