ducpy.Duc.DucView ================= .. py:module:: ducpy.Duc.DucView Attributes ---------- .. autoapisummary:: ducpy.Duc.DucView.np Classes ------- .. autoapisummary:: ducpy.Duc.DucView.DucView Functions --------- .. autoapisummary:: ducpy.Duc.DucView.DucViewStart ducpy.Duc.DucView.Start ducpy.Duc.DucView.DucViewAddScrollX ducpy.Duc.DucView.AddScrollX ducpy.Duc.DucView.DucViewAddScrollY ducpy.Duc.DucView.AddScrollY ducpy.Duc.DucView.DucViewAddZoom ducpy.Duc.DucView.AddZoom ducpy.Duc.DucView.DucViewAddTwistAngle ducpy.Duc.DucView.AddTwistAngle ducpy.Duc.DucView.DucViewAddCenterPoint ducpy.Duc.DucView.AddCenterPoint ducpy.Duc.DucView.DucViewAddScope ducpy.Duc.DucView.AddScope ducpy.Duc.DucView.DucViewEnd ducpy.Duc.DucView.End Module Contents --------------- .. py:data:: np .. py:class:: DucView Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucView(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucViewBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: ScrollX() .. py:method:: ScrollY() .. py:method:: Zoom() .. py:method:: TwistAngle() .. py:method:: CenterPoint() .. py:method:: Scope() .. py:function:: DucViewStart(builder) .. py:function:: Start(builder) .. py:function:: DucViewAddScrollX(builder, scrollX) .. py:function:: AddScrollX(builder, scrollX) .. py:function:: DucViewAddScrollY(builder, scrollY) .. py:function:: AddScrollY(builder, scrollY) .. py:function:: DucViewAddZoom(builder, zoom) .. py:function:: AddZoom(builder, zoom) .. py:function:: DucViewAddTwistAngle(builder, twistAngle) .. py:function:: AddTwistAngle(builder, twistAngle) .. py:function:: DucViewAddCenterPoint(builder, centerPoint) .. py:function:: AddCenterPoint(builder, centerPoint) .. py:function:: DucViewAddScope(builder, scope) .. py:function:: AddScope(builder, scope) .. py:function:: DucViewEnd(builder) .. py:function:: End(builder)