Class: Sketchup::Tools

Inherits:
Object show all
Defined in:
lib/tools.rb

Instance Method Summary collapse

Instance Method Details

#active_tool_idObject



3
4
# File 'lib/tools.rb', line 3

def active_tool_id
end

#active_tool_nameObject



5
6
# File 'lib/tools.rb', line 5

def active_tool_name
end

#add_observerObject



7
8
# File 'lib/tools.rb', line 7

def add_observer
end

#modelObject



9
10
# File 'lib/tools.rb', line 9

def model
end

#pop_toolObject



11
12
# File 'lib/tools.rb', line 11

def pop_tool
end

#push_toolObject



13
14
# File 'lib/tools.rb', line 13

def push_tool
end

#remove_observerObject



15
16
# File 'lib/tools.rb', line 15

def remove_observer
end