|
Krita Source Code Documentation
|
#include <KisHandleStyle.h>
Classes | |
| struct | IterationStyle |
Static Public Member Functions | |
| static KisHandleStyle & | gradientArrows (KisHandlePalette palette=KisHandlePalette()) |
| static KisHandleStyle & | gradientHandles (KisHandlePalette palette=KisHandlePalette()) |
| static KisHandleStyle & | highlightedPrimaryHandles (KisHandlePalette palette=KisHandlePalette()) |
| static KisHandleStyle & | highlightedPrimaryHandlesWithSolidOutline (KisHandlePalette palette=KisHandlePalette()) |
| static KisHandleStyle & | inheritStyle () |
| static KisHandleStyle & | partiallyHighlightedPrimaryHandles (KisHandlePalette palette=KisHandlePalette()) |
| static KisHandleStyle & | primarySelection (KisHandlePalette palette=KisHandlePalette()) |
| static KisHandleStyle & | secondarySelection (KisHandlePalette palette=KisHandlePalette()) |
| static KisHandleStyle & | selectedPrimaryHandles (KisHandlePalette palette=KisHandlePalette()) |
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 44 of file KisHandleStyle.h.
|
static |
Style for painting linear gradient arrows
Definition at line 79 of file KisHandleStyle.cpp.
References palette, and primarySelection().
|
static |
Style for painting gradient handles
Definition at line 67 of file KisHandleStyle.cpp.
References palette.
|
static |
Same as primary style, but the handles are filled with red color to show that the user is hovering them.
Definition at line 85 of file KisHandleStyle.cpp.
References palette.
|
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 97 of file KisHandleStyle.cpp.
References palette.
|
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 30 of file KisHandleStyle.cpp.
References lineIterations.
|
static |
Used for nodes, which control points are highlighted (the node itself is not highlighted)
Definition at line 115 of file KisHandleStyle.cpp.
References palette.
|
static |
Main style. Used for showing a single selection or a boundary box of multiple selected objects.
Definition at line 43 of file KisHandleStyle.cpp.
References palette.
|
static |
Secondary style. Used for highlighting objects inside a multiple selection.
Definition at line 55 of file KisHandleStyle.cpp.
References palette.
|
static |
Same as primary style, but the handles are filled with green color to show that they are selected.
Definition at line 127 of file KisHandleStyle.cpp.
References palette.
| QVector<IterationStyle> KisHandleStyle::handleIterations |
Definition at line 112 of file KisHandleStyle.h.
| QVector<IterationStyle> KisHandleStyle::lineIterations |
Definition at line 113 of file KisHandleStyle.h.