Krita Source Code Documentation
Loading...
Searching...
No Matches
KisWaylandAPIOutput.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2025 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
10
11KisWaylandAPIOutput::KisWaylandAPIOutput(::wp_color_management_output_v1 *obj)
12 : QtWayland::wp_color_management_output_v1(obj)
13{
15}
16
18{
19 wp_color_management_output_v1_destroy(object());
20}
21
27
28#include "moc_KisWaylandAPIOutput.cpp"
connect(this, SIGNAL(optionsChanged()), this, SLOT(saveOptions()))
void outputImageDescriptionChanged()
KisWaylandAPIOutput(::wp_color_management_output_v1 *obj)
void wp_color_management_output_v1_image_description_changed() override
std::unique_ptr< KisWaylandAPIImageDescription > m_imageDescription