![]() |
anatomist 6.0.15
3D neuroimaging data viewer
|
#include <anatomist/object/objectmenu.h>


Public Types | |
| typedef void(* | CallbackFunc) (const std::set< AObject * > &) |
Public Types inherited from carto::RCObject | |
| typedef int | RefCounterType |
Public Member Functions | |
| ObjectMenuCallbackFunc (CallbackFunc cbk) | |
| virtual | ~ObjectMenuCallbackFunc () |
| virtual void | doit (const std::set< AObject * > &obj) |
| executes the callback | |
| virtual bool | operator== (const ObjectMenuCallback &) const |
Public Member Functions inherited from anatomist::ObjectMenuCallback | |
| ObjectMenuCallback () | |
| virtual | ~ObjectMenuCallback () |
| virtual bool | operator!= (const ObjectMenuCallback &) const |
Public Member Functions inherited from carto::RCObject | |
| RCObject () | |
| RCObject (const RCObject &) | |
| RCObject & | operator= (const RCObject &) |
| virtual | ~RCObject () |
Additional Inherited Members | |
Static Protected Member Functions inherited from carto::DefaultRefConstruction | |
| static const T * | release (const_ref< T > *) |
Definition at line 66 of file objectmenu.h.
| typedef void(* anatomist::ObjectMenuCallbackFunc::CallbackFunc) (const std::set< AObject * > &) |
Definition at line 69 of file objectmenu.h.
| anatomist::ObjectMenuCallbackFunc::ObjectMenuCallbackFunc | ( | CallbackFunc | cbk | ) |
|
virtual |
|
virtual |
executes the callback
| obj | objects it was called on |
Implements anatomist::ObjectMenuCallback.
|
virtual |
Reimplemented from anatomist::ObjectMenuCallback.
References anatomist::ObjectMenuCallback::ObjectMenuCallback().