Qt 4.8
|
#include <qbbrootwindow.h>
Public Functions | |
void | flush () const |
QByteArray | groupName () const |
screen_window_t | nativeHandle () const |
void | post () const |
QBBRootWindow (QBBScreen *screen) | |
void | resize (const QSize &size) |
void | setRotation (int rotation) |
~QBBRootWindow () | |
Private Functions | |
void | createWindowGroup () |
Properties | |
QBBScreen * | m_screen |
screen_window_t | m_window |
QByteArray | m_windowGroupName |
Definition at line 54 of file qbbrootwindow.h.
QBBRootWindow::QBBRootWindow | ( | QBBScreen * | screen | ) |
Definition at line 57 of file qbbrootwindow.cpp.
QBBRootWindow::~QBBRootWindow | ( | ) |
Definition at line 177 of file qbbrootwindow.cpp.
|
private |
Definition at line 246 of file qbbrootwindow.cpp.
Referenced by groupName(), and QBBRootWindow().
void QBBRootWindow::flush | ( | ) | const |
Definition at line 203 of file qbbrootwindow.cpp.
Referenced by nativeHandle(), and QBBScreen::setRotation().
|
inline |
Definition at line 69 of file qbbrootwindow.h.
Referenced by QBBNativeInterface::nativeResourceForWidget(), and QBBScreen::windowGroupName().
|
inline |
Definition at line 60 of file qbbrootwindow.h.
void QBBRootWindow::post | ( | ) | const |
Definition at line 183 of file qbbrootwindow.cpp.
Referenced by nativeHandle(), QBBScreen::onWindowPost(), and QBBRootWindow().
void QBBRootWindow::resize | ( | const QSize & | size | ) |
Definition at line 228 of file qbbrootwindow.cpp.
Referenced by nativeHandle(), and QBBScreen::setRotation().
void QBBRootWindow::setRotation | ( | int | rotation | ) |
Definition at line 216 of file qbbrootwindow.cpp.
Referenced by nativeHandle(), and QBBScreen::setRotation().
|
private |
Definition at line 74 of file qbbrootwindow.h.
Referenced by flush(), and QBBRootWindow().
|
private |
Definition at line 75 of file qbbrootwindow.h.
Referenced by createWindowGroup(), nativeHandle(), post(), QBBRootWindow(), resize(), setRotation(), and ~QBBRootWindow().
|
private |
Definition at line 76 of file qbbrootwindow.h.
Referenced by createWindowGroup(), and groupName().