forked from qt-creator/qt-creator
analyzer: refactoring of analyzer manager
Change-Id: I60268b8bc86e439beb3fca8f4b6a87ea03925bad Reviewed-on: http://codereview.qt.nokia.com/1049 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -45,28 +45,26 @@ class QmlProfilerTool : public Analyzer::IAnalyzerTool
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit QmlProfilerTool(QObject *parent = 0);
|
||||
QmlProfilerTool(bool local, QObject *parent);
|
||||
~QmlProfilerTool();
|
||||
|
||||
QString id() const;
|
||||
QByteArray id() const;
|
||||
QString displayName() const;
|
||||
QByteArray menuGroup() const;
|
||||
QString description() const;
|
||||
ToolMode mode() const;
|
||||
|
||||
void initialize();
|
||||
void extensionsInitialized();
|
||||
void extensionsInitialized() {}
|
||||
void initializeDockWidgets();
|
||||
void toolSelected();
|
||||
void toolDeselected();
|
||||
void startTool();
|
||||
|
||||
Analyzer::IAnalyzerEngine *createEngine(const Analyzer::AnalyzerStartParameters &sp,
|
||||
ProjectExplorer::RunConfiguration *runConfiguration = 0);
|
||||
|
||||
QWidget *createControlWidget();
|
||||
|
||||
bool canRunRemotely() const;
|
||||
bool canRunLocally() const;
|
||||
|
||||
public slots:
|
||||
void connectClient(int port);
|
||||
void disconnectClient();
|
||||
|
||||
Reference in New Issue
Block a user