Class: Wx::SF::ShapeCanvas::MODE

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/shapes/shape_canvas.rb

Overview

Working modes

Constant Summary collapse

READY =

The shape canvas is in ready state (no operation is pending)

self.new(0)
HANDLEMOVE =

Some shape handle is dragged

self.new(1)
MULTIHANDLEMOVE =

Handle of multiselection tool is dragged

self.new(2)
SHAPEMOVE =

Some shape/s is/are dragged

self.new(3)
MULTISELECTION =

Multiple shape selection is in progress

self.new(4)
CREATECONNECTION =

Interactive connection creation is in progress

self.new(5)
DND =

Canvas is in the Drag&Drop mode

self.new(6)

Method Summary

Methods inherited from Enum

#init_from_serialized