Searched refs:EntityDefaultedEvent (Results 1 – 8 of 8) sorted by relevance
788 class EntityDefaultedEvent : public LocatedEvent {790 EntityDefaultedEvent(const ConstPtr<Entity> &,796 EntityDefaultedEvent(const EntityDefaultedEvent &); // undefined797 void operator=(const EntityDefaultedEvent &); // undefined860 virtual void entityDefaulted(EntityDefaultedEvent *);1323 const Entity &EntityDefaultedEvent::entity() const in entity()1329 const ConstPtr<Entity> &EntityDefaultedEvent::entityPointer() in entityPointer()
33 void entityDefaulted(EntityDefaultedEvent *);
43 EVENT(EntityDefaultedEvent, entityDefaulted)
521 EntityDefaultedEvent::EntityDefaultedEvent(const ConstPtr<Entity> &entity, in EntityDefaultedEvent() function in SP_NAMESPACE::EntityDefaultedEvent
516 EntityDefaultedEvent(entity, in lookupEntity()
274 void GenericEventHandler::entityDefaulted(EntityDefaultedEvent *event) in entityDefaulted()
77 void entityDefaulted(EntityDefaultedEvent *event);
157 void SgmlsEventHandler::entityDefaulted(EntityDefaultedEvent *event) in entityDefaulted()