Référence de la classe KoFlake

#include <KoFlake.h>

Liste de tous les membres

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 ()


Description détaillée

Flake reference

Définition à la ligne 25 du fichier KoFlake.h.


Documentation des énumérations membres

enum KoFlake::SelectionType

the selection type for KoSelection::selectedObjects()

Valeurs énumérées:
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.

Définition à la ligne 28 du fichier KoFlake.h.

enum KoFlake::SelectionHandle

Enum determining which handle is meant, used in KoInteractionTool.

Valeurs énumérées:
TopMiddleHandle  The handle that is at the top - center of a selection.
TopRightHandle  The handle that is at the top - right of a selection.
RightMiddleHandle  The handle that is at the right - center of a selection.
BottomRightHandle  The handle that is at the bottom right of a selection.
BottomMiddleHandle  The handle that is at the bottom center of a selection.
BottomLeftHandle  The handle that is at the bottom left of a selection.
LeftMiddleHandle  The handle that is at the left center of a selection.
TopLeftHandle  The handle that is at the top left of a selection.
NoHandle  Value to indicate no handle.

Définition à la ligne 35 du fichier KoFlake.h.

enum KoFlake::ShapeSelection

Used to change the behavior of KoShapeManager::shapeAt()

Valeurs énumérées:
Selected  return the first selected with the highest z-ordering (i.e. on top).
Unselected  return the first unselected on top.
NextUnselected  return the first unselected directly under a selected shape, or the top most one if nothing is selected.
ShapeOnTop  return the shape highest z-ordering, regardless of selection.

Définition à la ligne 50 du fichier KoFlake.h.


Documentation des contructeurs et destructeur

KoFlake::KoFlake (  )  [private]


La documentation de cette classe a été générée à partir du fichier suivant :
Généré le Wed Nov 22 23:45:36 2006 pour KPlato par  doxygen 1.5.1-p1