ducpy.Duc.AppState

Attributes

np

Classes

Functions

AppStateStart(builder)

Start(builder)

AppStateAddFrameRenderingEnabled(builder, ...)

AddFrameRenderingEnabled(builder, frameRenderingEnabled)

AppStateAddFrameRenderingName(builder, frameRenderingName)

AddFrameRenderingName(builder, frameRenderingName)

AppStateAddFrameRenderingOutline(builder, ...)

AddFrameRenderingOutline(builder, frameRenderingOutline)

AppStateAddFrameRenderingClip(builder, frameRenderingClip)

AddFrameRenderingClip(builder, frameRenderingClip)

AppStateAddCurrentItemOpacity(builder, currentItemOpacity)

AddCurrentItemOpacity(builder, currentItemOpacity)

AppStateAddViewBackgroundColor(builder, ...)

AddViewBackgroundColor(builder, viewBackgroundColor)

AppStateAddScope(builder, scope)

AddScope(builder, scope)

AppStateAddGroups(builder, groups)

AddGroups(builder, groups)

AppStateStartGroupsVector(builder, numElems)

StartGroupsVector(builder, numElems)

AppStateAddScrollX(builder, scrollX)

AddScrollX(builder, scrollX)

AppStateAddScrollY(builder, scrollY)

AddScrollY(builder, scrollY)

AppStateAddCursorButton(builder, cursorButton)

AddCursorButton(builder, cursorButton)

AppStateAddScrolledOutside(builder, scrolledOutside)

AddScrolledOutside(builder, scrolledOutside)

AppStateAddName(builder, name)

AddName(builder, name)

AppStateAddZoom(builder, zoom)

AddZoom(builder, zoom)

AppStateAddLastPointerDownWith(builder, ...)

AddLastPointerDownWith(builder, lastPointerDownWith)

AppStateAddSelectedElementIds(builder, selectedElementIds)

AddSelectedElementIds(builder, selectedElementIds)

AppStateStartSelectedElementIdsVector(builder, numElems)

StartSelectedElementIdsVector(builder, numElems)

AppStateAddGridSize(builder, gridSize)

AddGridSize(builder, gridSize)

AppStateAddScaleRatioLocked(builder, scaleRatioLocked)

AddScaleRatioLocked(builder, scaleRatioLocked)

AppStateAddDisplayAllPointDistances(builder, ...)

AddDisplayAllPointDistances(builder, ...)

AppStateAddDisplayDistanceOnDrawing(builder, ...)

AddDisplayDistanceOnDrawing(builder, ...)

AppStateAddDisplayAllPointCoordinates(builder, ...)

AddDisplayAllPointCoordinates(builder, ...)

AppStateAddDisplayAllPointInfoSelected(builder, ...)

AddDisplayAllPointInfoSelected(builder, ...)

AppStateAddDisplayRootAxis(builder, displayRootAxis)

AddDisplayRootAxis(builder, displayRootAxis)

AppStateAddCurrentItemTextAlignV3(builder, ...)

AddCurrentItemTextAlignV3(builder, currentItemTextAlignV3)

AppStateAddLineBendingMode(builder, lineBendingMode)

AddLineBendingMode(builder, lineBendingMode)

AppStateAddCurrentItemFontSizeV3(builder, ...)

AddCurrentItemFontSizeV3(builder, currentItemFontSizeV3)

AppStateAddCoordDecimalPlacesV3(builder, ...)

AddCoordDecimalPlacesV3(builder, coordDecimalPlacesV3)

AppStateAddCurrentItemStroke(builder, currentItemStroke)

AddCurrentItemStroke(builder, currentItemStroke)

AppStateAddCurrentItemBackground(builder, ...)

AddCurrentItemBackground(builder, currentItemBackground)

AppStateAddMainScope(builder, mainScope)

AddMainScope(builder, mainScope)

AppStateAddStandard(builder, standard)

AddStandard(builder, standard)

AppStateAddCurrentItemStartLineHead(builder, ...)

AddCurrentItemStartLineHead(builder, ...)

AppStateAddCurrentItemEndLineHead(builder, ...)

AddCurrentItemEndLineHead(builder, currentItemEndLineHead)

AppStateAddCurrentItemRoundnessV3(builder, ...)

AddCurrentItemRoundnessV3(builder, currentItemRoundnessV3)

AppStateAddAntiAliasing(builder, antiAliasing)

AddAntiAliasing(builder, antiAliasing)

