kig
#include <point_type.h>

Public Member Functions | |
| ObjectImp * | calc (const Args &parents, const KigDocument &) const | 
| bool | canMove (const ObjectTypeCalcer &ourobj) const | 
| void | executeAction (int i, ObjectHolder &, ObjectTypeCalcer &o, KigPart &d, KigWidget &w, NormalMode &m) const | 
| bool | inherits (int type) const | 
| bool | isFreelyTranslatable (const ObjectTypeCalcer &ourobj) const | 
| std::vector< ObjectCalcer * > | movableParents (const ObjectTypeCalcer &ourobj) const | 
| void | move (ObjectTypeCalcer &ourobj, const Coordinate &to, const KigDocument &) const | 
| const Coordinate | moveReferencePoint (const ObjectTypeCalcer &ourobj) const | 
| const ObjectImpType * | resultId () const | 
| QStringList | specialActions () const | 
  Public Member Functions inherited from ArgsParserObjectType | |
| const ArgsParser & | argsParser () const | 
| const ObjectImpType * | impRequirement (const ObjectImp *o, const Args &parents) const | 
| bool | isDefinedOnOrThrough (const ObjectImp *o, const Args &parents) 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 () | 
| const char * | fullName () const | 
| virtual bool | isTransform () const | 
Static Public Member Functions | |
| static const ConstrainedPointType * | instance () | 
Additional Inherited Members | |
  Public Types inherited from ObjectType | |
| enum | { ID_ConstrainedPointType, ID_LocusType, ID_FixedPointType } | 
  Protected Member Functions inherited from ArgsParserObjectType | |
| ArgsParserObjectType (const char fulltypename[], const struct ArgsParser::spec argsspec[], int n) | |
  Protected Member Functions inherited from ObjectType | |
| ObjectType (const char fulltypename[]) | |
  Protected Attributes inherited from ArgsParserObjectType | |
| const ArgsParser | margsparser | 
Detailed Description
Definition at line 115 of file point_type.h.
Member Function Documentation
      
  | 
  virtual | 
Implements ObjectType.
Definition at line 130 of file point_type.cc.
      
  | 
  virtual | 
Reimplemented from ObjectType.
Definition at line 228 of file point_type.cc.
      
  | 
  virtual | 
execute the i 'th action from the specialActions above. 
Reimplemented from ObjectType.
Definition at line 423 of file point_type.cc.
      
  | 
  virtual | 
Reimplemented from ObjectType.
Definition at line 293 of file point_type.cc.
      
  | 
  static | 
Definition at line 298 of file point_type.cc.
      
  | 
  virtual | 
Reimplemented from ObjectType.
Definition at line 233 of file point_type.cc.
      
  | 
  virtual | 
Reimplemented from ObjectType.
Definition at line 491 of file point_type.cc.
      
  | 
  virtual | 
Reimplemented from ObjectType.
Definition at line 211 of file point_type.cc.
      
  | 
  virtual | 
Reimplemented from ObjectType.
Definition at line 472 of file point_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 331 of file point_type.cc.
      
  | 
  virtual | 
return i18n'd names for the special actions.
Reimplemented from ObjectType.
Definition at line 375 of file point_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:40 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