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

#include <renderbackend.h>

Inheritance diagram for KWin::PresentationFeedback:
KWin::PresentationTimeFeedback

Public Member Functions

 PresentationFeedback ()=default
 
 PresentationFeedback (const PresentationFeedback &copy)=delete
 
 PresentationFeedback (PresentationFeedback &&move)=default
 
virtual ~PresentationFeedback ()=default
 
virtual void presented (std::chrono::nanoseconds refreshCycleDuration, std::chrono::nanoseconds timestamp, PresentationMode mode)=0
 

Detailed Description

Definition at line 30 of file renderbackend.h.

Constructor & Destructor Documentation

◆ PresentationFeedback() [1/3]

KWin::PresentationFeedback::PresentationFeedback ( )
explicitdefault

◆ PresentationFeedback() [2/3]

KWin::PresentationFeedback::PresentationFeedback ( const PresentationFeedback & copy)
delete

◆ PresentationFeedback() [3/3]

KWin::PresentationFeedback::PresentationFeedback ( PresentationFeedback && move)
default

◆ ~PresentationFeedback()

virtual KWin::PresentationFeedback::~PresentationFeedback ( )
virtualdefault

Member Function Documentation

◆ presented()

virtual void KWin::PresentationFeedback::presented ( std::chrono::nanoseconds refreshCycleDuration,
std::chrono::nanoseconds timestamp,
PresentationMode mode )
pure virtual

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