Home
last modified time | relevance | path

Searched refs:fCurrentCommandBox (Results 1 – 2 of 2) sorted by relevance

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp333 fCurrentCommandBox.setText(""); in updateDrawCommandInfo()
352 fCurrentCommandBox.setText(QString::number(currentRow)); in updateDrawCommandInfo()
535 fViewStateLayout.addRow("Current Command", &fCurrentCommandBox); in setupUi()
536 fCurrentCommandBox.setText("0"); in setupUi()
537 fCurrentCommandBox.setMinimumSize(QSize(50,25)); in setupUi()
538 fCurrentCommandBox.setMaximumSize(QSize(50,25)); in setupUi()
539 fCurrentCommandBox.setAlignment(Qt::AlignRight); in setupUi()
540 fCurrentCommandBox.setReadOnly(true); in setupUi()
DSkDebuggerGUI.h284 QLineEdit fCurrentCommandBox; variable