Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1298)

Unified Diff: debugger/QT/SkDebuggerGUI.h

Issue 211383003: Debugger improvements (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Fix Mac 10.8 compilation issue Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | debugger/QT/SkDebuggerGUI.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/QT/SkDebuggerGUI.h
===================================================================
--- debugger/QT/SkDebuggerGUI.h (revision 13942)
+++ debugger/QT/SkDebuggerGUI.h (working copy)
@@ -79,6 +79,11 @@
void actionBreakpoints();
/**
+ Toggles between count and offset style of command indexing in GUI
+ */
+ void actionToggleIndexStyle();
+
+ /**
Profile the commands
*/
void actionProfile();
@@ -246,6 +251,7 @@
QAction fActionOpen;
QAction fActionBreakpoint;
+ QAction fActionToggleIndexStyle;
QAction fActionProfile;
QAction fActionCancel;
QAction fActionClearBreakpoints;
@@ -300,6 +306,7 @@
QMenu fMenuWindows;
bool fBreakpointsActivated;
+ bool fIndexStyleToggle;
bool fDeletesActivated;
bool fPause;
bool fLoading;
@@ -324,7 +331,7 @@
/**
Populates the list widget with the vector of strings passed in.
*/
- void setupListWidget(SkTArray<SkString>* command);
+ void setupListWidget(SkTArray<SkString>* commands, SkTDArray<size_t>* offsets);
/**
Populates the combo box widget with the vector of strings passed in.
« no previous file with comments | « no previous file | debugger/QT/SkDebuggerGUI.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698