]> git.cworth.org Git - apitrace/blobdiff - gui/apitrace.h
Lots of various cosmetic changes to the call editing.
[apitrace] / gui / apitrace.h
index 54fc1f2713786b4fb2a503b47cdb8d29c78f199f..32e24084b26802545fb1dbe800d788239df5231f 100644 (file)
@@ -49,6 +49,8 @@ public:
     bool edited() const;
     bool needsSaving() const;
 
+    bool isSaving() const;
+
 public slots:
     void setFileName(const QString &name);
     void setFrameMarker(FrameMarker marker);
@@ -60,13 +62,15 @@ signals:
     void invalidated();
     void framesInvalidated();
     void changed(ApiTraceCall *call);
-    void traceSaved();
+    void startedSaving();
+    void saved();
 
     void framesAdded(int oldCount, int numAdded);
     void callsAdded(int oldCount, int numAdded);
 
 private slots:
     void addFrames(const QList<ApiTraceFrame*> &frames);
+    void slotSaved();
 private:
     void detectFrames();
 private: