Go to the documentation of this file.
28 I_ASSIGN(m_autoDeleteAttrPtr,
"AutoDelete",
"If enabled, the file or directory specified by this object will be removed during component deinitialization",
false,
false);
29 I_ASSIGN(m_ensureDirectoryCreatedAttrPtr,
"EnsureDirectoryCreated",
"If enabled, the directory path will be created",
false,
false);
30 I_ASSIGN(m_fileTypeInfoCompPtr,
"FileTypeInfo",
"File type information used for specifing the file extension",
false,
"FileTypeInfo");
34 void SetPath(
const QString& path)
override;
42 I_ATTR(
bool, m_autoDeleteAttrPtr);
43 I_ATTR(
bool, m_ensureDirectoryCreatedAttrPtr);
Component for auto generated file path.
void OnComponentDestroyed() override
void OnComponentCreated() override
ilog::TLoggerCompWrap< ifile::CRelativeFileNameParamComp > BaseClass
void SetPath(const QString &path) override
Set path.
Provide loading and saving of objects.
Wrapper provider of log-functionality for component based implementations.
Contains interfaces and implementations of file system related components.
© Witold Gantzke and Kirill Lepskiy