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