|
Krita Source Code Documentation
|
#include <KisWaylandAPIImageDescription.h>
Inheritance diagram for KisWaylandAPIImageDescriptionNoInfo:Public Types | |
| using | cause = QtWayland::wp_image_description_v1::cause |
Public Member Functions | |
| std::optional< cause > | error () const |
| uint32_t | identity () const |
| KisWaylandAPIImageDescriptionNoInfo (::wp_image_description_v1 *descr) | |
| Q_SIGNAL void | sigDescriptionConstructed (bool success) |
| ~KisWaylandAPIImageDescriptionNoInfo () | |
Protected Member Functions | |
| void | wp_image_description_v1_failed (uint32_t cause, const QString &msg) override |
| void | wp_image_description_v1_ready (uint32_t identity) override |
Private Attributes | |
| std::optional< QtWayland::wp_image_description_v1::cause > | m_error |
| uint32_t | m_identity {0} |
A wrapper for image description object, which doesn't support fetching the info object, i.e. the one returned by creators
Definition at line 53 of file KisWaylandAPIImageDescription.h.
| using KisWaylandAPIImageDescriptionNoInfo::cause = QtWayland::wp_image_description_v1::cause |
Definition at line 67 of file KisWaylandAPIImageDescription.h.
|
explicit |
Definition at line 117 of file KisWaylandAPIImageDescription.cpp.
| KisWaylandAPIImageDescriptionNoInfo::~KisWaylandAPIImageDescriptionNoInfo | ( | ) |
Definition at line 122 of file KisWaylandAPIImageDescription.cpp.
|
inline |
Definition at line 68 of file KisWaylandAPIImageDescription.h.
References m_error.
|
inline |
Definition at line 63 of file KisWaylandAPIImageDescription.h.
References m_identity.
| Q_SIGNAL void KisWaylandAPIImageDescriptionNoInfo::sigDescriptionConstructed | ( | bool | success | ) |
|
overrideprotected |
Definition at line 127 of file KisWaylandAPIImageDescription.cpp.
References m_error, and sigDescriptionConstructed().
|
overrideprotected |
Definition at line 154 of file KisWaylandAPIImageDescription.cpp.
References identity(), m_identity, and sigDescriptionConstructed().
|
private |
Definition at line 78 of file KisWaylandAPIImageDescription.h.
|
private |
Definition at line 77 of file KisWaylandAPIImageDescription.h.