Lines Matching refs:drawingActions
37 drawingActions = {}
113 self.drawingActions["switchToSlideMode"] = "drawingSwitchToSlideMode();"
114 self.drawingActions["pathWidthDefault"] = "drawingResetPathWidth();"
115 self.drawingActions["pathWidth1"] = "drawingSetPathWidth(1.0);"
116 self.drawingActions["pathWidth3"] = "drawingSetPathWidth(3.0);"
117 self.drawingActions["pathWidth5"] = "drawingSetPathWidth(5.0);"
118 self.drawingActions["pathWidth7"] = "drawingSetPathWidth(7.0);"
119 self.drawingActions["pathWidth9"] = "drawingSetPathWidth(9.0);"
120 self.drawingActions["pathColourBlue"] = "drawingSetPathColour(\"blue\");"
121 self.drawingActions["pathColourCyan"] = "drawingSetPathColour(\"cyan\");"
122 self.drawingActions["pathColourGreen"] = "drawingSetPathColour(\"green\");"
123 self.drawingActions["pathColourBlack"] = "drawingSetPathColour(\"black\");"
124 self.drawingActions["pathColourMagenta"] = "drawingSetPathColour(\"magenta\");"
125 self.drawingActions["pathColourOrange"] = "drawingSetPathColour(\"orange\");"
126 self.drawingActions["pathColourRed"] = "drawingSetPathColour(\"red\");"
127 self.drawingActions["pathColourWhite"] = "drawingSetPathColour(\"white\");"
128 self.drawingActions["pathColourYellow"] = "drawingSetPathColour(\"yellow\");"
129 self.drawingActions["undo"] = "drawingUndo();"
166 self.drawingKeyCodes[val + "_KEY"] = self.drawingActions[action]
168 self.drawingCharCodes[val] = self.drawingActions[action]