ducpy.Duc.DucLocalState ======================= .. py:module:: ducpy.Duc.DucLocalState Attributes ---------- .. autoapisummary:: ducpy.Duc.DucLocalState.np Classes ------- .. autoapisummary:: ducpy.Duc.DucLocalState.DucLocalState Functions --------- .. autoapisummary:: ducpy.Duc.DucLocalState.DucLocalStateStart ducpy.Duc.DucLocalState.Start ducpy.Duc.DucLocalState.DucLocalStateAddScope ducpy.Duc.DucLocalState.AddScope ducpy.Duc.DucLocalState.DucLocalStateAddActiveStandardId ducpy.Duc.DucLocalState.AddActiveStandardId ducpy.Duc.DucLocalState.DucLocalStateAddScrollX ducpy.Duc.DucLocalState.AddScrollX ducpy.Duc.DucLocalState.DucLocalStateAddScrollY ducpy.Duc.DucLocalState.AddScrollY ducpy.Duc.DucLocalState.DucLocalStateAddZoom ducpy.Duc.DucLocalState.AddZoom ducpy.Duc.DucLocalState.DucLocalStateAddActiveGridSettings ducpy.Duc.DucLocalState.AddActiveGridSettings ducpy.Duc.DucLocalState.DucLocalStateStartActiveGridSettingsVector ducpy.Duc.DucLocalState.StartActiveGridSettingsVector ducpy.Duc.DucLocalState.DucLocalStateAddActiveSnapSettings ducpy.Duc.DucLocalState.AddActiveSnapSettings ducpy.Duc.DucLocalState.DucLocalStateAddIsBindingEnabled ducpy.Duc.DucLocalState.AddIsBindingEnabled ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemStroke ducpy.Duc.DucLocalState.AddCurrentItemStroke ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemBackground ducpy.Duc.DucLocalState.AddCurrentItemBackground ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemOpacity ducpy.Duc.DucLocalState.AddCurrentItemOpacity ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemFontFamily ducpy.Duc.DucLocalState.AddCurrentItemFontFamily ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemFontSize ducpy.Duc.DucLocalState.AddCurrentItemFontSize ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemTextAlign ducpy.Duc.DucLocalState.AddCurrentItemTextAlign ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemStartLineHead ducpy.Duc.DucLocalState.AddCurrentItemStartLineHead ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemEndLineHead ducpy.Duc.DucLocalState.AddCurrentItemEndLineHead ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemRoundness ducpy.Duc.DucLocalState.AddCurrentItemRoundness ducpy.Duc.DucLocalState.DucLocalStateAddPenMode ducpy.Duc.DucLocalState.AddPenMode ducpy.Duc.DucLocalState.DucLocalStateAddViewModeEnabled ducpy.Duc.DucLocalState.AddViewModeEnabled ducpy.Duc.DucLocalState.DucLocalStateAddObjectsSnapModeEnabled ducpy.Duc.DucLocalState.AddObjectsSnapModeEnabled ducpy.Duc.DucLocalState.DucLocalStateAddGridModeEnabled ducpy.Duc.DucLocalState.AddGridModeEnabled ducpy.Duc.DucLocalState.DucLocalStateAddOutlineModeEnabled ducpy.Duc.DucLocalState.AddOutlineModeEnabled ducpy.Duc.DucLocalState.DucLocalStateAddManualSaveMode ducpy.Duc.DucLocalState.AddManualSaveMode ducpy.Duc.DucLocalState.DucLocalStateEnd ducpy.Duc.DucLocalState.End Module Contents --------------- .. py:data:: np .. py:class:: DucLocalState Bases: :py:obj:`object` .. py:attribute:: __slots__ :value: ['_tab'] .. py:method:: GetRootAs(buf, offset=0) :classmethod: .. py:method:: GetRootAsDucLocalState(buf, offset=0) :classmethod: This method is deprecated. Please switch to GetRootAs. .. py:method:: DucLocalStateBufferHasIdentifier(buf, offset, size_prefixed=False) :classmethod: .. py:method:: Init(buf, pos) .. py:method:: Scope() .. py:method:: ActiveStandardId() .. py:method:: ScrollX() .. py:method:: ScrollY() .. py:method:: Zoom() .. py:method:: ActiveGridSettings(j) .. py:method:: ActiveGridSettingsLength() .. py:method:: ActiveGridSettingsIsNone() .. py:method:: ActiveSnapSettings() .. py:method:: IsBindingEnabled() .. py:method:: CurrentItemStroke() .. py:method:: CurrentItemBackground() .. py:method:: CurrentItemOpacity() .. py:method:: CurrentItemFontFamily() .. py:method:: CurrentItemFontSize() .. py:method:: CurrentItemTextAlign() .. py:method:: CurrentItemStartLineHead() .. py:method:: CurrentItemEndLineHead() .. py:method:: CurrentItemRoundness() .. py:method:: PenMode() .. py:method:: ViewModeEnabled() .. py:method:: ObjectsSnapModeEnabled() .. py:method:: GridModeEnabled() .. py:method:: OutlineModeEnabled() .. py:method:: ManualSaveMode() .. py:function:: DucLocalStateStart(builder) .. py:function:: Start(builder) .. py:function:: DucLocalStateAddScope(builder, scope) .. py:function:: AddScope(builder, scope) .. py:function:: DucLocalStateAddActiveStandardId(builder, activeStandardId) .. py:function:: AddActiveStandardId(builder, activeStandardId) .. py:function:: DucLocalStateAddScrollX(builder, scrollX) .. py:function:: AddScrollX(builder, scrollX) .. py:function:: DucLocalStateAddScrollY(builder, scrollY) .. py:function:: AddScrollY(builder, scrollY) .. py:function:: DucLocalStateAddZoom(builder, zoom) .. py:function:: AddZoom(builder, zoom) .. py:function:: DucLocalStateAddActiveGridSettings(builder, activeGridSettings) .. py:function:: AddActiveGridSettings(builder, activeGridSettings) .. py:function:: DucLocalStateStartActiveGridSettingsVector(builder, numElems) .. py:function:: StartActiveGridSettingsVector(builder, numElems) .. py:function:: DucLocalStateAddActiveSnapSettings(builder, activeSnapSettings) .. py:function:: AddActiveSnapSettings(builder, activeSnapSettings) .. py:function:: DucLocalStateAddIsBindingEnabled(builder, isBindingEnabled) .. py:function:: AddIsBindingEnabled(builder, isBindingEnabled) .. py:function:: DucLocalStateAddCurrentItemStroke(builder, currentItemStroke) .. py:function:: AddCurrentItemStroke(builder, currentItemStroke) .. py:function:: DucLocalStateAddCurrentItemBackground(builder, currentItemBackground) .. py:function:: AddCurrentItemBackground(builder, currentItemBackground) .. py:function:: DucLocalStateAddCurrentItemOpacity(builder, currentItemOpacity) .. py:function:: AddCurrentItemOpacity(builder, currentItemOpacity) .. py:function:: DucLocalStateAddCurrentItemFontFamily(builder, currentItemFontFamily) .. py:function:: AddCurrentItemFontFamily(builder, currentItemFontFamily) .. py:function:: DucLocalStateAddCurrentItemFontSize(builder, currentItemFontSize) .. py:function:: AddCurrentItemFontSize(builder, currentItemFontSize) .. py:function:: DucLocalStateAddCurrentItemTextAlign(builder, currentItemTextAlign) .. py:function:: AddCurrentItemTextAlign(builder, currentItemTextAlign) .. py:function:: DucLocalStateAddCurrentItemStartLineHead(builder, currentItemStartLineHead) .. py:function:: AddCurrentItemStartLineHead(builder, currentItemStartLineHead) .. py:function:: DucLocalStateAddCurrentItemEndLineHead(builder, currentItemEndLineHead) .. py:function:: AddCurrentItemEndLineHead(builder, currentItemEndLineHead) .. py:function:: DucLocalStateAddCurrentItemRoundness(builder, currentItemRoundness) .. py:function:: AddCurrentItemRoundness(builder, currentItemRoundness) .. py:function:: DucLocalStateAddPenMode(builder, penMode) .. py:function:: AddPenMode(builder, penMode) .. py:function:: DucLocalStateAddViewModeEnabled(builder, viewModeEnabled) .. py:function:: AddViewModeEnabled(builder, viewModeEnabled) .. py:function:: DucLocalStateAddObjectsSnapModeEnabled(builder, objectsSnapModeEnabled) .. py:function:: AddObjectsSnapModeEnabled(builder, objectsSnapModeEnabled) .. py:function:: DucLocalStateAddGridModeEnabled(builder, gridModeEnabled) .. py:function:: AddGridModeEnabled(builder, gridModeEnabled) .. py:function:: DucLocalStateAddOutlineModeEnabled(builder, outlineModeEnabled) .. py:function:: AddOutlineModeEnabled(builder, outlineModeEnabled) .. py:function:: DucLocalStateAddManualSaveMode(builder, manualSaveMode) .. py:function:: AddManualSaveMode(builder, manualSaveMode) .. py:function:: DucLocalStateEnd(builder) .. py:function:: End(builder)