PyANGGui.G2DUpdateGeometryContext¶
- class G2DUpdateGeometryContext¶
Class that contains changes on any 2DView settings
Synopsis¶
Methods¶
def
__init__()def
getContext()def
getMode()def
isValid()
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
- PyANGGui.G2DUpdateGeometryContext.view¶
- PyANGGui.G2DUpdateGeometryContext.printing¶
- PyANGGui.G2DUpdateGeometryContext.minimumObjectPixelSize¶
- PyANGGui.G2DUpdateGeometryContext.modeObject¶
- PyANGGui.G2DUpdateGeometryContext.modelConnection¶
- PyANGGui.G2DUpdateGeometryContext.roadSide¶
- __init__()¶
- __init__(context)
- Parameters:
context –
G2DDrawContext
- __init__(_context)
- Parameters:
_context –
G2DUpdateGeometryContext
- __init__(aview)
- Parameters:
aview –
G2DView
Returns the context of the specified view
- getMode()¶
- Return type:
Returns the view mode of the specified view
Returns true if the context is valid (its view is not NULL).