![]() |
KVIrc 5.2.6
Developer APIs
|
#include <ExportOperation.h>
Public Member Functions | |
ExportOperation (const std::vector< std::shared_ptr< LogFile > > &logs, LogFile::ExportType type, QString szDir, QObject *parent=nullptr) | |
void | start () |
Private Attributes | |
std::vector< std::shared_ptr< LogFile > > | m_logs |
const QString | m_szDir |
const LogFile::ExportType | m_type |
ExportOperation::ExportOperation | ( | const std::vector< std::shared_ptr< LogFile > > & | logs, |
LogFile::ExportType | type, | ||
QString | szDir, | ||
QObject * | parent = nullptr ) |
void ExportOperation::start | ( | ) |
References KviFileUtils::adjustFilePath(), KVI_PATH_SEPARATOR_CHAR, m_logs, m_szDir, and m_type.
Referenced by LogViewWindow::exportLog().
|
private |
Referenced by start().
|
private |
Referenced by start().