Home
last modified time | relevance | path

Searched refs:EventEntry (Results 1 – 3 of 3) sorted by relevance

/trunk/main/slideshow/source/inc/
H A Deventqueue.hxx126 struct EventEntry : public ::std::unary_function<EventEntry, bool> struct in slideshow::internal::EventQueue
131 … bool operator<( const EventEntry& ) const; // to leverage priority_queue's default compare
133 EventEntry( EventSharedPtr const& p, double t ) in EventEntry() function
137 typedef ::std::priority_queue< EventEntry > ImplQueueType;
139 typedef ::std::vector<EventEntry> EventEntryVector;
/trunk/main/slideshow/source/engine/
H A Deventqueue.cxx50 bool EventQueue::EventEntry::operator<( const EventEntry& rEvent ) const in operator <()
120 maEvents.push( EventEntry( rEvent, rEvent->getActivationTime( in addEvent()
140 EventEntry( rEvent, rEvent->getActivationTime( in addEventForNextRound()
162 EventEntry( in addEventWhenQueueIsEmpty()
206 const EventEntry aEvent (maNextNextEvents.top()); in process_()
218 EventEntry event( maEvents.top() ); in process_()
/trunk/main/basctl/source/basicide/
H A Ddoceventnotifier.cxx147 struct EventEntry in notifyEvent() struct
152 EventEntry aEvents[] = { in notifyEvent()

Completed in 18 milliseconds