File properties This property holds a file name. More...
#include <PropertyFile.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 |
PropertyFile (void) | |
virtual | ~PropertyFile () |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
File properties This property holds a file name.
Definition at line 48 of file PropertyFile.h.
PropertyFile::PropertyFile | ( | void | ) |
Definition at line 380 of file PropertyFile.cpp.
PropertyFile::~PropertyFile | ( | ) | [virtual] |
Definition at line 385 of file PropertyFile.cpp.
void * App::PropertyFile::create | ( | void | ) | [static] |
Reimplemented from App::PropertyString.
Definition at line 378 of file PropertyFile.cpp.
Base::Type App::PropertyFile::getClassTypeId | ( | void | ) | [static] |
Reimplemented from App::PropertyString.
Definition at line 378 of file PropertyFile.cpp.
Referenced by Gui::PropertyEditor::PropertyFileItem::value().
virtual const char* App::PropertyFile::getEditorName | ( | void | ) | const [inline, virtual] |
Get the class name of the associated property editor item.
Reimplemented from App::PropertyString.
Definition at line 56 of file PropertyFile.h.
Base::Type App::PropertyFile::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from App::PropertyString.
Definition at line 378 of file PropertyFile.cpp.
void App::PropertyFile::init | ( | void | ) | [static] |
Reimplemented from App::PropertyString.
Definition at line 378 of file PropertyFile.cpp.