8 #include "LoadFileInfo.h" 16 LoadFileInfo::~LoadFileInfo()
22 LOG4CPP_INFO_S ((*mainCat)) <<
"LoadFileInfo::loadsAsDigFile";
24 QString fileName = urlString;
27 if (url.isLocalFile ()) {
28 fileName = url.toLocalFile();
bool loadsAsDigFile(const QString &urlString) const
Returns true if specified file name can be loaded as a DIG file.
bool successfulRead() const
Return true if startup loading succeeded. If the loading failed then reasonForUnsuccessfulRed will ex...
Storage of one imported image and the data attached to that image.
LoadFileInfo()
Single constructor.