Class: Tool Abstract

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

Overview

This class is abstract.

Instance Method Summary collapse

Instance Method Details

#activateObject



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

def activate
end

#deactivateObject



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

def deactivate
end

#drawObject



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

def draw
end

#enableVCB?Boolean

Returns:

  • (Boolean)


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

def enableVCB?
end

#getExtentsObject



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

def getExtents
end

#getInstructorContentDirectoryObject



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

def getInstructorContentDirectory
end

#getMenuObject



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

def getMenu
end

#onCancelObject



17
18
# File 'lib/tool.rb', line 17

def onCancel
end

#onKeyDownObject



19
20
# File 'lib/tool.rb', line 19

def onKeyDown
end

#onKeyUpObject



21
22
# File 'lib/tool.rb', line 21

def onKeyUp
end

#onLButtonDoubleClickObject



23
24
# File 'lib/tool.rb', line 23

def onLButtonDoubleClick
end

#onLButtonDownObject



25
26
# File 'lib/tool.rb', line 25

def onLButtonDown
end

#onLButtonUpObject



27
28
# File 'lib/tool.rb', line 27

def onLButtonUp
end

#onMButtonDoubleClickObject



29
30
# File 'lib/tool.rb', line 29

def onMButtonDoubleClick
end

#onMButtonDownObject



31
32
# File 'lib/tool.rb', line 31

def onMButtonDown
end

#onMButtonUpObject



33
34
# File 'lib/tool.rb', line 33

def onMButtonUp
end

#onMouseEnterObject



35
36
# File 'lib/tool.rb', line 35

def onMouseEnter
end

#onMouseLeaveObject



37
38
# File 'lib/tool.rb', line 37

def onMouseLeave
end

#onMouseMoveObject



39
40
# File 'lib/tool.rb', line 39

def onMouseMove
end

#onRButtonDoubleClickObject



41
42
# File 'lib/tool.rb', line 41

def onRButtonDoubleClick
end

#onRButtonDownObject



43
44
# File 'lib/tool.rb', line 43

def onRButtonDown
end

#onRButtonUpObject



45
46
# File 'lib/tool.rb', line 45

def onRButtonUp
end

#onReturnObject



47
48
# File 'lib/tool.rb', line 47

def onReturn
end

#onSetCursorObject



49
50
# File 'lib/tool.rb', line 49

def onSetCursor
end

#onUserTextObject



51
52
# File 'lib/tool.rb', line 51

def onUserText
end

#resumeObject



53
54
# File 'lib/tool.rb', line 53

def resume
end

#suspendObject



55
56
# File 'lib/tool.rb', line 55

def suspend
end