This object controls most of the tool properties that can be found on the Tool Properties Panel. The Tool Presets view must have been loaded for these function to be available.
More...
|
|
void | setApplyAllArts (bool b) |
| set the Apply to Line Art and Colour Art checkbox state to b; in the Select Tool Options. More...
|
|
|
void | setDrawBehindMode (bool b) |
| toggle the Draw Behind mode of the Brush tool More...
|
|
void | setAutoCreateColourArt (bool b) |
| set the auto create colour art mode of the current tool to b if applicable. More...
|
|
void | setAutoFlattenMode (bool b) |
| set the auto flatten mode if applicable. More...
|
|
void | setRespectProtectedColourMode (bool b) |
| set the Respect Protected Colour mode if applicable. More...
|
|
void | setDrawingMagnifierMode (bool b) |
| set the magnifier mode More...
|
|
|
void | setMarkeeMode (bool b) |
| set the select tool mode selection to Lasso or Marquee. If b is true, the mode will be set to Marquee. More...
|
|
void | setSnapping (bool contour, bool align, bool grid) |
| set the snapping mode for the contour, align and grid mode all to the modes specified in argument. More...
|
|
void | setPermanentSelectionMode (bool b) |
| will turn the permanent selection mode on/off depending on the parameter More...
|
|
void | setSelectByColourMode (bool b) |
| set the select by colour mode of the Select tool . More...
|
|
|
void | setShowHideAllContourEditingControls (bool b) |
| toggle whether contour editor shows all tool controls or not. More...
|
|
|
void | setPegSelectionMode (bool b) |
| set the selection mode of the transform tool to peg mode if b is true More...
|
|
void | setTransformToolSnapping (bool align, bool grid) |
| set the align and grid snapping modes of the transform tool. More...
|
|
void | setShowHideManipulatorControls (bool b) |
| will hide the transform tool manipulator if b is true More...
|
|
|
void | setPaintAndRemoveTextureMode (bool b) |
| instruct the paint tool to remove the opacity texture if b is true. More...
|
|
void | setUsedStoredColourGradientMode (bool b) |
| instruct the paint tool to use the gradient/texture matrix stored in the tool if b is true. More...
|
|
void | setPaintToolShouldSelectPaintedZonesAfterPainting (bool b) |
| If b is true, the paint tool will select the newly painted zone after painting. This can be useful if you want to edit a gradient on multiple zones after painting. More...
|
|
void | setApplyAllDrawings (bool b) |
| set the apply all drawing mode to b More...
|
|
void | setApplyAllVisibleDrawings (bool b) |
| set the apply all visible drawing mode to b More...
|
|
void | setAutogapClosingMode (int m) |
| set the auto gap closing mode to m. Mode can be 0, 1, 2 or 3, Which corresponds to No Gap, Small, Medium and Large. More...
|
|
|
void | setAutoFillInside (bool b) |
| set the auto fill mode of Rectangle and Ellipse tool to b More...
|
|
|
void | setGestureCutter (bool b) |
| set the cutter's gesture mode to b More...
|
|
void | setMouseGestureBreakeMode (bool b) |
| set the cutter's gesture break mode to b More...
|
|
|
void | setShowInkableLines (bool b) |
| show the inkable lines if b is true More...
|
|
void | setSmartInkLineConnectionMode (bool b) |
| set the smart ink line connection mode to b More...
|
|
void | setInkLineSelectionMode (bool b) |
| instruct the ink tool to select inked lines after inking if b is true More...
|
|
void | setBringInkedLinesOnTop (bool b) |
| instruct the ink tool to bring inked lines on top after inking if b is true More...
|
|
void | setInkJoinMode (String) |
| set the join mode of the inked lines to be joinType. Join type can be one of: "ROUND_JOIN", "MITER_JOIN" or "BEVEL_JOIN" More...
|
|
|
void | setPencilTipMode (String pencilTip) |
| set the pencil tip shape used by the eraser, cutter, and ink tools whenever an existing pencil line gets split by the tool. More...
|
|
|
void | setLineBuildingMode (bool b) |
| set the line building mode of the Pencil tool to b. More...
|
|
void | setLinePushingMode (bool b) |
| set the line pushing mode of the Pencil tool to b. More...
|
|
void | setLineAutoGapClosing (bool b) |
| toggle the auto gap closing functionality for the line and pencil tools. When the auto gap functionality is on, the line or pencil tool tries to add a stroke line to cover the gap between the newly created line and any existing line. More...
|
|
This object controls most of the tool properties that can be found on the Tool Properties Panel. The Tool Presets view must have been loaded for these function to be available.