AppStateAddVSync(builder, vSync)

AddVSync(builder, vSync)

AppStateAddCurrentItemFontFamilyV2(builder, ...)

AddCurrentItemFontFamilyV2(builder, ...)

AppStateAddDebugRendering(builder, debugRendering)

AddDebugRendering(builder, debugRendering)

AppStateAddCurrentItemSubset(builder, currentItemSubset)

AddCurrentItemSubset(builder, currentItemSubset)

AppStateAddEditingLinearElement(builder, ...)

AddEditingLinearElement(builder, editingLinearElement)

AppStateAddGridModeEnabled(builder, gridModeEnabled)

AddGridModeEnabled(builder, gridModeEnabled)

AppStateAddGridStep(builder, gridStep)

AddGridStep(builder, gridStep)

AppStateAddScopeExponentThreshold(builder, ...)

AddScopeExponentThreshold(builder, scopeExponentThreshold)

AppStateAddZoomStep(builder, zoomStep)

AddZoomStep(builder, zoomStep)

AppStateAddHoveredElementId(builder, hoveredElementId)

AddHoveredElementId(builder, hoveredElementId)

AppStateAddElementsPendingErasure(builder, ...)

AddElementsPendingErasure(builder, elementsPendingErasure)

AppStateStartElementsPendingErasureVector(builder, ...)

StartElementsPendingErasureVector(builder, numElems)

AppStateAddSuggestedBindingElementId(builder, ...)

AddSuggestedBindingElementId(builder, ...)

AppStateAddIsBindingEnabled(builder, isBindingEnabled)

AddIsBindingEnabled(builder, isBindingEnabled)

AppStateEnd(builder)

End(builder)

Module Contents

ducpy.Duc.AppState.np
class ducpy.Duc.AppState.AppState

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

