|
| ElementEditor (Geometry::Element &element) |
|
virtual | ~ElementEditor () |
|
virtual Coord3 | getDirection (GeomPosID) const |
|
virtual Coord3 | getDirectionPlaneNormal (GeomPosID) const |
|
virtual void | getEditIDs (TypeSet< GeomPosID > &) const |
|
Element & | getElement () |
|
const Element & | getElement () const |
|
virtual Coord3 | getNormal (GeomPosID) const |
|
virtual Coord3 | getPosition (GeomPosID) const |
|
virtual bool | maySetDirection (GeomPosID) const |
|
virtual bool | maySetNormal (GeomPosID) const |
|
virtual bool | mayTranslate1D (GeomPosID) const |
|
virtual bool | mayTranslate2D (GeomPosID) const |
|
virtual bool | mayTranslate3D (GeomPosID) const |
|
virtual bool | setDirection (GeomPosID, const Coord3 &) |
|
virtual bool | setNormal (GeomPosID, const Coord3 &) |
|
virtual bool | setPosition (GeomPosID, const Coord3 &) |
|
virtual Coord3 | translation1DDirection (GeomPosID) const |
|
virtual Coord3 | translation2DNormal (GeomPosID) const |
|
| CallBacker () |
|
| CallBacker (const CallBacker &) |
|
virtual | ~CallBacker () |
|
bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
|
bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
|
void | detachAllNotifiers () const |
| Call from the destructor of your inherited object. More...
|
|
void | detachCB (const NotifierAccess &, const CallBack &) const |
|
void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
|
virtual bool | isCapsule () const |
|
bool | isNotifierAttached (const NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|
void | stopReceivingNotifications () const |
|
virtual CallBacker * | trueCaller () |
|