ducpy.Duc.DucViewportStyle

Attributes

np

Classes

Functions

DucViewportStyleStart(builder)

Start(builder)

DucViewportStyleAddBaseStyle(builder, baseStyle)

AddBaseStyle(builder, baseStyle)

DucViewportStyleAddScaleIndicatorVisible(builder, ...)

AddScaleIndicatorVisible(builder, scaleIndicatorVisible)

DucViewportStyleEnd(builder)

End(builder)

Module Contents

ducpy.Duc.DucViewportStyle.np
class ducpy.Duc.DucViewportStyle.DucViewportStyle

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

classmethod DucViewportStyleBufferHasIdentifier(buf, offset, size_prefixed=False)
Init(buf, pos)
BaseStyle()
ScaleIndicatorVisible()
ducpy.Duc.DucViewportStyle.DucViewportStyleStart(builder)
ducpy.Duc.DucViewportStyle.Start(builder)
ducpy.Duc.DucViewportStyle.DucViewportStyleAddBaseStyle(builder, baseStyle)
ducpy.Duc.DucViewportStyle.AddBaseStyle(builder, baseStyle)
ducpy.Duc.DucViewportStyle.DucViewportStyleAddScaleIndicatorVisible(builder, scaleIndicatorVisible)
ducpy.Duc.DucViewportStyle.AddScaleIndicatorVisible(builder, scaleIndicatorVisible)
ducpy.Duc.DucViewportStyle.DucViewportStyleEnd(builder)
ducpy.Duc.DucViewportStyle.End(builder)