#include <region_p.h>
|
void | region_destroy_resource (Resource *resource) override |
|
void | region_destroy (Resource *resource) override |
|
void | region_add (Resource *resource, int32_t x, int32_t y, int32_t width, int32_t height) override |
|
void | region_subtract (Resource *resource, int32_t x, int32_t y, int32_t width, int32_t height) override |
|
Definition at line 15 of file region_p.h.
◆ RegionInterface()
KWin::RegionInterface::RegionInterface |
( |
wl_resource * | resource | ) |
|
|
explicit |
◆ get()
◆ region()
QRegion KWin::RegionInterface::region |
( |
| ) |
const |
◆ region_add()
void KWin::RegionInterface::region_add |
( |
Resource * | resource, |
|
|
int32_t | x, |
|
|
int32_t | y, |
|
|
int32_t | width, |
|
|
int32_t | height ) |
|
overrideprotected |
◆ region_destroy()
void KWin::RegionInterface::region_destroy |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ region_destroy_resource()
void KWin::RegionInterface::region_destroy_resource |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ region_subtract()
void KWin::RegionInterface::region_subtract |
( |
Resource * | resource, |
|
|
int32_t | x, |
|
|
int32_t | y, |
|
|
int32_t | width, |
|
|
int32_t | height ) |
|
overrideprotected |
The documentation for this class was generated from the following files: