Lines Matching full:event
29 /// Actual constructor to use that returns an optional, as the event might be
30 /// not apt for the IDE, e.g. an unnamed start event, or a redundant one.
33 /// ID for this event.
45 /// Previous event if this one is an update. If \b nullptr, then a start
46 /// event will be created.
55 /// \b true if two event messages would result in the same event for the
63 /// Report this progress event to the provided callback only if enough time
64 /// has passed since the creation of the event and since the previous reported
85 /// Class that keeps the start event and its most recent update.
86 /// It controls when the event should start being reported to the IDE.
92 /// Report the start event and the most recent update if the event has lasted
96 /// \b false if the event hasn't finished and hasn't reported anything
100 /// Receive a new progress event for the start event and try to report it if
106 /// \b true if a \a progressEnd event has been notified. There's no
107 /// need to try to report manually an event that has finished.
121 /// Class that filters out progress event messages that shouldn't be reported
131 /// Function to invoke to report the event to the IDE.
136 /// Add a new event to the internal queue and report the event if