Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readme
blob: 7cd0899aa689c7a6a2ba2d2285e97c662e708ea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
Note: 1 - record as slideN.wav in Deck_dir
      2 - add <clip>slideN.wav</clip> to 'submission'
      3 - play slideN.wav
      4 - test: record clip for three slides, verify each is playable when slide is selected


slideshow.py

class Deck
      set_locked_mode
      set_is_initiating
      getisInitiating
      set_title
      get_title
      reload
      save
      rebuild_dom
      getDeckPath
      resizeImage
      addSlide
      removeSlide
      moveSlide
      getSlideLayers
      getInstructorInk
      getSelfInkOrSubmission
      setActiveSubmission
      getActiveSubmission
      getSubmissionList
      addSubmission
      addInkToSlide
      clearInk
      clearInstructorInk
      removeInstructorPathByUID
      removeLocalPathByUID
      doSubmit
      doBroadcast
      getSerializedInkSubmission
      getSlideThumb
      setSlideThumb
      setSlideText
      doNewIndex
      goToIndex
      getIndex
      next
      previous
      isAtBeginning
      isAtEnd
      getSlideDimensionsFromXML
      getSlideCount
      
sharedslides.py

class ReadHTTPRequestHandler

class ReadHTTPServer

class sharedSlides

     getStreamTube
     handle_download_fail
     list_tubes_reply_cb
     list_tubes_error_cb
     new_tube_cb
     download_file
     download_result_cb
     download_progress_cb
     download_error_cb
     share_deck
     
shared.py

class Shared
     shared_cb
     joined_cb
     shared_setup
     deck_download_complete_cb
     student_dl_complete_cb
     list_tubes_reply_cb
     list_tubes_error_cb
     new_tube_cb
     participant_change_cb
     Slide_Changed
     Deck_Download_Complete
     Lock_Nav
     Push_Initial_State
     send_slide_changed_signal
     slide_changed_cb
     lock_nav_cb
     lock_mode_switch
     lock_nav
     unlock_nav
     send_ink_path
     Add_Ink_Path
     _get_buddy
     add_ink_path_cb
     submit_ink_cb
     Send_Submission
     receive_submission_cb
     bcast_submission_cb
     Bcast_Submission
     instr_clear_ink_cb
     Instructor_Clear_Ink
     recv_instr_clear_ink_cb
     instr_remove_ink_cb
     Instructor_Remove_Ink
     recv_instr_remove_ink_cb
     buddy_joined_cb
     buddy_left_cb
     
ink.py
     
class Path

     add
     __str__
     
classroompresenter.py

class ClassroomPresenter

     dl_complete_cb
     do_slideview_mode
     set_progress_max
     do_progress_view
     set_progress
     read_file
     write_file
     get_shared_activity
     
utils.py

     getFileType
     copy_file
     run_dialog
     
toolbars.py

class NavToolBar
     activity_shared_cb
     activity_joined_cb
     set_lock_button
     next
     previous
     slide_changed
     num_page_activate
     
class InkToolBar
     instructor_state_cb
     set_cur_pen
     set_ink_color
     set_erase
     set_tool_buttons
     submit_ink
     broadcast_ink
     reenable_submissions
     undo
     redo
     update_buttons
     
class MakeToolBar

     new
     choose
     save
     done
     
textarea.py

class TextArea

     update_text
     text_changed
     render_text_area
     clear_text
     record
     play
     stop
     create_bbox
     
sidebar.py

class SideBar
     load_subs
     sub_sel_changed
     load_thumbs
     change_slide
     moveslide
     removeslide