9#include "qwayland-server-viewporter.h"
15class SurfaceInterface;
30 void wp_viewport_set_source(Resource *resource, wl_fixed_t x, wl_fixed_t y, wl_fixed_t width, wl_fixed_t height)
override;
Resource representing a wl_surface.
void wp_viewport_set_source(Resource *resource, wl_fixed_t x, wl_fixed_t y, wl_fixed_t width, wl_fixed_t height) override
ViewportInterface(SurfaceInterface *surface, wl_resource *resource)
~ViewportInterface() override
void wp_viewport_destroy(Resource *resource) override
void wp_viewport_set_destination(Resource *resource, int32_t width, int32_t height) override
void wp_viewport_destroy_resource(Resource *resource) override
static ViewportInterface * get(SurfaceInterface *surface)
QPointer< SurfaceInterface > surface