35 #ifndef ANA_OBJECT_LOADEVENT_H
36 #define ANA_OBJECT_LOADEVENT_H
77 virtual bool event( QEvent *e );
82 void* clientid,
bool last );
virtual ~AObjectLoadEvent()
carto::Object loadOptions()
const ObjectReader::PostRegisterList & subObjects()
AObjectLoadEvent(AObject *newobject, const ObjectReader::PostRegisterList &subObjects, carto::Object options, void *clientid, bool last=true)
Base Anatomist object (abstract)
static ObjectReaderNotifier * notifier()
ObjectReaderNotifier(QObject *parent=0)
virtual bool event(QEvent *e)
void objectLoaded(AObject *obj, const ObjectReader::PostRegisterList &subobjects, void *clientid, bool last)
virtual ~ObjectReaderNotifier()
std::vector< std::pair< AObject *, bool > > PostRegisterList