Class: Sketchup::ModelObserver
Instance Method Summary collapse
- #onActivePathChanged ⇒ Object
- #onAfterComponentSaveAs ⇒ Object
- #onBeforeComponentSaveAs ⇒ Object
- #onDeleteModel ⇒ Object
- #onEraseAll ⇒ Object
- #onExplode ⇒ Object
- #onPlaceComponent ⇒ Object
- #onSaveModel ⇒ Object
- #onTransactionAbort ⇒ Object
- #onTransactionCommit ⇒ Object
- #onTransactionEmpty ⇒ Object
- #onTransactionRedo ⇒ Object
- #onTransactionStart ⇒ Object
- #onTransactionUndo ⇒ Object
Instance Method Details
#onActivePathChanged ⇒ Object
3 4 |
# File 'lib/modelobserver.rb', line 3 def onActivePathChanged end |
#onAfterComponentSaveAs ⇒ Object
5 6 |
# File 'lib/modelobserver.rb', line 5 def onAfterComponentSaveAs end |
#onBeforeComponentSaveAs ⇒ Object
7 8 |
# File 'lib/modelobserver.rb', line 7 def onBeforeComponentSaveAs end |
#onDeleteModel ⇒ Object
9 10 |
# File 'lib/modelobserver.rb', line 9 def onDeleteModel end |
#onEraseAll ⇒ Object
11 12 |
# File 'lib/modelobserver.rb', line 11 def onEraseAll end |
#onExplode ⇒ Object
13 14 |
# File 'lib/modelobserver.rb', line 13 def onExplode end |
#onPlaceComponent ⇒ Object
15 16 |
# File 'lib/modelobserver.rb', line 15 def onPlaceComponent end |
#onSaveModel ⇒ Object
17 18 |
# File 'lib/modelobserver.rb', line 17 def onSaveModel end |
#onTransactionAbort ⇒ Object
19 20 |
# File 'lib/modelobserver.rb', line 19 def onTransactionAbort end |
#onTransactionCommit ⇒ Object
21 22 |
# File 'lib/modelobserver.rb', line 21 def onTransactionCommit end |
#onTransactionEmpty ⇒ Object
23 24 |
# File 'lib/modelobserver.rb', line 23 def onTransactionEmpty end |
#onTransactionRedo ⇒ Object
25 26 |
# File 'lib/modelobserver.rb', line 25 def onTransactionRedo end |
#onTransactionStart ⇒ Object
27 28 |
# File 'lib/modelobserver.rb', line 27 def onTransactionStart end |
#onTransactionUndo ⇒ Object
29 30 |
# File 'lib/modelobserver.rb', line 29 def onTransactionUndo end |