Home | History | Annotate | Download | only in qt

Lines Matching refs:command

42 void TextInputController::doCommand(const QString& command)
46 if (command == "moveBackwardAndModifySelection:") {
49 } else if (command =="moveDown:") {
51 } else if (command =="moveDownAndModifySelection:") {
54 } else if (command =="moveForward:") {
56 } else if (command =="moveForwardAndModifySelection:") {
59 } else if (command =="moveLeft:") {
61 } else if (command =="moveLeftAndModifySelection:") {
64 } else if (command =="moveRight:") {
66 } else if (command =="moveRightAndModifySelection:") {
69 } else if (command =="moveToBeginningOfDocument:") {
72 } else if (command =="moveToBeginningOfLine:") {
74 // } else if (command =="moveToBeginningOfParagraph:") {
75 } else if (command =="moveToEndOfDocument:") {
78 } else if (command =="moveToEndOfLine:") {
80 // } else if (command =="moveToEndOfParagraph:") {
81 } else if (command =="moveUp:") {
83 } else if (command =="moveUpAndModifySelection:") {
86 } else if (command =="moveWordBackward:") {
89 } else if (command =="moveWordBackwardAndModifySelection:") {
93 } else if (command =="moveWordForward:") {
96 } else if (command =="moveWordForwardAndModifySelection:") {
100 } else if (command =="moveWordLeft:") {
103 } else if (command =="moveWordRight:") {
106 } else if (command =="moveWordRightAndModifySelection:") {
110 } else if (command =="moveWordLeftAndModifySelection:") {
114 } else if (command =="pageDown:") {
116 } else if (command =="pageUp:") {
118 } else if (command == "deleteWordBackward:") {
121 } else if (command == "deleteBackward:") {
123 } else if (command == "deleteForward:") {