Go to the documentation of this file.
26 I_ASSIGN(m_fileExtensionAttrPtr,
"FileExtension",
"Extension of file, if path type is set to file",
false,
"");
27 I_ASSIGN(m_dateFormatAttrPtr,
"DateFormat",
"Format of timestamp string in name of file",
true,
"yyyyMMdd");
28 I_ASSIGN(m_prefixAttrPtr,
"PrefixText",
"Timestamp prefix text in name of log file",
false,
"");
29 I_ASSIGN(m_suffixAttrPtr,
"SuffixText",
"Timestamp suffix text in name of log file",
false,
"");
36 I_ATTR(QString, m_fileExtensionAttrPtr);
37 I_ATTR(QString, m_dateFormatAttrPtr);
38 I_ATTR(QString, m_prefixAttrPtr);
39 I_ATTR(QString, m_suffixAttrPtr);
41 mutable QString m_generatedPath;
File path generation using time stamp.
ifile::CRelativeFileNameParamComp BaseClass
const QString & GetPath() const override
Get path.
Contains interfaces and implementations of file system related components.
© Witold Gantzke and Kirill Lepskiy