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

Side by Side Diff: debugger/QT/SkDebuggerGUI.h

Issue 18279002: Separate showing and hiding the debugger settings and inspector. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | debugger/QT/SkDebuggerGUI.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2012 Google Inc. 3 * Copyright 2012 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 #ifndef SKDEBUGGERUI_H 9 #ifndef SKDEBUGGERUI_H
10 #define SKDEBUGGERUI_H 10 #define SKDEBUGGERUI_H
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 QAction fActionProfile; 238 QAction fActionProfile;
239 QAction fActionCancel; 239 QAction fActionCancel;
240 QAction fActionClearBreakpoints; 240 QAction fActionClearBreakpoints;
241 QAction fActionClearDeletes; 241 QAction fActionClearDeletes;
242 QAction fActionClose; 242 QAction fActionClose;
243 QAction fActionCreateBreakpoint; 243 QAction fActionCreateBreakpoint;
244 QAction fActionDelete; 244 QAction fActionDelete;
245 QAction fActionDirectory; 245 QAction fActionDirectory;
246 QAction fActionGoToLine; 246 QAction fActionGoToLine;
247 QAction fActionInspector; 247 QAction fActionInspector;
248 QAction fActionSettings;
248 QAction fActionPlay; 249 QAction fActionPlay;
249 QAction fActionPause; 250 QAction fActionPause;
250 QAction fActionRewind; 251 QAction fActionRewind;
251 QAction fActionSave; 252 QAction fActionSave;
252 QAction fActionSaveAs; 253 QAction fActionSaveAs;
253 QAction fActionShowDeletes; 254 QAction fActionShowDeletes;
254 QAction fActionStepBack; 255 QAction fActionStepBack;
255 QAction fActionStepForward; 256 QAction fActionStepForward;
256 QAction fActionZoomIn; 257 QAction fActionZoomIn;
257 QAction fActionZoomOut; 258 QAction fActionZoomOut;
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 /** 328 /**
328 Render the supplied picture several times tracking the time consumed 329 Render the supplied picture several times tracking the time consumed
329 by each command. 330 by each command.
330 */ 331 */
331 void run(SkTimedPicture* pict, 332 void run(SkTimedPicture* pict,
332 sk_tools::PictureRenderer* renderer, 333 sk_tools::PictureRenderer* renderer,
333 int repeats); 334 int repeats);
334 }; 335 };
335 336
336 #endif // SKDEBUGGERUI_H 337 #endif // SKDEBUGGERUI_H
OLDNEW
« 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