kig
AngleType Class Reference
#include <angle_type.h>
Inheritance diagram for AngleType:

Detailed Description
Definition at line 24 of file angle_type.h.
Public Member Functions | |
| ObjectImp * | calc (const Args &args, const KigDocument &) const |
| void | executeAction (int i, ObjectHolder &o, ObjectTypeCalcer &c, KigPart &d, KigWidget &w, NormalMode &m) const |
| const ObjectImpType * | resultId () const |
| QStringList | specialActions () const |
Static Public Member Functions | |
| static const AngleType * | instance () |
Member Function Documentation
| ObjectImp * AngleType::calc | ( | const Args & | args, | |
| const KigDocument & | ||||
| ) | const [virtual] |
| void AngleType::executeAction | ( | int | i, | |
| ObjectHolder & | o, | |||
| ObjectTypeCalcer & | t, | |||
| KigPart & | d, | |||
| KigWidget & | w, | |||
| NormalMode & | m | |||
| ) | const [virtual] |
execute the i 'th action from the specialActions above.
Reimplemented from ObjectType.
Definition at line 108 of file angle_type.cc.
| const AngleType * AngleType::instance | ( | ) | [static] |
Definition at line 63 of file angle_type.cc.
| const ObjectImpType * AngleType::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 96 of file angle_type.cc.
| QStringList AngleType::specialActions | ( | ) | const [virtual] |
return i18n'd names for the special actions.
Reimplemented from ObjectType.
Definition at line 101 of file angle_type.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference