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


Public Member Functions | |
| AObjectLoadEvent (AObject *newobject, const ObjectReader::PostRegisterList &subObjects, carto::Object options, void *clientid, bool last=true) | |
| virtual | ~AObjectLoadEvent () |
| AObject * | newObject () |
| const ObjectReader::PostRegisterList & | subObjects () |
| carto::Object | loadOptions () |
| void * | clientid () |
| bool | isLast () const |
Static Public Member Functions | |
| static Type | eventType () |
Definition at line 45 of file loadevent.h.
| anatomist::AObjectLoadEvent::AObjectLoadEvent | ( | AObject * | newobject, |
| const ObjectReader::PostRegisterList & | subObjects, | ||
| carto::Object | options, | ||
| void * | clientid, | ||
| bool | last = true ) |
References clientid(), and subObjects().
|
virtual |
| void * anatomist::AObjectLoadEvent::clientid | ( | ) |
Referenced by AObjectLoadEvent().
|
static |
| bool anatomist::AObjectLoadEvent::isLast | ( | ) | const |
| carto::Object anatomist::AObjectLoadEvent::loadOptions | ( | ) |
| AObject * anatomist::AObjectLoadEvent::newObject | ( | ) |
| const ObjectReader::PostRegisterList & anatomist::AObjectLoadEvent::subObjects | ( | ) |
Referenced by AObjectLoadEvent().