|
Choreonoid
1.8
|
#include <BodyKinematicsEditRecord.h>
Public Member Functions | |
| BodyKinematicsEditRecord (BodyItem *bodyItem, BodyKinematicsEditRecord *prevRecord) | |
| BodyKinematicsEditRecord (const BodyKinematicsEditRecord &org) | |
| virtual EditRecord * | clone () const override |
| virtual bool | undo () override |
| virtual bool | redo () override |
Public Member Functions inherited from cnoid::EditRecord | |
| virtual std::string | label () const =0 |
| bool | applyUndo () |
| bool | applyRedo () |
| void | flip () |
| bool | isReverse () const |
| EditRecord * | getFlipped () const |
Public Member Functions inherited from cnoid::Referenced | |
| virtual | ~Referenced () |
Public Attributes | |
| BodyItemPtr | bodyItem |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::EditRecord | |
| EditRecord () | |
| EditRecord (const EditRecord &org) | |
Protected Member Functions inherited from cnoid::Referenced | |
| Referenced () | |
| Referenced (const Referenced &) | |
| int | refCount () const |
| BodyKinematicsEditRecord::BodyKinematicsEditRecord | ( | BodyItem * | bodyItem, |
| BodyKinematicsEditRecord * | prevRecord | ||
| ) |
| BodyKinematicsEditRecord::BodyKinematicsEditRecord | ( | const BodyKinematicsEditRecord & | org | ) |
|
overridevirtual |
Implements cnoid::EditRecord.
|
overridevirtual |
Implements cnoid::EditRecord.
|
overridevirtual |
Implements cnoid::EditRecord.
| BodyItemPtr cnoid::BodyKinematicsEditRecord::bodyItem |
1.8.17