Inheritance diagram for FileTypeImpl:
Contains different attributes of HRC file type.
Public Member Functions | |
const String * | getName () |
const String * | getGroup () |
const String * | getDescription () |
Scheme * | getBaseScheme () |
const String * | enumerateParameters (int idx) |
const String * | getParameterDescription (const String &name) |
const String * | getParamValue (const String &name) |
const String * | getParamDefaultValue (const String &name) |
void | setParamValue (const String &name, const String *value) |
double | getPriority (const String *fileName, const String *fileContent) const |
Returns total priority, accordingly to all it's choosers (filename and firstline choosers). | |
Protected Member Functions | |
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 | |
bool | inputSourceLoading |
is this IS loading was started | |
String * | name |
String * | group |
String * | description |
bool | isPackage |
HRCParserImpl * | hrcParser |
SchemeImpl * | baseScheme |
Vector< FileTypeChooser * > | chooserVector |
Hashtable< String * > | paramDefaultHash |
Hashtable< String * > | paramHash |
Hashtable< String * > | paramDescriptionHash |
Vector< String * > | paramVector |
Vector< String * > | importVector |
InputSource * | inputSource |
|
Returns total priority, accordingly to all it's choosers (filename and firstline choosers).
All
|