Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::Debug::EventTracker< typename > Class Template Reference

#include <event-tracker.h>

Inheritance diagram for Inkscape::Debug::EventTracker< typename >:
Inkscape::Debug::EventTrackerBase

Public Member Functions

template<typename... Args>
 EventTracker (Args &&...)
 
template<typename , typename... Args>
void set (Args &&...)
 
void clear ()
 
template<typename... Args>
 EventTracker (Args &&... args)
 
- Public Member Functions inherited from Inkscape::Debug::EventTrackerBase
virtual ~EventTrackerBase ()
 
template<typename EventType , typename... Args>
void set (Args &&... args)
 
void clear ()
 

Additional Inherited Members

- Protected Member Functions inherited from Inkscape::Debug::EventTrackerBase
 EventTrackerBase (bool active)
 

Detailed Description

template<typename = void>
class Inkscape::Debug::EventTracker< typename >

Definition at line 24 of file event-tracker.h.

Constructor & Destructor Documentation

◆ EventTracker() [1/2]

template<typename = void>
template<typename... Args>
Inkscape::Debug::EventTracker< typename >::EventTracker ( Args &&  ...)
inline

Definition at line 25 of file event-tracker.h.

◆ EventTracker() [2/2]

template<typename = void>
template<typename... Args>
Inkscape::Debug::EventTracker< typename >::EventTracker ( Args &&...  args)
inline

Definition at line 71 of file event-tracker.h.

Member Function Documentation

◆ clear()

template<typename = void>
void Inkscape::Debug::EventTracker< typename >::clear ( )
inline

Definition at line 27 of file event-tracker.h.

◆ set()

template<typename = void>
template<typename , typename... Args>
void Inkscape::Debug::EventTracker< typename >::set ( Args &&  ...)
inline

The documentation for this class was generated from the following file: