代码拉取完成,页面将自动刷新
#ifndef MAINCONTROLLER_H
#define MAINCONTROLLER_H
#include <QObject>
#include <QVariantList>
#include <memory>
#include <QUrl>
#include "IAnalyzer.h"
#include "IDiagramer.h"
#include "IUMLGenerator.h"
class CMainView;
class CFileManager;
class CMainController : public QObject
{
Q_OBJECT
public:
explicit CMainController(QObject* parent = nullptr);
void start();
public slots:
void sltAdd(QList<QUrl> fileList);
void sltClear();
void sltAnalyze();
void sltTerminate();
void sltUpdateFilterPath(QVariantList val);
void sltUpdateIncludePath(QVariantList val);
QString sltGetClassDesc(QString strType);
void sltSetConfig(QVariant name, QVariant val);
private:
void __updateConfig();
void __updateView();
private:
std::shared_ptr<CMainView> m_pMainView;
std::shared_ptr<CFileManager> m_pFileMgr;
std::shared_ptr<IAnalyzer> m_pAnalyzer;
Diagram::IDiagramer::ptr m_pDiagramer;
IUMLGenerator::ptr m_pUmlGenerator;
};
#endif // MAINCONTROLLER_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。