Home | History | Annotate | Download | only in QT

Lines Matching refs:SkDebuggerGUI

8 #include "SkDebuggerGUI.h"
28 SkDebuggerGUI::SkDebuggerGUI(QWidget *parent) :
119 void SkDebuggerGUI::actionBreakpoints() {
127 void SkDebuggerGUI::showDeletes() {
136 void SkDebuggerGUI::run(const SkPicture* pict,
165 void SkDebuggerGUI::actionProfile() {
189 void SkDebuggerGUI::actionCancel() {
195 void SkDebuggerGUI::actionClearBreakpoints() {
204 void SkDebuggerGUI::actionClearDeletes() {
214 void SkDebuggerGUI::actionClose() {
218 void SkDebuggerGUI::actionDelete() {
242 void SkDebuggerGUI::actionGLSettingsChanged() {
251 void SkDebuggerGUI::actionInspector() {
259 void SkDebuggerGUI::actionPlay() {
271 void SkDebuggerGUI::actionRasterSettingsChanged() {
278 void SkDebuggerGUI::actionVisualizationsChanged() {
285 void SkDebuggerGUI::actionTextureFilter() {
292 void SkDebuggerGUI::actionRewind() {
296 void SkDebuggerGUI::actionSave() {
303 void SkDebuggerGUI::actionSaveAs() {
312 void SkDebuggerGUI::actionScale(float scaleFactor) {
316 void SkDebuggerGUI::actionSettings() {
324 void SkDebuggerGUI::actionStepBack() {
331 void SkDebuggerGUI::actionStepForward() {
340 void SkDebuggerGUI::drawComplete() {
349 void SkDebuggerGUI::saveToFile(const SkString& filename) {
357 void SkDebuggerGUI::loadFile(QListWidgetItem *item) {
369 void SkDebuggerGUI::openFile() {
375 void SkDebuggerGUI::openFile(const QString &filename) {
385 void SkDebuggerGUI::pauseDrawing(bool isPaused) {
390 void SkDebuggerGUI::updateDrawCommandInfo() {
426 void SkDebuggerGUI::selectCommand(int command) {
432 void SkDebuggerGUI::toggleBreakpoint() {
445 void SkDebuggerGUI::toggleDirectory() {
449 void SkDebuggerGUI::toggleFilter(QString string) {
456 void SkDebuggerGUI::setupUi(QMainWindow *SkDebuggerGUI) {
460 SkDebuggerGUI->setObjectName(QString::fromUtf8("SkDebuggerGUI"));
461 SkDebuggerGUI->resize(1200, 1000);
462 SkDebuggerGUI->setWindowIcon(windowIcon);
463 SkDebuggerGUI->setWindowTitle("Skia Debugger");
637 SkDebuggerGUI->setCentralWidget(&fCentralSplitter);
638 SkDebuggerGUI->setStatusBar(&fStatusBar);
642 SkDebuggerGUI->addToolBar(Qt::TopToolBarArea, &fToolBar);
709 SkDebuggerGUI->setMenuBar(&fMenuBar);
710 QMetaObject::connectSlotsByName(SkDebuggerGUI);
713 void SkDebuggerGUI::setupDirectoryWidget(const QString& path) {
725 void SkDebuggerGUI::loadPicture(const SkString& fileName) {
774 void SkDebuggerGUI::setupListWidget() {
822 void SkDebuggerGUI::setupOverviewText(const SkTDArray<double>* typeTimes,
831 void SkDebuggerGUI::setupComboBox() {
854 void SkDebuggerGUI::updateImage() {
862 void SkDebuggerGUI::updateHit(int newHit) {