Class: Sketchup::SelectionObserver
Instance Method Summary collapse
- #onSelectionAdded ⇒ Object
- #onSelectionBulkChange ⇒ Object
- #onSelectionCleared ⇒ Object
- #onSelectionRemoved ⇒ Object
Instance Method Details
#onSelectionAdded ⇒ Object
3 4 |
# File 'lib/selectionobserver.rb', line 3 def onSelectionAdded end |
#onSelectionBulkChange ⇒ Object
5 6 |
# File 'lib/selectionobserver.rb', line 5 def onSelectionBulkChange end |
#onSelectionCleared ⇒ Object
7 8 |
# File 'lib/selectionobserver.rb', line 7 def onSelectionCleared end |
#onSelectionRemoved ⇒ Object
9 10 |
# File 'lib/selectionobserver.rb', line 9 def onSelectionRemoved end |