Uranium
Application Framework
|
QQuickWindow subclass that provides the main window. More...
Inherits QQuickWindow.
Static Public Attributes | |
backgroundColor = pyqtProperty(QColor, fget=getBackgroundColor, fset=setBackgroundColor) | |
mousePositionChanged = pyqtSignal() | |
viewportRectChanged = pyqtSignal() | |
renderCompleted = Signal(type = Signal.Queued) | |
Protected Member Functions | |
_render (self) | |
_onSceneChanged (self, object) | |
_onWindowGeometryChanged (self) | |
_updateViewportGeometry (self, int width, int height) | |
Protected Attributes | |
_background_color | |
_render | |
_mouse_device | |
_key_device | |
_previous_focus | |
_app | |
_onSceneChanged | |
_preferences | |
_mouse_x | |
_mouse_y | |
_mouse_pressed | |
_viewport_rect | |
_fullscreen | |
_allow_resize | |
QQuickWindow subclass that provides the main window.