WBToolType enum

Whiteboard tool type

白板工具类型。

Inheritance

Constructors

WBToolType()
const

Values

None → const WBToolType

None tool

空。

Select → const WBToolType

Select tool

选择工具。

Path → const WBToolType

Path tool

路径工具。

Line → const WBToolType

Line tool

线条工具。

Rect → const WBToolType

Rectangle tool

矩形工具。

Ellipse → const WBToolType

Ellipse tool

椭圆工具。

Image → const WBToolType

Image tool

图像工具。

Text → const WBToolType

Text tool

文本工具。

Delete → const WBToolType

Delete tool

删除工具。

Brush → const WBToolType

Brush tool

刷子工具。

Arrow → const WBToolType

Arrow tool

箭头工具。

Polyline → const WBToolType

Polyline tool. Windows&MacOS only

折线工具。仅支持Windows及macOS平台。

Polygon → const WBToolType

Polygon tool. Windows&MacOS only

多边形工具。仅支持Windows及macOS平台。

Arc → const WBToolType

Arc tool. Windows&MacOS only

弧线工具。仅支持Windows及macOS平台。

Curve → const WBToolType

Curve tool. Windows&MacOS only

曲线工具。仅支持Windows及macOS平台。

Laser → const WBToolType

LASER.

激光笔。

Stamp → const WBToolType

STAMP.

图章

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WBToolType>
A constant List of the values in this enum, in order of their declaration.