Class: Glimmer::SWT::Custom::Shape::DropEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/glimmer/swt/custom/shape.rb

Instance Attribute Summary collapse

Instance Attribute Details

#doitObject

Returns the value of attribute doit

Returns:

  • (Object)

    the current value of doit



65
66
67
# File 'lib/glimmer/swt/custom/shape.rb', line 65

def doit
  @doit
end

#dragged_shapeObject

Returns the value of attribute dragged_shape

Returns:

  • (Object)

    the current value of dragged_shape



65
66
67
# File 'lib/glimmer/swt/custom/shape.rb', line 65

def dragged_shape
  @dragged_shape
end

#dragged_shape_original_xObject

Returns the value of attribute dragged_shape_original_x

Returns:

  • (Object)

    the current value of dragged_shape_original_x



65
66
67
# File 'lib/glimmer/swt/custom/shape.rb', line 65

def dragged_shape_original_x
  @dragged_shape_original_x
end

#dragged_shape_original_yObject

Returns the value of attribute dragged_shape_original_y

Returns:

  • (Object)

    the current value of dragged_shape_original_y



65
66
67
# File 'lib/glimmer/swt/custom/shape.rb', line 65

def dragged_shape_original_y
  @dragged_shape_original_y
end

#dragging_xObject

Returns the value of attribute dragging_x

Returns:

  • (Object)

    the current value of dragging_x



65
66
67
# File 'lib/glimmer/swt/custom/shape.rb', line 65

def dragging_x
  @dragging_x
end

#dragging_yObject

Returns the value of attribute dragging_y

Returns:

  • (Object)

    the current value of dragging_y



65
66
67
# File 'lib/glimmer/swt/custom/shape.rb', line 65

def dragging_y
  @dragging_y
end

#drop_shapesObject

Returns the value of attribute drop_shapes

Returns:

  • (Object)

    the current value of drop_shapes



65
66
67
# File 'lib/glimmer/swt/custom/shape.rb', line 65

def drop_shapes
  @drop_shapes
end

#xObject

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



65
66
67
# File 'lib/glimmer/swt/custom/shape.rb', line 65

def x
  @x
end

#yObject

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



65
66
67
# File 'lib/glimmer/swt/custom/shape.rb', line 65

def y
  @y
end