ducpy.Duc.DucLocalState

Attributes

np

Classes

Functions

DucLocalStateStart(builder)

Start(builder)

DucLocalStateAddScope(builder, scope)

AddScope(builder, scope)

DucLocalStateAddActiveStandardId(builder, activeStandardId)

AddActiveStandardId(builder, activeStandardId)

DucLocalStateAddScrollX(builder, scrollX)

AddScrollX(builder, scrollX)

DucLocalStateAddScrollY(builder, scrollY)

AddScrollY(builder, scrollY)

DucLocalStateAddZoom(builder, zoom)

AddZoom(builder, zoom)

DucLocalStateAddActiveGridSettings(builder, ...)

AddActiveGridSettings(builder, activeGridSettings)

DucLocalStateStartActiveGridSettingsVector(builder, ...)

StartActiveGridSettingsVector(builder, numElems)

DucLocalStateAddActiveSnapSettings(builder, ...)

AddActiveSnapSettings(builder, activeSnapSettings)

DucLocalStateAddIsBindingEnabled(builder, isBindingEnabled)

AddIsBindingEnabled(builder, isBindingEnabled)

DucLocalStateAddCurrentItemStroke(builder, ...)

AddCurrentItemStroke(builder, currentItemStroke)

DucLocalStateAddCurrentItemBackground(builder, ...)

AddCurrentItemBackground(builder, currentItemBackground)

DucLocalStateAddCurrentItemOpacity(builder, ...)

AddCurrentItemOpacity(builder, currentItemOpacity)

DucLocalStateAddCurrentItemFontFamily(builder, ...)

AddCurrentItemFontFamily(builder, currentItemFontFamily)

DucLocalStateAddCurrentItemFontSize(builder, ...)

AddCurrentItemFontSize(builder, currentItemFontSize)

DucLocalStateAddCurrentItemTextAlign(builder, ...)

AddCurrentItemTextAlign(builder, currentItemTextAlign)

DucLocalStateAddCurrentItemStartLineHead(builder, ...)

AddCurrentItemStartLineHead(builder, ...)

DucLocalStateAddCurrentItemEndLineHead(builder, ...)

AddCurrentItemEndLineHead(builder, currentItemEndLineHead)

DucLocalStateAddCurrentItemRoundness(builder, ...)

AddCurrentItemRoundness(builder, currentItemRoundness)

DucLocalStateAddPenMode(builder, penMode)

AddPenMode(builder, penMode)

DucLocalStateAddViewModeEnabled(builder, viewModeEnabled)

AddViewModeEnabled(builder, viewModeEnabled)

DucLocalStateAddObjectsSnapModeEnabled(builder, ...)

AddObjectsSnapModeEnabled(builder, objectsSnapModeEnabled)

DucLocalStateAddGridModeEnabled(builder, gridModeEnabled)

AddGridModeEnabled(builder, gridModeEnabled)

DucLocalStateAddOutlineModeEnabled(builder, ...)

AddOutlineModeEnabled(builder, outlineModeEnabled)

DucLocalStateAddManualSaveMode(builder, manualSaveMode)

AddManualSaveMode(builder, manualSaveMode)

DucLocalStateEnd(builder)

End(builder)

Module Contents

ducpy.Duc.DucLocalState.np
class ducpy.Duc.DucLocalState.DucLocalState

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

