#include <Manipulator.h>
Inheritance diagram for CManipulator:
Public Methods | |
virtual void __fastcall | Move (const CPoint &dmov, const CManipulateModificator &mod) |
virtual void __fastcall | Rotate (const CPoint &drot, const CManipulateModificator &mod) |
virtual void __fastcall | SetLevel (EDrawLevel level) |
virtual bool __fastcall | StartManipulate (void) |
void __fastcall | SetRotate (const CPoint &rot) |
void __fastcall | SetPos (const CPoint &pos) |
void __fastcall | SetTrans (const CTransformation &tran) |
const CPoint &__fastcall | GetPos (void) const |
const CPoint &__fastcall | GetRotate (void) const |
const CTransformation &__fastcall | GetTrans (void) const |
void __fastcall | SetCentrum (const CPoint ¢rum) |
const CPoint &__fastcall | GetCentrum (void) |
virtual void __fastcall | ManipDraw (void) |