Class: Efl::Evas::REvasLine
- Inherits:
-
REvasObject
- Object
- REvasObject
- Efl::Evas::REvasLine
- Defined in:
- lib/efl/evas.rb
Instance Method Summary collapse
Methods inherited from REvasObject
#above_get, #below_get, #center_get, #center_set, #color_get, #data_get, #ecore_evas_get, #evas_get, #evas_name, #evas_type, #free, #geometry_get, #initialize, #object_box_add, release, #size, #size=, #size_hint_align_get, #size_hint_align_set_fill, #size_hint_aspect_get, #size_hint_max_get, #size_hint_min_get, #size_hint_padding_get, #size_hint_request_get, #size_hint_weight_get, #size_hint_weight_set_expand, #size_hint_weight_set_expand_fill
Methods included from ClassHelper
#===, #address, included, #method_missing, #null?, #to_a, #to_ary, #to_ptr, #to_s
Constructor Details
This class inherits a constructor from Efl::Evas::REvasObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Efl::ClassHelper
Instance Method Details
#line_xy_get ⇒ Object
301 302 303 304 305 306 307 308 |
# File 'lib/efl/evas.rb', line 301 def line_xy_get @ri0 ||= FFI::MemoryPointer.new :int @ri1 ||= FFI::MemoryPointer.new :int @ri2 ||= FFI::MemoryPointer.new :int @ri3 ||= FFI::MemoryPointer.new :int Native.evas_object_line_xy_get @ptr, @ri0, @ri1, @ri2, @ri3 [ @ri0.read_int, @ri1.read_int, @ri2.read_int, @ri3.read_int ] end |