classmethod DucLocalStateBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
Scope()
ActiveStandardId()
ScrollX()
ScrollY()
Zoom()
ActiveGridSettings(j)
ActiveGridSettingsLength()
ActiveGridSettingsIsNone()
ActiveSnapSettings()
IsBindingEnabled()
CurrentItemStroke()
CurrentItemBackground()
CurrentItemOpacity()
CurrentItemFontFamily()
CurrentItemFontSize()
CurrentItemTextAlign()
CurrentItemStartLineHead()
CurrentItemEndLineHead()
CurrentItemRoundness()
PenMode()
ViewModeEnabled()
ObjectsSnapModeEnabled()
GridModeEnabled()
OutlineModeEnabled()
ManualSaveMode()
ducpy.Duc.DucLocalState.DucLocalStateStart(builder)
ducpy.Duc.DucLocalState.Start(builder)
ducpy.Duc.DucLocalState.DucLocalStateAddScope(builder, scope)
ducpy.Duc.DucLocalState.AddScope(builder, scope)
ducpy.Duc.DucLocalState.DucLocalStateAddActiveStandardId(builder, activeStandardId)
ducpy.Duc.DucLocalState.AddActiveStandardId(builder, activeStandardId)
ducpy.Duc.DucLocalState.DucLocalStateAddScrollX(builder, scrollX)
ducpy.Duc.DucLocalState.AddScrollX(builder, scrollX)
ducpy.Duc.DucLocalState.DucLocalStateAddScrollY(builder, scrollY)
ducpy.Duc.DucLocalState.AddScrollY(builder, scrollY)
ducpy.Duc.DucLocalState.DucLocalStateAddZoom(builder, zoom)
ducpy.Duc.DucLocalState.AddZoom(builder, zoom)
ducpy.Duc.DucLocalState.DucLocalStateAddActiveGridSettings(builder, activeGridSettings)
ducpy.Duc.DucLocalState.AddActiveGridSettings(builder, activeGridSettings)
ducpy.Duc.DucLocalState.DucLocalStateStartActiveGridSettingsVector(builder, numElems)
ducpy.Duc.DucLocalState.StartActiveGridSettingsVector(builder, numElems)
ducpy.Duc.DucLocalState.DucLocalStateAddActiveSnapSettings(builder, activeSnapSettings)
ducpy.Duc.DucLocalState.AddActiveSnapSettings(builder, activeSnapSettings)
ducpy.Duc.DucLocalState.DucLocalStateAddIsBindingEnabled(builder, isBindingEnabled)
ducpy.Duc.DucLocalState.AddIsBindingEnabled(builder, isBindingEnabled)
ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemStroke(builder, currentItemStroke)
ducpy.Duc.DucLocalState.AddCurrentItemStroke(builder, currentItemStroke)
ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemBackground(builder, currentItemBackground)
ducpy.Duc.DucLocalState.AddCurrentItemBackground(builder, currentItemBackground)
ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemOpacity(builder, currentItemOpacity)
ducpy.Duc.DucLocalState.AddCurrentItemOpacity(builder, currentItemOpacity)
ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemFontFamily(builder, currentItemFontFamily)
ducpy.Duc.DucLocalState.AddCurrentItemFontFamily(builder, currentItemFontFamily)
ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemFontSize(builder, currentItemFontSize)
ducpy.Duc.DucLocalState.AddCurrentItemFontSize(builder, currentItemFontSize)
ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemTextAlign(builder, currentItemTextAlign)
ducpy.Duc.DucLocalState.AddCurrentItemTextAlign(builder, currentItemTextAlign)
ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemStartLineHead(builder, currentItemStartLineHead)
ducpy.Duc.DucLocalState.AddCurrentItemStartLineHead(builder, currentItemStartLineHead)
ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemEndLineHead(builder, currentItemEndLineHead)
ducpy.Duc.DucLocalState.AddCurrentItemEndLineHead(builder, currentItemEndLineHead)
ducpy.Duc.DucLocalState.DucLocalStateAddCurrentItemRoundness(builder, currentItemRoundness)
ducpy.Duc.DucLocalState.AddCurrentItemRoundness(builder, currentItemRoundness)
ducpy.Duc.DucLocalState.DucLocalStateAddPenMode(builder, penMode)
ducpy.Duc.DucLocalState.AddPenMode(builder, penMode)
ducpy.Duc.DucLocalState.DucLocalStateAddViewModeEnabled(builder, viewModeEnabled)
ducpy.Duc.DucLocalState.AddViewModeEnabled(builder, viewModeEnabled)
ducpy.Duc.DucLocalState.DucLocalStateAddObjectsSnapModeEnabled(builder, objectsSnapModeEnabled)
ducpy.Duc.DucLocalState.AddObjectsSnapModeEnabled(builder, objectsSnapModeEnabled)
ducpy.Duc.DucLocalState.DucLocalStateAddGridModeEnabled(builder, gridModeEnabled)
ducpy.Duc.DucLocalState.AddGridModeEnabled(builder, gridModeEnabled)
ducpy.Duc.DucLocalState.DucLocalStateAddOutlineModeEnabled(builder, outlineModeEnabled)
ducpy.Duc.DucLocalState.AddOutlineModeEnabled(builder, outlineModeEnabled)
ducpy.Duc.DucLocalState.DucLocalStateAddManualSaveMode(builder, manualSaveMode)
ducpy.Duc.DucLocalState.AddManualSaveMode(builder, manualSaveMode)
ducpy.Duc.DucLocalState.DucLocalStateEnd(builder)
ducpy.Duc.DucLocalState.End(builder)