9#include <QtCore/QLoggingCategory>
11#include <screen/screen.h>
15Q_DECLARE_LOGGING_CATEGORY(lcQpaScreenBuffer);
26 const QImage *
image()
const {
return (m_buffer !=
nullptr) ? &m_image :
nullptr; }
27 QImage *
image() {
return (m_buffer !=
nullptr) ? &m_image :
nullptr; }
34 screen_buffer_t m_buffer;
QQnxBuffer(const QQnxBuffer &other)
QQnxBuffer(screen_buffer_t buffer)
const QImage * image() const
screen_buffer_t nativeBuffer() const
Combined button and popup list for selecting options.
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcQIORing)
#define Q_SCREEN_CRITICALERROR(x, message)
void qScreenCheckError(int rc, const char *funcInfo, const char *message, bool critical)
#define Q_SCREEN_CHECKERROR(x, message)