Add command line options to debugger
https://codereview.appspot.com/7221048/
git-svn-id: http://skia.googlecode.com/svn/trunk@7418 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
index 75d3f28..6d57a8a 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -57,6 +57,17 @@
~SkDebuggerGUI();
+ /**
+ Updates the directory widget with the latest directory path stored in
+ the global class variable fPath.
+ */
+ void setupDirectoryWidget(const QString& path);
+
+ /**
+ Loads the specified file.
+ */
+ void openFile(const QString& filename);
+
signals:
void commandChanged(int command);
@@ -169,7 +180,7 @@
/**
Toggles a dialog with a file browser for navigating to a skpicture. Loads
- the seleced file.
+ the selected file.
*/
void openFile();
@@ -308,12 +319,6 @@
void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime);
/**
- Updates the directory widget with the latest directory path stored in
- the global class variable fPath.
- */
- void setupDirectoryWidget();
-
- /**
Render the supplied picture several times tracking the time consumed
by each command.
*/