Method: Qt::Point._load
- Defined in:
- lib/ruber/qt_sugar.rb
._load(str) ⇒ Object
101 102 103 104 |
# File 'lib/ruber/qt_sugar.rb', line 101 def self._load str x, y = str.split ';' self.new x.to_i, y.to_i end |
101 102 103 104 |
# File 'lib/ruber/qt_sugar.rb', line 101 def self._load str x, y = str.split ';' self.new x.to_i, y.to_i end |