classmethod AppStateBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
FrameRenderingEnabled()
FrameRenderingName()
FrameRenderingOutline()
FrameRenderingClip()
CurrentItemOpacity()
ViewBackgroundColor()
Scope()
Groups(j)
GroupsLength()
GroupsIsNone()
ScrollX()
ScrollY()
CursorButton()
ScrolledOutside()
Name()
Zoom()
LastPointerDownWith()
SelectedElementIds(j)
SelectedElementIdsLength()
SelectedElementIdsIsNone()
GridSize()
ScaleRatioLocked()
DisplayAllPointDistances()
DisplayDistanceOnDrawing()
DisplayAllPointCoordinates()
DisplayAllPointInfoSelected()
DisplayRootAxis()
CurrentItemTextAlignV3()
LineBendingMode()
CurrentItemFontSizeV3()
CoordDecimalPlacesV3()
CurrentItemStroke()
CurrentItemBackground()
MainScope()
Standard()
CurrentItemStartLineHead()
CurrentItemEndLineHead()
CurrentItemRoundnessV3()
AntiAliasing()
VSync()
CurrentItemFontFamilyV2()
DebugRendering()
CurrentItemSubset()
EditingLinearElement()
GridModeEnabled()
GridStep()
ScopeExponentThreshold()
ZoomStep()
HoveredElementId()
ElementsPendingErasure(j)
ElementsPendingErasureLength()
ElementsPendingErasureIsNone()
SuggestedBindingElementId()
IsBindingEnabled()
ducpy.Duc.AppState.AppStateStart(builder)
ducpy.Duc.AppState.Start(builder)
ducpy.Duc.AppState.AppStateAddFrameRenderingEnabled(builder, frameRenderingEnabled)
ducpy.Duc.AppState.AddFrameRenderingEnabled(builder, frameRenderingEnabled)
ducpy.Duc.AppState.AppStateAddFrameRenderingName(builder, frameRenderingName)
ducpy.Duc.AppState.AddFrameRenderingName(builder, frameRenderingName)
ducpy.Duc.AppState.AppStateAddFrameRenderingOutline(builder, frameRenderingOutline)
ducpy.Duc.AppState.AddFrameRenderingOutline(builder, frameRenderingOutline)
ducpy.Duc.AppState.AppStateAddFrameRenderingClip(builder, frameRenderingClip)
ducpy.Duc.AppState.AddFrameRenderingClip(builder, frameRenderingClip)
ducpy.Duc.AppState.AppStateAddCurrentItemOpacity(builder, currentItemOpacity)
ducpy.Duc.AppState.AddCurrentItemOpacity(builder, currentItemOpacity)
ducpy.Duc.AppState.AppStateAddViewBackgroundColor(builder, viewBackgroundColor)
ducpy.Duc.AppState.AddViewBackgroundColor(builder, viewBackgroundColor)
ducpy.Duc.AppState.AppStateAddScope(builder, scope)
ducpy.Duc.AppState.AddScope(builder, scope)
ducpy.Duc.AppState.AppStateAddGroups(builder, groups)
ducpy.Duc.AppState.AddGroups(builder, groups)
ducpy.Duc.AppState.AppStateStartGroupsVector(builder, numElems)
ducpy.Duc.AppState.StartGroupsVector(builder, numElems)
ducpy.Duc.AppState.AppStateAddScrollX(builder, scrollX)
ducpy.Duc.AppState.AddScrollX(builder, scrollX)
ducpy.Duc.AppState.AppStateAddScrollY(builder, scrollY)
ducpy.Duc.AppState.AddScrollY(builder, scrollY)
ducpy.Duc.AppState.AppStateAddCursorButton(builder, cursorButton)
ducpy.Duc.AppState.AddCursorButton(builder, cursorButton)
ducpy.Duc.AppState.AppStateAddScrolledOutside(builder, scrolledOutside)
ducpy.Duc.AppState.AddScrolledOutside(builder, scrolledOutside)
ducpy.Duc.AppState.AppStateAddName(builder, name)
ducpy.Duc.AppState.AddName(builder, name)
ducpy.Duc.AppState.AppStateAddZoom(builder, zoom)
ducpy.Duc.AppState.AddZoom(builder, zoom)
ducpy.Duc.AppState.AppStateAddLastPointerDownWith(builder, lastPointerDownWith)
ducpy.Duc.AppState.AddLastPointerDownWith(builder, lastPointerDownWith)
ducpy.Duc.AppState.AppStateAddSelectedElementIds(builder, selectedElementIds)
ducpy.Duc.AppState.AddSelectedElementIds(builder, selectedElementIds)
ducpy.Duc.AppState.AppStateStartSelectedElementIdsVector(builder, numElems)
ducpy.Duc.AppState.StartSelectedElementIdsVector(builder, numElems)
ducpy.Duc.AppState.AppStateAddGridSize(builder, gridSize)
ducpy.Duc.AppState.AddGridSize(builder, gridSize)
ducpy.Duc.AppState.AppStateAddScaleRatioLocked(builder, scaleRatioLocked)
ducpy.Duc.AppState.AddScaleRatioLocked(builder, scaleRatioLocked)
ducpy.Duc.AppState.AppStateAddDisplayAllPointDistances(builder, displayAllPointDistances)
ducpy.Duc.AppState.AddDisplayAllPointDistances(builder, displayAllPointDistances)
ducpy.Duc.AppState.AppStateAddDisplayDistanceOnDrawing(builder, displayDistanceOnDrawing)
ducpy.Duc.AppState.AddDisplayDistanceOnDrawing(builder, displayDistanceOnDrawing)
ducpy.Duc.AppState.AppStateAddDisplayAllPointCoordinates(builder, displayAllPointCoordinates)
ducpy.Duc.AppState.AddDisplayAllPointCoordinates(builder, displayAllPointCoordinates)
ducpy.Duc.AppState.AppStateAddDisplayAllPointInfoSelected(builder, displayAllPointInfoSelected)
ducpy.Duc.AppState.AddDisplayAllPointInfoSelected(builder, displayAllPointInfoSelected)
ducpy.Duc.AppState.AppStateAddDisplayRootAxis(builder, displayRootAxis)
ducpy.Duc.AppState.AddDisplayRootAxis(builder, displayRootAxis)
ducpy.Duc.AppState.AppStateAddCurrentItemTextAlignV3(builder, currentItemTextAlignV3)
ducpy.Duc.AppState.AddCurrentItemTextAlignV3(builder, currentItemTextAlignV3)
ducpy.Duc.AppState.AppStateAddLineBendingMode(builder, lineBendingMode)
ducpy.Duc.AppState.AddLineBendingMode(builder, lineBendingMode)
ducpy.Duc.AppState.AppStateAddCurrentItemFontSizeV3(builder, currentItemFontSizeV3)
ducpy.Duc.AppState.AddCurrentItemFontSizeV3(builder, currentItemFontSizeV3)
ducpy.Duc.AppState.AppStateAddCoordDecimalPlacesV3(builder, coordDecimalPlacesV3)
ducpy.Duc.AppState.AddCoordDecimalPlacesV3(builder, coordDecimalPlacesV3)
ducpy.Duc.AppState.AppStateAddCurrentItemStroke(builder, currentItemStroke)
ducpy.Duc.AppState.AddCurrentItemStroke(builder, currentItemStroke)
ducpy.Duc.AppState.AppStateAddCurrentItemBackground(builder, currentItemBackground)
ducpy.Duc.AppState.AddCurrentItemBackground(builder, currentItemBackground)
ducpy.Duc.AppState.AppStateAddMainScope(builder, mainScope)
ducpy.Duc.AppState.AddMainScope(builder, mainScope)
ducpy.Duc.AppState.AppStateAddStandard(builder, standard)
ducpy.Duc.AppState.AddStandard(builder, standard)
ducpy.Duc.AppState.AppStateAddCurrentItemStartLineHead(builder, currentItemStartLineHead)
ducpy.Duc.AppState.AddCurrentItemStartLineHead(builder, currentItemStartLineHead)
ducpy.Duc.AppState.AppStateAddCurrentItemEndLineHead(builder, currentItemEndLineHead)
ducpy.Duc.AppState.AddCurrentItemEndLineHead(builder, currentItemEndLineHead)
ducpy.Duc.AppState.AppStateAddCurrentItemRoundnessV3(builder, currentItemRoundnessV3)
ducpy.Duc.AppState.AddCurrentItemRoundnessV3(builder, currentItemRoundnessV3)
ducpy.Duc.AppState.AppStateAddAntiAliasing(builder, antiAliasing)
ducpy.Duc.AppState.AddAntiAliasing(builder, antiAliasing)
ducpy.Duc.AppState.AppStateAddVSync(builder, vSync)
ducpy.Duc.AppState.AddVSync(builder, vSync)
ducpy.Duc.AppState.AppStateAddCurrentItemFontFamilyV2(builder, currentItemFontFamilyV2)
ducpy.Duc.AppState.AddCurrentItemFontFamilyV2(builder, currentItemFontFamilyV2)
ducpy.Duc.AppState.AppStateAddDebugRendering(builder, debugRendering)
ducpy.Duc.AppState.AddDebugRendering(builder, debugRendering)
ducpy.Duc.AppState.AppStateAddCurrentItemSubset(builder, currentItemSubset)
ducpy.Duc.AppState.AddCurrentItemSubset(builder, currentItemSubset)
ducpy.Duc.AppState.AppStateAddEditingLinearElement(builder, editingLinearElement)
ducpy.Duc.AppState.AddEditingLinearElement(builder, editingLinearElement)
ducpy.Duc.AppState.AppStateAddGridModeEnabled(builder, gridModeEnabled)
ducpy.Duc.AppState.AddGridModeEnabled(builder, gridModeEnabled)
ducpy.Duc.AppState.AppStateAddGridStep(builder, gridStep)
ducpy.Duc.AppState.AddGridStep(builder, gridStep)
ducpy.Duc.AppState.AppStateAddScopeExponentThreshold(builder, scopeExponentThreshold)
ducpy.Duc.AppState.AddScopeExponentThreshold(builder, scopeExponentThreshold)
ducpy.Duc.AppState.AppStateAddZoomStep(builder, zoomStep)
ducpy.Duc.AppState.AddZoomStep(builder, zoomStep)
ducpy.Duc.AppState.AppStateAddHoveredElementId(builder, hoveredElementId)
ducpy.Duc.AppState.AddHoveredElementId(builder, hoveredElementId)
ducpy.Duc.AppState.AppStateAddElementsPendingErasure(builder, elementsPendingErasure)
ducpy.Duc.AppState.AddElementsPendingErasure(builder, elementsPendingErasure)
ducpy.Duc.AppState.AppStateStartElementsPendingErasureVector(builder, numElems)
ducpy.Duc.AppState.StartElementsPendingErasureVector(builder, numElems)
ducpy.Duc.AppState.AppStateAddSuggestedBindingElementId(builder, suggestedBindingElementId)
ducpy.Duc.AppState.AddSuggestedBindingElementId(builder, suggestedBindingElementId)
ducpy.Duc.AppState.AppStateAddIsBindingEnabled(builder, isBindingEnabled)
ducpy.Duc.AppState.AddIsBindingEnabled(builder, isBindingEnabled)
ducpy.Duc.AppState.AppStateEnd(builder)
ducpy.Duc.AppState.End(builder)