Searched refs:IsAutoDelete (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/registrar/
H A DEvent.cpp120 // IsAutoDelete
126 Event::IsAutoDelete() const function in class:Event
139 delete the object. This does not override the IsAutoDelete() value. If
140 IsAutoDelete() is \c true, then the object is deleted regardless of this
141 method's return value, but if IsAutoDelete() is \c false, this method's
143 of IsAutoDelete() and the return value of Do() specifies whether the
154 \note IsAutoDelete() is checked by the event queue before Do() is invoked.
165 \c false, if IsAutoDelete() shall be checked for this decision.
H A DEvent.h45 bool IsAutoDelete() const;
H A DEventQueue.cpp33 its Event::Do() method. If the event's Event::IsAutoDelete() or its Do()
112 IsAutoDelete() returns \c true are deleted.
118 if (event->IsAutoDelete())
352 bool autoDeleteEvent = event->IsAutoDelete();

Completed in 39 milliseconds