Inheritance diagram for FileType:
Public Methods | |
virtual const String * | getName ()=0 |
Public name of file type (HRC 'name' attribute). | |
virtual const String * | getGroup ()=0 |
Public group name of file type (HRC 'group' attribute). | |
virtual const String * | getDescription ()=0 |
Public description of file type (HRC 'description' attribute). | |
virtual Scheme * | getBaseScheme ()=0 |
Returns the base scheme of this file type. | |
virtual const String * | getParameter (const String &name)=0 |
Returns parameter value of this file type. |
|
Public name of file type (HRC 'name' attribute).
|
|
Public group name of file type (HRC 'group' attribute).
|
|
Public description of file type (HRC 'description' attribute).
|
|
Returns the base scheme of this file type. Basically, this is the scheme with same public name, as it's type. If this FileType object is not yet loaded, it is loaded with this call.
|
|
Returns parameter value of this file type. Parameters are stored in prototypes as <parameters> <param name="name" value="value"/> </parameter>
|