|
bool | IsOperationSupported (const istd::IChangeable *dataObjectPtr, const QString *filePathPtr=nullptr, int flags=-1, bool beQuiet=true) const override |
| Returns true if object dataObject can be loaded/saved.
|
|
iproc::CTaskState | LoadFromFile (istd::IChangeable &data, const QString &filePath=QString(), iproc::IProgressManager *progressManagerPtr=nullptr) const override |
| This function loads data data from file filePath .
|
|
iproc::CTaskState | SaveToFile (const istd::IChangeable &data, const QString &filePath=QString(), iproc::IProgressManager *progressManagerPtr=nullptr) const override |
| This function saves data data to file filePath .
|
|
bool | GetFileExtensions (QStringList &result, const istd::IChangeable *dataObjectPtr=nullptr, int flags=-1, bool doAppend=false) const override |
| Get file extensions supported by this loader.
|
|
QString | GetTypeDescription (const QString *extensionPtr=nullptr) const override |
| Get description of object type associated with single extension.
|
|
QString | GetLastFilePath (OperationType operationType=OT_UNKNOWN, PathType pathType=PT_COMPLETE) const override |
| Returns the last opened file name.
|
|
| CLoggerBase () |
|
const QByteArray & | GetVerboseSenderId () const |
| Get sender ID for verbose messages.
|
|
void | SetVerboseSenderId (const QByteArray &id) |
| Set sender ID for verbose messages.
|
|
void | SetLogPtr (ilog::IMessageConsumer *logPtr) override |
| Install log.
|
|
ilog::IMessageConsumer * | GetLogPtr () const override |
| Get log.
|
|
|
QString | GetPathForType (const QFileInfo &fileInfo, PathType pathType) const |
|
virtual QString | GetFileName (const istd::IChangeable &data, const QString &filePath, bool isSaving, int &selectionIndex) const |
|
ifile::IFilePersistence * | GetLoaderFor (const istd::IChangeable *dataObjectPtr, const QString &filePath, int selectionIndex, int flags, bool beQuiet) const |
|
void | OnComponentCreated () override |
|
virtual void | DecorateMessage (istd::IInformationProvider::InformationCategory category, int id, int flags, QString &message, QString &messageSource) const override |
| Decorate message parts before outputting.
|
|
void | OnComponentCreated () override |
|
void | OnComponentDestroyed () override |
|
bool | IsVerboseEnabled () const |
| Check if verbose messages are enabled.
|
|
bool | SendVerboseMessage (const QString &message, const QString &messageSource=QString()) const |
| Send verbose message.
|
|
bool | SendInfoMessage (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send info message to log.
|
|
bool | SendWarningMessage (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send warning message to log.
|
|
bool | SendErrorMessage (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send error message to log.
|
|
bool | SendCriticalMessage (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send critical message to log.
|
|
bool | SendInfoMessageOnce (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send once info message to log.
|
|
bool | SendWarningMessageOnce (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send once warning message to log.
|
|
bool | SendErrorMessageOnce (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send once error message to log.
|
|
bool | SendCriticalMessageOnce (int id, const QString &message, const QString &messageSource=QString(), int flags=0) const |
| Send once critical message to log.
|
|
bool | SendUserMessage (const istd::IInformationProvider *messagePtr) const |
| Send message with user object.
|
|
bool | AllowMessageOnceAgain (int id) |
| Reset message lock.
|
|
bool | IsLogConsumed (const istd::IInformationProvider::InformationCategory *categoryPtr=nullptr, const int *flagsPtr=nullptr) const override |
| Check if any log message is consumed.
|
|
bool | SendLogMessage (istd::IInformationProvider::InformationCategory category, int id, const QString &message, const QString &messageSource, int flags=0) const override |
| Send any message to log.
|
|
File dialog component.
File dialog will be created according to set of the slave file loaders.
Definition at line 32 of file CFileDialogPersistenceComp.h.