|
typedef std::map< int, Qt::Key > | KeyMap |
|
osgQt::QGraphicsViewAdapter::QGraphicsViewAdapter |
( |
osg::Image * |
image, |
|
|
QWidget * |
widget |
|
) |
| |
void osgQt::QGraphicsViewAdapter::assignImage |
( |
unsigned int |
i | ) |
|
void osgQt::QGraphicsViewAdapter::clearWriteBuffer |
( |
| ) |
|
virtual void osgQt::QGraphicsViewAdapter::customEvent |
( |
QEvent * |
event | ) |
|
|
protectedvirtual |
QColor osgQt::QGraphicsViewAdapter::getBackgroundColor |
( |
| ) |
const |
|
inline |
QWidget* osgQt::QGraphicsViewAdapter::getBackgroundWidget |
( |
| ) |
|
|
inline |
QGraphicsScene* osgQt::QGraphicsViewAdapter::getQGraphicsScene |
( |
| ) |
|
|
inline |
QGraphicsView* osgQt::QGraphicsViewAdapter::getQGraphicsView |
( |
| ) |
|
|
inline |
QWidget* osgQt::QGraphicsViewAdapter::getWidgetAt |
( |
const QPoint & |
pos | ) |
|
|
protected |
bool osgQt::QGraphicsViewAdapter::handleKeyEvent |
( |
int |
key, |
|
|
bool |
keyDown |
|
) |
| |
|
protected |
bool osgQt::QGraphicsViewAdapter::handlePointerEvent |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
buttonMask |
|
) |
| |
|
protected |
void osgQt::QGraphicsViewAdapter::render |
( |
| ) |
|
bool osgQt::QGraphicsViewAdapter::requiresRendering |
( |
| ) |
const |
|
inline |
void osgQt::QGraphicsViewAdapter::resize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
bool osgQt::QGraphicsViewAdapter::sendKeyEvent |
( |
int |
key, |
|
|
bool |
keyDown |
|
) |
| |
bool osgQt::QGraphicsViewAdapter::sendPointerEvent |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
buttonMask |
|
) |
| |
void osgQt::QGraphicsViewAdapter::setBackgroundColor |
( |
QColor |
color | ) |
|
|
inline |
void osgQt::QGraphicsViewAdapter::setBackgroundWidget |
( |
QWidget * |
w | ) |
|
|
inline |
The 'background widget' will ignore mouse/keyboard events and let following handlers handle them It is mainly used for integrating scene graph and full-screen UIs.
void osgQt::QGraphicsViewAdapter::setFrameLastRendered |
( |
const osg::FrameStamp * |
frameStamp | ) |
|
void osgQt::QGraphicsViewAdapter::setUpKeyMap |
( |
| ) |
|
QColor osgQt::QGraphicsViewAdapter::_backgroundColor |
|
protected |
QWidget* osgQt::QGraphicsViewAdapter::_backgroundWidget |
|
protected |
unsigned int osgQt::QGraphicsViewAdapter::_currentRead |
|
protected |
unsigned int osgQt::QGraphicsViewAdapter::_currentWrite |
|
protected |
QPointer<QGraphicsScene> osgQt::QGraphicsViewAdapter::_graphicsScene |
|
protected |
QPointer<QGraphicsView> osgQt::QGraphicsViewAdapter::_graphicsView |
|
protected |
int osgQt::QGraphicsViewAdapter::_height |
|
protected |
KeyMap osgQt::QGraphicsViewAdapter::_keyMap |
|
protected |
bool osgQt::QGraphicsViewAdapter::_newImageAvailable |
|
protected |
int osgQt::QGraphicsViewAdapter::_previousButtonMask |
|
protected |
unsigned int osgQt::QGraphicsViewAdapter::_previousFrameNumber |
|
protected |
int osgQt::QGraphicsViewAdapter::_previousMouseX |
|
protected |
int osgQt::QGraphicsViewAdapter::_previousMouseY |
|
protected |
int osgQt::QGraphicsViewAdapter::_previousQtMouseX |
|
protected |
int osgQt::QGraphicsViewAdapter::_previousQtMouseY |
|
protected |
bool osgQt::QGraphicsViewAdapter::_previousSentEvent |
|
protected |
unsigned int osgQt::QGraphicsViewAdapter::_previousWrite |
|
protected |
QImage osgQt::QGraphicsViewAdapter::_qimages[3] |
|
protected |
OpenThreads::Mutex osgQt::QGraphicsViewAdapter::_qimagesMutex |
|
protected |
OpenThreads::Mutex osgQt::QGraphicsViewAdapter::_qresizeMutex |
|
protected |
Qt::KeyboardModifiers osgQt::QGraphicsViewAdapter::_qtKeyModifiers |
|
protected |
bool osgQt::QGraphicsViewAdapter::_requiresRendering |
|
protected |
QPointer<QWidget> osgQt::QGraphicsViewAdapter::_widget |
|
protected |
int osgQt::QGraphicsViewAdapter::_width |
|
protected |
The documentation for this class was generated from the following file: