libs/flake
KoFlake Namespace Reference
Flake reference. More...
Enumerations | |
| enum | Position { TopLeftCorner, TopRightCorner, BottomLeftCorner, BottomRightCorner, CenteredPosition } |
| enum | SelectionHandle { TopMiddleHandle, TopRightHandle, RightMiddleHandle, BottomRightHandle, BottomMiddleHandle, BottomLeftHandle, LeftMiddleHandle, TopLeftHandle, NoHandle } |
| enum | SelectionType { FullSelection, StrippedSelection, TopLevelSelection } |
| enum | ShapeSelection { Selected, Unselected, NextUnselected, ShapeOnTop } |
| enum | StyleType { Background, Foreground } |
Functions | |
| FLAKE_EXPORT QGradient * | cloneGradient (const QGradient *gradient) |
Detailed Description
Flake reference.
Enumeration Type Documentation
| enum KoFlake::Position |
position. See KoShape::absolutePosition()
Enum determining which handle is meant, used in KoInteractionTool.
- Enumerator:
the selection type for KoSelection::selectedObjects()
- Enumerator:
FullSelection Create a list of all user-shapes in the selection. This excludes KoShapeGroup grouping objects that may be selected.
StrippedSelection Create a stripped list, without children if the container is also in the list.
TopLevelSelection Create a list, much like the StrippedSelection, but have the KoShapeGroup instead of all of its children if one is selected.
Used to change the behavior of KoShapeManager::shapeAt().
- Enumerator:
| enum KoFlake::StyleType |
Function Documentation
clones the given gradient
Definition at line 29 of file KoFlake.cpp.
