Inheritance diagram for FileTypeImpl:

Contains different attributes of HRC file type.
Public Methods | |
| bool | isLoaded () const |
| const String * | getName () const |
| const String * | getGroup () const |
| const String * | getDescription () const |
| const Scheme * | getBaseScheme () const |
| const String * | getParameter (const String &name) const |
| double | getPriority (const String *fileName, const String *fileContent) const |
| Returns total priority, accordingly to all it's choosers (filename and firstline choosers). | |
Protected Attributes | |
| bool | protoLoaded |
| bool | typeLoaded |
| bool | loadDone |
| String * | name |
| String * | group |
| String * | description |
| const SchemeImpl * | baseScheme |
| SchemeAccessType | accessType |
| Vector< FileTypeChooser * > | chooserVector |
| Hashtable< String * > | parametersHash |
| Vector< String * > | importVector |
| InputSource * | inputSource |
|
||||||||||||
|
Returns total priority, accordingly to all it's choosers (filename and firstline choosers).
All
|