#include <KoFlake.h>
Types publics | |
enum | SelectionType { FullSelection, StrippedSelection, TopLevelSelection } |
the selection type for KoSelection::selectedObjects() Plus de détails... | |
enum | SelectionHandle { TopMiddleHandle, TopRightHandle, RightMiddleHandle, BottomRightHandle, BottomMiddleHandle, BottomLeftHandle, LeftMiddleHandle, TopLeftHandle, NoHandle } |
Enum determining which handle is meant, used in KoInteractionTool. Plus de détails... | |
enum | ShapeSelection { Selected, Unselected, NextUnselected, ShapeOnTop } |
Fonctions membres privées | |
KoFlake () |
Définition à la ligne 25 du fichier KoFlake.h.
the selection type for KoSelection::selectedObjects()
FullSelection | Create a list of all objects in the selection. |
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. |
Enum determining which handle is meant, used in KoInteractionTool.
Used to change the behavior of KoShapeManager::shapeAt()
KoFlake::KoFlake | ( | ) | [private] |