]> git.cworth.org Git - apitrace/blobdiff - gui/profiledialog.h
glretrace: Fix dumping of cube map FBO attachements.
[apitrace] / gui / profiledialog.h
index 39f8699db83faaa6cc83dcb900e3a55258dd410a..862d068bcd888bcae36ec890df9ccda29f47f26e 100644 (file)
@@ -15,14 +15,11 @@ public:
     ~ProfileDialog();
     
     void setProfile(trace::Profile* profile);
+    void showCall(int call);
 
 public slots:
-    void setVerticalScrollMax(int max);
-    void setHorizontalScrollMax(int max);
-
     void tableDoubleClicked(const QModelIndex& index);
-
-    void selectionChanged(int64_t start, int64_t end);
+    void graphSelectionChanged(SelectionState state);
 
 signals:
     void jumpToCall(int call);