Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqnxscreeneventthread.cpp File Reference

(4946982534d4d256590dffd44046fe642456703f)

#include "qqnxglobal.h"
#include "qqnxscreeneventthread.h"
#include "qqnxscreeneventhandler.h"
#include <QtCore/QDebug>
#include <errno.h>
#include <unistd.h>
#include <cctype>
+ Include dependency graph for qqnxscreeneventthread.cpp:

Go to the source code of this file.

Functions

int screen_register_event (screen_context_t, struct sigevent *event)
 
int screen_unregister_event (struct sigevent *event)
 

Variables

static const int c_screenCode = _PULSE_CODE_MINAVAIL + 0
 
static const int c_armCode = _PULSE_CODE_MINAVAIL + 1
 
static const int c_quitCode = _PULSE_CODE_MINAVAIL + 2
 

Function Documentation

◆ screen_register_event()

int screen_register_event ( screen_context_t ,
struct sigevent * event )

Definition at line 22 of file qqnxscreeneventthread.cpp.

Referenced by QQnxScreenEventThread::QQnxScreenEventThread().

+ Here is the caller graph for this function:

◆ screen_unregister_event()

int screen_unregister_event ( struct sigevent * event)

Definition at line 27 of file qqnxscreeneventthread.cpp.

Referenced by QQnxScreenEventThread::~QQnxScreenEventThread().

+ Here is the caller graph for this function:

Variable Documentation

◆ c_armCode

const int c_armCode = _PULSE_CODE_MINAVAIL + 1
static

Definition at line 18 of file qqnxscreeneventthread.cpp.

Referenced by QQnxScreenEventThread::armEventsPending().

◆ c_quitCode

const int c_quitCode = _PULSE_CODE_MINAVAIL + 2
static

◆ c_screenCode

const int c_screenCode = _PULSE_CODE_MINAVAIL + 0
static