PyANGGui.GViewWindow

class GViewWindow

Base class for G2DViewWindow and GOSGViewWindow

Inheritance diagram of PyANGGui.GViewWindow

Inherited by: G2DViewWindow

Synopsis

Methods

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:
clear()
copy()
copyIds()
cut()
getModel()
Return type:

GKModel

Return the model used in this window.

getView()
Return type:

GView

Return the view used in this window.

paste()
pasteAtLocation()
setMode(arg__1[, arg__2=None])
Parameters:

Set the mode to be use in the view.

setView(aview)
Parameters:

aviewGView

Set the view associated with this window. This call will be done at the GViewWindow derivated class constructor as the view will be created there.