KWin
Loading...
Searching...
No Matches
Public Slots | Signals | Public Member Functions | List of all members
KWin::VsyncMonitor Class Referenceabstract

#include <vsyncmonitor.h>

Inheritance diagram for KWin::VsyncMonitor:
KWin::OMLSyncControlVsyncMonitor KWin::SGIVideoSyncVsyncMonitor KWin::SoftwareVsyncMonitor

Public Slots

virtual void arm ()=0
 

Signals

void errorOccurred ()
 
void vblankOccurred (std::chrono::nanoseconds timestamp)
 

Public Member Functions

 VsyncMonitor ()
 

Detailed Description

The VsyncMonitor class provides a convenient way to monitor vblank events.

Definition at line 21 of file vsyncmonitor.h.

Constructor & Destructor Documentation

◆ VsyncMonitor()

KWin::VsyncMonitor::VsyncMonitor ( )
explicitdefault

Member Function Documentation

◆ arm

virtual void KWin::VsyncMonitor::arm ( )
pure virtualslot

◆ errorOccurred

void KWin::VsyncMonitor::errorOccurred ( )
signal

◆ vblankOccurred

void KWin::VsyncMonitor::vblankOccurred ( std::chrono::nanoseconds timestamp)
signal

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