kig
#include <python_type.h>

Public Member Functions | |
| ObjectImp * | calc (const Args &parents, const KigDocument &d) const | 
| const ObjectImpType * | impRequirement (const ObjectImp *o, const Args &parents) const | 
| bool | isDefinedOnOrThrough (const ObjectImp *o, const Args &parents) const | 
| const ObjectImpType * | resultId () const | 
| std::vector< ObjectCalcer * > | sortArgs (const std::vector< ObjectCalcer * > &args) const | 
| Args | sortArgs (const Args &args) const | 
  Public Member Functions inherited from ObjectType | |
| virtual | ~ObjectType () | 
| virtual bool | canMove (const ObjectTypeCalcer &ourobj) const | 
| virtual void | executeAction (int i, ObjectHolder &o, ObjectTypeCalcer &t, KigPart &d, KigWidget &w, NormalMode &m) const | 
| const char * | fullName () const | 
| virtual bool | inherits (int type) const | 
| virtual bool | isFreelyTranslatable (const ObjectTypeCalcer &ourobj) const | 
| virtual bool | isTransform () const | 
| virtual std::vector < ObjectCalcer * >  | movableParents (const ObjectTypeCalcer &ourobj) const | 
| virtual void | move (ObjectTypeCalcer &ourobj, const Coordinate &to, const KigDocument &d) const | 
| virtual const Coordinate | moveReferencePoint (const ObjectTypeCalcer &ourobj) const | 
| virtual QStringList | specialActions () const | 
Static Public Member Functions | |
| static const PythonCompileType * | instance () | 
Additional Inherited Members | |
  Public Types inherited from ObjectType | |
| enum | { ID_ConstrainedPointType, ID_LocusType, ID_FixedPointType } | 
  Protected Member Functions inherited from ObjectType | |
| ObjectType (const char fulltypename[]) | |
Detailed Description
Definition at line 23 of file python_type.h.
Member Function Documentation
      
  | 
  virtual | 
Implements ObjectType.
Definition at line 111 of file python_type.cc.
      
  | 
  virtual | 
Supposing that parents would be given as parents to this type's calc function, this function returns the ObjectImp id that o should at least have. 
( o should be part of parents ) 
Implements ObjectType.
Definition at line 101 of file python_type.cc.
      
  | 
  static | 
Definition at line 95 of file python_type.cc.
      
  | 
  virtual | 
Supposing that parents would be given as parents to this type's calc function, this function returns whether the returned ObjectImp will be, by construction, on o ( if o is a curve ), or through o ( if o is a point ). 
Implements ObjectType.
Definition at line 186 of file python_type.cc.
      
  | 
  virtual | 
returns the ObjectImp id of the ObjectImp's produced by this ObjectType.
if the ObjectType can return different sorts of ObjectImp's, it should return the biggest common id, or ID_AnyImp.
Implements ObjectType.
Definition at line 106 of file python_type.cc.
      
  | 
  virtual | 
Implements ObjectType.
Definition at line 166 of file python_type.cc.
Implements ObjectType.
Definition at line 171 of file python_type.cc.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from