H A D | event-tracker.h | 2 * Inkscape::Debug::EventTracker - semi-automatically track event lifetimes 23 template <typename Event=NoInitialEvent> class EventTracker; 144 template <typename EventType> class EventTracker : public EventTrackerBase { class in namespace:Inkscape::Debug 146 EventTracker() : EventTrackerBase(true) { Logger::start<EventType>(); } function in class:Inkscape::Debug::EventTracker 149 EventTracker(A const &a) : EventTrackerBase(true) { function in class:Inkscape::Debug::EventTracker 154 EventTracker(A const &a, B const &b) : EventTrackerBase(true) { function in class:Inkscape::Debug::EventTracker 159 EventTracker(A const &a, B const &b, C const &c) : EventTrackerBase(true) { function in class:Inkscape::Debug::EventTracker 164 EventTracker(A const &a, B const &b, C const &c, D const &d) function in class:Inkscape::Debug::EventTracker 171 EventTracker(A const &a, B const &b, C const &c, D const &d, E const &e) function in class:Inkscape::Debug::EventTracker 179 EventTracker( function in class:Inkscape::Debug::EventTracker 188 EventTracker(A const &a, B const &b, C const &c, D const &d, function in class:Inkscape::Debug::EventTracker 197 EventTracker(A const &a, B const &b, C const &c, D const &d, function in class:Inkscape::Debug::EventTracker 205 template <> class EventTracker<NoInitialEvent> : public EventTrackerBase { class in namespace:Inkscape::Debug 207 EventTracker() : EventTrackerBase(false) {} function in class:Inkscape::Debug::EventTracker [all...] |