PyANGGui.GViewWindow¶
- class GViewWindow¶
Base class for
G2DViewWindowand GOSGViewWindowInherited by:
G2DViewWindowSynopsis¶
Methods¶
def
__init__()def
getModel()def
getView()def
setView()
Virtual methods¶
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__(agui, amodel, parent, wflags)¶
- Parameters:
agui –
GGuiamodel –
GKModelparent –
QWidgetwflags – Combination of
WindowType
- clear()¶
- copy()¶
- copyIds()¶
- cut()¶
Return the model used in this window.
Return the view used in this window.
- paste()¶
- pasteAtLocation()¶
- setMode(arg__1[, arg__2=None])¶
- Parameters:
arg__1 –
GKViewModearg__2 –
GKObject
Set the mode to be use in the view.
Set the view associated with this window. This call will be done at the
GViewWindowderivated class constructor as the view will be created there.