#include <Parameter.h>
Inheritance diagram for dtpf::FileParameter:
FileParameter
is a SpecificParameter
with values identifying objects on the filesystem (e.g., files, directories, etc).
Public Member Functions | |
FileParameter (const muscle::String &name, const T &default) | |
Construct a FileParameter with the given name and default value. | |
virtual | ~FileParameter () |
Destroy a FileParameter . | |
virtual void | SetValue (const T &value) |
Set a file parameter's value. | |
bool | IsFile () const |
Find out if a file parameter's value is a normal file. | |
bool | IsDirectory () const |
Find out if a file parameter's value is a directory. | |
virtual void | SetUIType (ParameterUIType uiType) |
Set the UI type to one comaptible with a file parameter. |
|
Construct a
|
|
Destroy a
|
|
Find out if a file parameter's value is a directory.
|
|
Find out if a file parameter's value is a normal file.
|
|
Set the UI type to one comaptible with a file parameter.
Implements dtpf::Parameter. |
|
Set a file parameter's value.
Reimplemented from dtpf::SpecificParameter. |