#include "ie_impGraphic.h"#include "ut_assert.h"#include "ut_string.h"#include "ut_misc.h"#include "ut_bytebuf.h"#include "ut_vector.h"#include "ut_go_file.h"#include <gsf/gsf-input.h>#include <gsf/gsf-input-memory.h>#include "fg_Graphic.h"#include "fg_GraphicRaster.h"#include "fg_GraphicVector.h"Defines | |
| #define | CONFIDENCE_THRESHOLD 72 |
Functions | |
| static UT_Confidence_t | s_condfidence_heuristic (UT_Confidence_t content_confidence, UT_Confidence_t suffix_confidence) |
Variables | |
| static UT_GenericVector < IE_ImpGraphicSniffer * > | IE_IMP_GraphicSniffers (6) |
| static std::vector< std::string > | IE_IMP_GraphicMimeTypes |
| static std::vector< std::string > | IE_IMP_GraphicMimeClasses |
| static std::vector< std::string > | IE_IMP_GraphicSuffixes |
| #define CONFIDENCE_THRESHOLD 72 |
Referenced by IE_ImpGraphic::constructImporter().
| static UT_Confidence_t s_condfidence_heuristic | ( | UT_Confidence_t | content_confidence, | |
| UT_Confidence_t | suffix_confidence | |||
| ) | [static] |
Referenced by IE_ImpGraphic::constructImporter().
std::vector<std::string> IE_IMP_GraphicMimeClasses [static] |
Referenced by IE_ImpGraphic::getSupportedMimeClasses(), and IE_ImpGraphic::unregisterImporter().
std::vector<std::string> IE_IMP_GraphicMimeTypes [static] |
Referenced by IE_ImpGraphic::getSupportedMimeTypes(), and IE_ImpGraphic::unregisterImporter().
UT_GenericVector<IE_ImpGraphicSniffer*> IE_IMP_GraphicSniffers(6) [static] |
Referenced by IE_ImpGraphic::constructImporter(), IE_ImpGraphic::constructImporterWithDescription(), IE_ImpGraphic::enumerateDlgLabels(), IE_ImpGraphic::fileTypeForContents(), IE_ImpGraphic::fileTypeForMimetype(), IE_ImpGraphic::fileTypeForSuffix(), IE_ImpGraphic::getImporterCount(), IE_ImpGraphic::getMimeTypeForSuffix(), IE_ImpGraphic::getSupportedMimeClasses(), IE_ImpGraphic::getSupportedMimeTypes(), IE_ImpGraphic::getSupportedSuffixes(), IE_ImpGraphic::registerImporter(), IE_ImpGraphic::unregisterAllImporters(), and IE_ImpGraphic::unregisterImporter().
std::vector<std::string> IE_IMP_GraphicSuffixes [static] |
Referenced by IE_ImpGraphic::getSupportedSuffixes(), and IE_ImpGraphic::unregisterImporter().
1.7.1