class documentation

class GlobalLineStyle(Enum): (source)

View In Hierarchy

Enum of global GDB line styles

Class Variable DotThick Undocumented
Class Variable DotThin Undocumented
Class Variable Thick Undocumented
Class Variable Thin Undocumented
Class Variable _all Undocumented

Inherited from Enum:

Class Method get Converts bytes -> int, returning the first byte
Class Method get_name Finds the first name in this enum with a given value
Class Method set Converts int -> bytes, enforcing that the input is a recognized enum value
DotThick: int = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented