Class: Qt::ItemSelectionRange
Instance Method Summary collapse
Instance Method Details
#single_cell? ⇒ Boolean
140 141 142 |
# File 'lib/qtext/extensions.rb', line 140 def single_cell? self.top == self.bottom && self.left == self.right end |