Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqnxscreen.h File Reference
#include <qpa/qplatformscreen.h>
#include "qqnxwindow.h"
#include <QtCore/QObject>
#include <QtCore/QScopedPointer>
#include <screen/screen.h>
+ Include dependency graph for qqnxscreen.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQnxScreen
 

Macros

#define _SCREEN_MAKE_VERSION(major, minor, patch)   (((major) * 10000) + ((minor) * 100) + (patch))
 
#define _SCREEN_VERSION   _SCREEN_MAKE_VERSION(0, 0, 0)
 

Variables

const int SCREEN_PROPERTY_FLAGS = SCREEN_PROPERTY_KEY_FLAGS
 
const int SCREEN_PROPERTY_FOCUS = SCREEN_PROPERTY_KEYBOARD_FOCUS
 
const int SCREEN_PROPERTY_MODIFIERS = SCREEN_PROPERTY_KEY_MODIFIERS
 
const int SCREEN_PROPERTY_SCAN = SCREEN_PROPERTY_KEY_SCAN
 
const int SCREEN_PROPERTY_SYM = SCREEN_PROPERTY_KEY_SYM
 

Macro Definition Documentation

◆ _SCREEN_MAKE_VERSION

#define _SCREEN_MAKE_VERSION (   major,
  minor,
  patch 
)    (((major) * 10000) + ((minor) * 100) + (patch))

Definition at line 17 of file qqnxscreen.h.

◆ _SCREEN_VERSION

#define _SCREEN_VERSION   _SCREEN_MAKE_VERSION(0, 0, 0)

Definition at line 18 of file qqnxscreen.h.

Variable Documentation

◆ SCREEN_PROPERTY_FLAGS

const int SCREEN_PROPERTY_FLAGS = SCREEN_PROPERTY_KEY_FLAGS

Definition at line 24 of file qqnxscreen.h.

◆ SCREEN_PROPERTY_FOCUS

const int SCREEN_PROPERTY_FOCUS = SCREEN_PROPERTY_KEYBOARD_FOCUS

Definition at line 25 of file qqnxscreen.h.

◆ SCREEN_PROPERTY_MODIFIERS

const int SCREEN_PROPERTY_MODIFIERS = SCREEN_PROPERTY_KEY_MODIFIERS

Definition at line 26 of file qqnxscreen.h.

◆ SCREEN_PROPERTY_SCAN

const int SCREEN_PROPERTY_SCAN = SCREEN_PROPERTY_KEY_SCAN

Definition at line 27 of file qqnxscreen.h.

◆ SCREEN_PROPERTY_SYM

const int SCREEN_PROPERTY_SYM = SCREEN_PROPERTY_KEY_SYM

Definition at line 28 of file qqnxscreen.h.