Class: Sketchup::Tools
Instance Method Summary collapse
- #active_tool_id ⇒ Object
- #active_tool_name ⇒ Object
- #add_observer ⇒ Object
- #model ⇒ Object
- #pop_tool ⇒ Object
- #push_tool ⇒ Object
- #remove_observer ⇒ Object
Instance Method Details
#active_tool_id ⇒ Object
3 4 |
# File 'lib/tools.rb', line 3 def active_tool_id end |
#active_tool_name ⇒ Object
5 6 |
# File 'lib/tools.rb', line 5 def active_tool_name end |
#add_observer ⇒ Object
7 8 |
# File 'lib/tools.rb', line 7 def add_observer end |
#model ⇒ Object
9 10 |
# File 'lib/tools.rb', line 9 def model end |
#pop_tool ⇒ Object
11 12 |
# File 'lib/tools.rb', line 11 def pop_tool end |
#push_tool ⇒ Object
13 14 |
# File 'lib/tools.rb', line 13 def push_tool end |
#remove_observer ⇒ Object
15 16 |
# File 'lib/tools.rb', line 15 def remove_observer end |