ducpy.Duc.DucLocalState¶
Attributes¶
Classes¶
Functions¶
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)¶