|
Krita Source Code Documentation
|
#include <KisHandleStyle.h>
Classes | |
| struct | IterationStyle |
Static Public Member Functions | |
| static KisHandleStyle & | gradientArrows () |
| static KisHandleStyle & | gradientHandles () |
| static KisHandleStyle & | highlightedPrimaryHandles () |
| static KisHandleStyle & | highlightedPrimaryHandlesWithSolidOutline () |
| static KisHandleStyle & | inheritStyle () |
| static KisHandleStyle & | partiallyHighlightedPrimaryHandles () |
| static KisHandleStyle & | primarySelection () |
| static KisHandleStyle & | secondarySelection () |
| static KisHandleStyle & | selectedPrimaryHandles () |
Public Attributes | |
| QVector< IterationStyle > | handleIterations |
| QVector< IterationStyle > | lineIterations |
A special class that defines a set of predefined styles for painting handles. Please use static methods for requesting standard krita styles.
Definition at line 21 of file KisHandleStyle.h.
|
static |
Style for painting linear gradient arrows
Definition at line 88 of file KisHandleStyle.cpp.
References primarySelection().
|
static |
Style for painting gradient handles
Definition at line 76 of file KisHandleStyle.cpp.
|
static |
Same as primary style, but the handles are filled with red color to show that the user is hovering them.
Definition at line 94 of file KisHandleStyle.cpp.
|
static |
Same as primary style, but the handles are filled with red color to show that the user is hovering them and the outline is solid
Definition at line 106 of file KisHandleStyle.cpp.
|
static |
Default style that does no change to the painter. That is, the painter will paint with its current pen and brush.
Definition at line 39 of file KisHandleStyle.cpp.
References lineIterations.
|
static |
Used for nodes, which control points are highlighted (the node itself is not highlighted)
Definition at line 124 of file KisHandleStyle.cpp.
|
static |
Main style. Used for showing a single selection or a boundary box of multiple selected objects.
Definition at line 52 of file KisHandleStyle.cpp.
|
static |
Secondary style. Used for highlighting objects inside a multiple selection.
Definition at line 64 of file KisHandleStyle.cpp.
|
static |
Same as primary style, but the handles are filled with green color to show that they are selected.
Definition at line 136 of file KisHandleStyle.cpp.
| QVector<IterationStyle> KisHandleStyle::handleIterations |
Definition at line 89 of file KisHandleStyle.h.
| QVector<IterationStyle> KisHandleStyle::lineIterations |
Definition at line 90 of file KisHandleStyle.h.