Options
All
  • Public
  • Public/Protected
  • All
Menu

An enumeration used to control the selection behaviour of the graphics view.

since

1.0

see

GraphicsBase.setSelectionMode(SelectionMode)

Index

Enumeration members

Enumeration members

MULTIPLE

MULTIPLE: = "MULTIPLE"

Allows for one or more contiguous range of indices to be selected at a time.

since

1.0

SINGLE

SINGLE: = "SINGLE"

Allows for only one item to be selected at a time.

since

1.0