Krita Source Code Documentation
Loading...
Searching...
No Matches
KisWaylandAPISurface Class Reference

#include <KisWaylandAPISurface.h>

+ Inheritance diagram for KisWaylandAPISurface:

Public Member Functions

 KisWaylandAPISurface (::wp_color_management_surface_v1 *obj, std::unique_ptr< KisWaylandAPISurfaceFeedback > &&feedback)
 
 ~KisWaylandAPISurface ()
 

Public Attributes

std::unique_ptr< KisWaylandAPISurfaceFeedbackm_feedback
 

Detailed Description

Definition at line 31 of file KisWaylandAPISurface.h.

Constructor & Destructor Documentation

◆ KisWaylandAPISurface()

KisWaylandAPISurface::KisWaylandAPISurface ( ::wp_color_management_surface_v1 * obj,
std::unique_ptr< KisWaylandAPISurfaceFeedback > && feedback )
explicit

Definition at line 35 of file KisWaylandAPISurface.cpp.

36 : QtWayland::wp_color_management_surface_v1(obj)
37 , m_feedback(std::move(feedback))
38{
39}
std::unique_ptr< KisWaylandAPISurfaceFeedback > m_feedback

◆ ~KisWaylandAPISurface()

KisWaylandAPISurface::~KisWaylandAPISurface ( )

Definition at line 41 of file KisWaylandAPISurface.cpp.

42{
43 wp_color_management_surface_v1_destroy(object());
44}

Member Data Documentation

◆ m_feedback

std::unique_ptr<KisWaylandAPISurfaceFeedback> KisWaylandAPISurface::m_feedback

Definition at line 38 of file KisWaylandAPISurface.h.


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