kig
AffinityB2TrType Class Reference
#include <transform_types.h>
Inheritance diagram for AffinityB2TrType:

Detailed Description
Definition at line 155 of file transform_types.h.
Public Member Functions | |
| ObjectImp * | calc (const Args &args, const KigDocument &) const |
| bool | isTransform () const |
| const ObjectImpType * | resultId () const |
Static Public Member Functions | |
| static const AffinityB2TrType * | instance () |
Member Function Documentation
| ObjectImp * AffinityB2TrType::calc | ( | const Args & | args, | |
| const KigDocument & | ||||
| ) | const [virtual] |
| const AffinityB2TrType * AffinityB2TrType::instance | ( | ) | [static] |
Definition at line 448 of file transform_types.cc.
| bool AffinityB2TrType::isTransform | ( | ) | const [virtual] |
is this object type a transformation type.
We want to know this cause transform types are shown separately in an object's RMB menu.
Reimplemented from ObjectType.
Definition at line 792 of file transform_types.cc.
| const ObjectImpType * AffinityB2TrType::resultId | ( | ) | const [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 717 of file transform_types.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference