]> git.cworth.org Git - apitrace/blobdiff - gui/mainwindow.h
Implement tracing from the ui.
[apitrace] / gui / mainwindow.h
index 88017f65981e4a3f084651d288ccf71098a91859..bd483ed2dab1cb1a4149d5ec4b4f4d6b31cf190f 100644 (file)
@@ -20,6 +20,7 @@ class QProgressBar;
 class QUrl;
 class Retracer;
 class ShadersSourceWidget;
+class TraceProcess;
 class VertexDataInterpreter;
 
 class MainWindow : public QMainWindow
@@ -51,6 +52,8 @@ private slots:
     void showSelectedSurface();
     void slotGoTo();
     void slotJumpTo(int callNum);
+    void createdTrace(const QString &path);
+    void traceError(const QString &msg);
 
 private:
     void initObjects();
@@ -83,6 +86,8 @@ private:
     ImageViewer *m_imageViewer;
 
     JumpWidget *m_jumpWidget;
+
+    TraceProcess *m_traceProcess;
 };