ducpy.Duc.DucView

Attributes

np

Classes

Functions

DucViewStart(builder)

Start(builder)

DucViewAddScrollX(builder, scrollX)

AddScrollX(builder, scrollX)

DucViewAddScrollY(builder, scrollY)

AddScrollY(builder, scrollY)

DucViewAddZoom(builder, zoom)

AddZoom(builder, zoom)

DucViewAddTwistAngle(builder, twistAngle)

AddTwistAngle(builder, twistAngle)

DucViewAddCenterPoint(builder, centerPoint)

AddCenterPoint(builder, centerPoint)

DucViewAddScope(builder, scope)

AddScope(builder, scope)

DucViewEnd(builder)

End(builder)

Module Contents

ducpy.Duc.DucView.np
class ducpy.Duc.DucView.DucView

Bases: object

__slots__ = ['_tab']
classmethod GetRootAs(buf, offset=0)
classmethod GetRootAsDucView(buf, offset=0)

This method is deprecated. Please switch to GetRootAs.

classmethod DucViewBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
ScrollX()
ScrollY()
Zoom()
TwistAngle()
CenterPoint()
Scope()
ducpy.Duc.DucView.DucViewStart(builder)
ducpy.Duc.DucView.Start(builder)
ducpy.Duc.DucView.DucViewAddScrollX(builder, scrollX)
ducpy.Duc.DucView.AddScrollX(builder, scrollX)
ducpy.Duc.DucView.DucViewAddScrollY(builder, scrollY)
ducpy.Duc.DucView.AddScrollY(builder, scrollY)
ducpy.Duc.DucView.DucViewAddZoom(builder, zoom)
ducpy.Duc.DucView.AddZoom(builder, zoom)
ducpy.Duc.DucView.DucViewAddTwistAngle(builder, twistAngle)
ducpy.Duc.DucView.AddTwistAngle(builder, twistAngle)
ducpy.Duc.DucView.DucViewAddCenterPoint(builder, centerPoint)
ducpy.Duc.DucView.AddCenterPoint(builder, centerPoint)
ducpy.Duc.DucView.DucViewAddScope(builder, scope)
ducpy.Duc.DucView.AddScope(builder, scope)
ducpy.Duc.DucView.DucViewEnd(builder)
ducpy.Duc.DucView.End(builder)