Inheritance diagram for FileTypeImpl:

Contains different attributes of HRC file type.
Public Methods | |
| const String * | getName () |
| const String * | getGroup () |
| const String * | getDescription () |
| Scheme * | getBaseScheme () |
| const String * | getParameter (const String &name) |
| double | getPriority (const String *fileName, const String *fileContent) const |
| Returns total priority, accordingly to all it's choosers (filename and firstline choosers). | |
Protected Methods | |
| FileTypeImpl (HRCParserImpl *hrcParser) | |
Protected Attributes | |
| bool | protoLoaded |
| is prototype component loaded | |
| bool | typeLoaded |
| is type component loaded | |
| bool | loadDone |
| is type references fully resolved | |
| bool | loadBroken |
| is initial type load failed | |
| String * | name |
| String * | group |
| String * | description |
| bool | isPackage |
| HRCParserImpl * | hrcParser |
| 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
|