gosu 0.7.14 → 0.7.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (335) hide show
  1. data/COPYING.txt +1 -2
  2. data/Gosu/Graphics.hpp +6 -0
  3. data/Gosu/Image.hpp +4 -0
  4. data/Gosu/Version.hpp +2 -2
  5. data/GosuImpl/Audio/ALChannelManagement.hpp +3 -3
  6. data/GosuImpl/Audio/AudioOpenAL.mm +11 -19
  7. data/GosuImpl/Audio/AudioToolboxFile.hpp +2 -1
  8. data/GosuImpl/Graphics/Common.hpp +3 -0
  9. data/GosuImpl/Graphics/DrawOp.hpp +105 -29
  10. data/GosuImpl/Graphics/GosuView.hpp +6 -0
  11. data/GosuImpl/Graphics/GosuView.mm +34 -1
  12. data/GosuImpl/Graphics/Graphics.cpp +57 -17
  13. data/GosuImpl/Graphics/Image.cpp +5 -0
  14. data/GosuImpl/Graphics/LargeImageData.cpp +1 -1
  15. data/GosuImpl/Graphics/Macro.hpp +79 -0
  16. data/GosuImpl/Graphics/TexChunk.cpp +3 -3
  17. data/GosuImpl/Graphics/TexChunk.hpp +2 -2
  18. data/GosuImpl/Graphics/TextMac.cpp +6 -0
  19. data/GosuImpl/Graphics/TextTouch.mm +49 -14
  20. data/GosuImpl/Graphics/Texture.cpp +2 -2
  21. data/GosuImpl/Graphics/Texture.hpp +3 -2
  22. data/GosuImpl/InputMac.mm +2 -0
  23. data/GosuImpl/RubyGosu.swg +15 -4
  24. data/GosuImpl/RubyGosu_wrap.cxx +85 -6
  25. data/GosuImpl/Sockets/CommSocket.cpp +304 -304
  26. data/GosuImpl/Sockets/Socket.cpp +1 -1
  27. data/GosuImpl/WindowMac.mm +3 -0
  28. data/GosuImpl/WindowTouch.mm +1 -0
  29. data/Rakefile +13 -5
  30. data/mac/Gosu.xcodeproj/jlnr.pbxuser +292 -280
  31. data/mac/Gosu.xcodeproj/jlnr.perspectivev3 +46 -48
  32. data/mac/Gosu.xcodeproj/project.pbxproj +58 -18
  33. data/reference/cpp/_audio_8hpp-source.html +2 -1
  34. data/reference/cpp/_audio_8hpp.html +11 -4
  35. data/reference/cpp/_audio_8hpp_source.html +178 -0
  36. data/reference/cpp/_auto_link_8hpp-source.html +1 -0
  37. data/reference/cpp/_auto_link_8hpp.html +5 -4
  38. data/reference/cpp/_auto_link_8hpp_source.html +85 -0
  39. data/reference/cpp/_bitmap_8hpp-source.html +9 -8
  40. data/reference/cpp/_bitmap_8hpp.html +11 -4
  41. data/reference/cpp/_bitmap_8hpp_source.html +131 -0
  42. data/reference/cpp/_buttons_mac_8hpp-source.html +124 -123
  43. data/reference/cpp/_buttons_mac_8hpp.html +10 -3
  44. data/reference/cpp/_buttons_mac_8hpp_source.html +206 -0
  45. data/reference/cpp/_color_8hpp-source.html +18 -17
  46. data/reference/cpp/_color_8hpp.html +16 -4
  47. data/reference/cpp/_color_8hpp_source.html +216 -0
  48. data/reference/cpp/_directories_8hpp-source.html +5 -4
  49. data/reference/cpp/_directories_8hpp.html +11 -4
  50. data/reference/cpp/_directories_8hpp_source.html +89 -0
  51. data/reference/cpp/_font_8hpp-source.html +8 -7
  52. data/reference/cpp/_font_8hpp.html +11 -4
  53. data/reference/cpp/_font_8hpp_source.html +116 -0
  54. data/reference/cpp/_fwd_8hpp-source.html +1 -0
  55. data/reference/cpp/_fwd_8hpp.html +11 -4
  56. data/reference/cpp/_fwd_8hpp_source.html +99 -0
  57. data/reference/cpp/_gosu_8hpp-source.html +1 -0
  58. data/reference/cpp/_gosu_8hpp.html +5 -4
  59. data/reference/cpp/_gosu_8hpp_source.html +97 -0
  60. data/reference/cpp/_graphics_8hpp-source.html +7 -6
  61. data/reference/cpp/_graphics_8hpp.html +11 -4
  62. data/reference/cpp/_graphics_8hpp_source.html +138 -0
  63. data/reference/cpp/_graphics_base_8hpp-source.html +22 -21
  64. data/reference/cpp/_graphics_base_8hpp.html +15 -8
  65. data/reference/cpp/_graphics_base_8hpp_source.html +116 -0
  66. data/reference/cpp/_i_o_8hpp-source.html +16 -15
  67. data/reference/cpp/_i_o_8hpp.html +13 -6
  68. data/reference/cpp/_i_o_8hpp_source.html +302 -0
  69. data/reference/cpp/_image_8hpp-source.html +23 -22
  70. data/reference/cpp/_image_8hpp.html +11 -4
  71. data/reference/cpp/_image_8hpp_source.html +176 -0
  72. data/reference/cpp/_image_data_8hpp-source.html +2 -1
  73. data/reference/cpp/_image_data_8hpp.html +11 -4
  74. data/reference/cpp/_image_data_8hpp_source.html +109 -0
  75. data/reference/cpp/_input_8hpp-source.html +6 -5
  76. data/reference/cpp/_input_8hpp.html +11 -4
  77. data/reference/cpp/_input_8hpp_source.html +183 -0
  78. data/reference/cpp/_math_8hpp-source.html +26 -25
  79. data/reference/cpp/_math_8hpp.html +11 -4
  80. data/reference/cpp/_math_8hpp_source.html +157 -0
  81. data/reference/cpp/_platform_8hpp-source.html +5 -4
  82. data/reference/cpp/_platform_8hpp.html +14 -7
  83. data/reference/cpp/_platform_8hpp_source.html +134 -0
  84. data/reference/cpp/_rot_flip_8hpp-source.html +30 -29
  85. data/reference/cpp/_rot_flip_8hpp.html +12 -5
  86. data/reference/cpp/_rot_flip_8hpp_source.html +185 -0
  87. data/reference/cpp/_sockets_8hpp-source.html +25 -24
  88. data/reference/cpp/_sockets_8hpp.html +14 -7
  89. data/reference/cpp/_sockets_8hpp_source.html +175 -0
  90. data/reference/cpp/_text_8hpp-source.html +7 -6
  91. data/reference/cpp/_text_8hpp.html +11 -4
  92. data/reference/cpp/_text_8hpp_source.html +103 -0
  93. data/reference/cpp/_text_input_8hpp-source.html +1 -0
  94. data/reference/cpp/_text_input_8hpp.html +11 -4
  95. data/reference/cpp/_text_input_8hpp_source.html +111 -0
  96. data/reference/cpp/_timing_8hpp-source.html +3 -2
  97. data/reference/cpp/_timing_8hpp.html +11 -4
  98. data/reference/cpp/_timing_8hpp_source.html +83 -0
  99. data/reference/cpp/_utility_8hpp-source.html +5 -4
  100. data/reference/cpp/_utility_8hpp.html +11 -4
  101. data/reference/cpp/_utility_8hpp_source.html +90 -0
  102. data/reference/cpp/_version_8hpp-source.html +1 -0
  103. data/reference/cpp/_version_8hpp.html +7 -6
  104. data/reference/cpp/_version_8hpp_source.html +78 -0
  105. data/reference/cpp/_win_utility_8hpp-source.html +13 -12
  106. data/reference/cpp/_win_utility_8hpp.html +18 -6
  107. data/reference/cpp/_win_utility_8hpp_source.html +126 -0
  108. data/reference/cpp/_window_8hpp-source.html +6 -5
  109. data/reference/cpp/_window_8hpp.html +12 -5
  110. data/reference/cpp/_window_8hpp_source.html +158 -0
  111. data/reference/cpp/annotated.html +3 -2
  112. data/reference/cpp/class_gosu_1_1_audio-members.html +2 -1
  113. data/reference/cpp/class_gosu_1_1_audio.html +5 -4
  114. data/reference/cpp/class_gosu_1_1_bitmap-members.html +2 -1
  115. data/reference/cpp/class_gosu_1_1_bitmap.html +17 -12
  116. data/reference/cpp/class_gosu_1_1_buffer-members.html +2 -1
  117. data/reference/cpp/class_gosu_1_1_buffer.html +12 -13
  118. data/reference/cpp/class_gosu_1_1_button-members.html +2 -1
  119. data/reference/cpp/class_gosu_1_1_button.html +13 -10
  120. data/reference/cpp/class_gosu_1_1_color-members.html +2 -1
  121. data/reference/cpp/class_gosu_1_1_color.html +29 -26
  122. data/reference/cpp/class_gosu_1_1_comm_socket-members.html +2 -1
  123. data/reference/cpp/class_gosu_1_1_comm_socket.html +23 -22
  124. data/reference/cpp/class_gosu_1_1_file-members.html +2 -1
  125. data/reference/cpp/class_gosu_1_1_file.html +7 -6
  126. data/reference/cpp/class_gosu_1_1_font-members.html +2 -1
  127. data/reference/cpp/class_gosu_1_1_font.html +17 -16
  128. data/reference/cpp/class_gosu_1_1_graphics-members.html +4 -1
  129. data/reference/cpp/class_gosu_1_1_graphics.html +68 -19
  130. data/reference/cpp/class_gosu_1_1_image-members.html +3 -1
  131. data/reference/cpp/class_gosu_1_1_image.html +49 -23
  132. data/reference/cpp/class_gosu_1_1_image_data-members.html +2 -1
  133. data/reference/cpp/class_gosu_1_1_image_data.html +9 -8
  134. data/reference/cpp/class_gosu_1_1_input-members.html +2 -1
  135. data/reference/cpp/class_gosu_1_1_input.html +7 -6
  136. data/reference/cpp/class_gosu_1_1_listener_socket-members.html +2 -1
  137. data/reference/cpp/class_gosu_1_1_listener_socket.html +12 -11
  138. data/reference/cpp/class_gosu_1_1_message_socket-members.html +2 -1
  139. data/reference/cpp/class_gosu_1_1_message_socket.html +19 -18
  140. data/reference/cpp/class_gosu_1_1_reader-members.html +2 -1
  141. data/reference/cpp/class_gosu_1_1_reader.html +18 -17
  142. data/reference/cpp/class_gosu_1_1_resource-members.html +2 -1
  143. data/reference/cpp/class_gosu_1_1_resource.html +10 -9
  144. data/reference/cpp/class_gosu_1_1_rot_flip-members.html +2 -1
  145. data/reference/cpp/class_gosu_1_1_rot_flip.html +24 -19
  146. data/reference/cpp/class_gosu_1_1_sample-members.html +2 -1
  147. data/reference/cpp/class_gosu_1_1_sample.html +5 -4
  148. data/reference/cpp/class_gosu_1_1_sample_instance-members.html +2 -1
  149. data/reference/cpp/class_gosu_1_1_sample_instance.html +5 -4
  150. data/reference/cpp/class_gosu_1_1_song-members.html +2 -1
  151. data/reference/cpp/class_gosu_1_1_song.html +6 -5
  152. data/reference/cpp/class_gosu_1_1_text_input-members.html +2 -1
  153. data/reference/cpp/class_gosu_1_1_text_input.html +6 -5
  154. data/reference/cpp/class_gosu_1_1_window-members.html +2 -1
  155. data/reference/cpp/class_gosu_1_1_window.html +12 -11
  156. data/reference/cpp/class_gosu_1_1_writer-members.html +2 -1
  157. data/reference/cpp/class_gosu_1_1_writer.html +15 -14
  158. data/reference/cpp/classes.html +11 -10
  159. data/reference/cpp/files.html +28 -27
  160. data/reference/cpp/functions.html +2 -1
  161. data/reference/cpp/functions_0x62.html +5 -2
  162. data/reference/cpp/functions_0x63.html +2 -1
  163. data/reference/cpp/functions_0x64.html +2 -1
  164. data/reference/cpp/functions_0x65.html +4 -1
  165. data/reference/cpp/functions_0x66.html +2 -1
  166. data/reference/cpp/functions_0x67.html +5 -2
  167. data/reference/cpp/functions_0x68.html +2 -1
  168. data/reference/cpp/functions_0x69.html +2 -1
  169. data/reference/cpp/functions_0x6b.html +2 -1
  170. data/reference/cpp/functions_0x6c.html +2 -1
  171. data/reference/cpp/functions_0x6d.html +2 -1
  172. data/reference/cpp/functions_0x6e.html +2 -1
  173. data/reference/cpp/functions_0x6f.html +2 -1
  174. data/reference/cpp/functions_0x70.html +2 -1
  175. data/reference/cpp/functions_0x72.html +2 -1
  176. data/reference/cpp/functions_0x73.html +2 -1
  177. data/reference/cpp/functions_0x74.html +4 -3
  178. data/reference/cpp/functions_0x75.html +2 -1
  179. data/reference/cpp/functions_0x76.html +2 -1
  180. data/reference/cpp/functions_0x77.html +2 -1
  181. data/reference/cpp/functions_0x78.html +2 -1
  182. data/reference/cpp/functions_0x79.html +2 -1
  183. data/reference/cpp/functions_0x7e.html +2 -1
  184. data/reference/cpp/functions_enum.html +2 -1
  185. data/reference/cpp/functions_eval.html +2 -1
  186. data/reference/cpp/functions_func.html +2 -1
  187. data/reference/cpp/functions_func_0x62.html +5 -2
  188. data/reference/cpp/functions_func_0x63.html +2 -1
  189. data/reference/cpp/functions_func_0x64.html +2 -1
  190. data/reference/cpp/functions_func_0x65.html +4 -1
  191. data/reference/cpp/functions_func_0x66.html +2 -1
  192. data/reference/cpp/functions_func_0x67.html +5 -2
  193. data/reference/cpp/functions_func_0x68.html +2 -1
  194. data/reference/cpp/functions_func_0x69.html +2 -1
  195. data/reference/cpp/functions_func_0x6b.html +2 -1
  196. data/reference/cpp/functions_func_0x6c.html +2 -1
  197. data/reference/cpp/functions_func_0x6d.html +2 -1
  198. data/reference/cpp/functions_func_0x6e.html +2 -1
  199. data/reference/cpp/functions_func_0x6f.html +2 -1
  200. data/reference/cpp/functions_func_0x70.html +2 -1
  201. data/reference/cpp/functions_func_0x72.html +2 -1
  202. data/reference/cpp/functions_func_0x73.html +2 -1
  203. data/reference/cpp/functions_func_0x74.html +4 -3
  204. data/reference/cpp/functions_func_0x75.html +2 -1
  205. data/reference/cpp/functions_func_0x76.html +2 -1
  206. data/reference/cpp/functions_func_0x77.html +2 -1
  207. data/reference/cpp/functions_func_0x7e.html +2 -1
  208. data/reference/cpp/functions_type.html +2 -1
  209. data/reference/cpp/functions_vars.html +2 -1
  210. data/reference/cpp/globals.html +2 -1
  211. data/reference/cpp/globals_defs.html +2 -1
  212. data/reference/cpp/hierarchy.html +2 -1
  213. data/reference/cpp/index.html +3 -2
  214. data/reference/cpp/namespace_gosu.html +3314 -0
  215. data/reference/cpp/namespace_gosu_1_1_colors.html +274 -0
  216. data/reference/cpp/namespace_gosu_1_1_win.html +354 -0
  217. data/reference/cpp/namespacemembers.html +135 -0
  218. data/reference/cpp/namespacemembers_0x62.html +143 -0
  219. data/reference/cpp/namespacemembers_0x63.html +125 -0
  220. data/reference/cpp/namespacemembers_0x64.html +119 -0
  221. data/reference/cpp/namespacemembers_0x66.html +129 -0
  222. data/reference/cpp/namespacemembers_0x67.html +165 -0
  223. data/reference/cpp/namespacemembers_0x68.html +113 -0
  224. data/reference/cpp/namespacemembers_0x69.html +117 -0
  225. data/reference/cpp/namespacemembers_0x6b.html +289 -0
  226. data/reference/cpp/namespacemembers_0x6c.html +119 -0
  227. data/reference/cpp/namespacemembers_0x6d.html +131 -0
  228. data/reference/cpp/namespacemembers_0x6e.html +127 -0
  229. data/reference/cpp/namespacemembers_0x6f.html +121 -0
  230. data/reference/cpp/namespacemembers_0x70.html +115 -0
  231. data/reference/cpp/namespacemembers_0x71.html +113 -0
  232. data/reference/cpp/namespacemembers_0x72.html +165 -0
  233. data/reference/cpp/namespacemembers_0x73.html +135 -0
  234. data/reference/cpp/namespacemembers_0x74.html +129 -0
  235. data/reference/cpp/namespacemembers_0x75.html +117 -0
  236. data/reference/cpp/namespacemembers_0x77.html +117 -0
  237. data/reference/cpp/namespacemembers_0x79.html +113 -0
  238. data/reference/cpp/namespacemembers_0x7a.html +115 -0
  239. data/reference/cpp/namespacemembers_enum.html +103 -0
  240. data/reference/cpp/namespacemembers_eval.html +443 -0
  241. data/reference/cpp/namespacemembers_func.html +269 -0
  242. data/reference/cpp/namespacemembers_type.html +93 -0
  243. data/reference/cpp/namespacemembers_vars.html +115 -0
  244. data/reference/cpp/namespaces.html +76 -0
  245. data/reference/cpp/struct_gosu_1_1_g_l_tex_info-members.html +2 -1
  246. data/reference/cpp/struct_gosu_1_1_g_l_tex_info.html +10 -9
  247. data/reference/cpp/struct_gosu_1_1_touch-members.html +2 -1
  248. data/reference/cpp/struct_gosu_1_1_touch.html +8 -7
  249. data/reference/rdoc/classes/Gosu.html +16 -29
  250. data/reference/rdoc/classes/Gosu.src/M000003.html +0 -0
  251. data/reference/rdoc/classes/Gosu.src/M000004.html +0 -0
  252. data/reference/rdoc/classes/Gosu.src/M000005.html +0 -0
  253. data/reference/rdoc/classes/Gosu.src/M000006.html +0 -0
  254. data/reference/rdoc/classes/Gosu.src/M000007.html +0 -0
  255. data/reference/rdoc/classes/Gosu.src/M000008.html +0 -0
  256. data/reference/rdoc/classes/Gosu.src/M000009.html +0 -0
  257. data/reference/rdoc/classes/Gosu.src/M000010.html +0 -0
  258. data/reference/rdoc/classes/Gosu.src/M000011.html +0 -0
  259. data/reference/rdoc/classes/Gosu.src/M000012.html +0 -0
  260. data/reference/rdoc/classes/Gosu/Color.html +16 -17
  261. data/reference/rdoc/classes/Gosu/Color.src/M000016.html +0 -0
  262. data/reference/rdoc/classes/Gosu/Color.src/M000017.html +0 -0
  263. data/reference/rdoc/classes/Gosu/Color.src/M000018.html +0 -0
  264. data/reference/rdoc/classes/Gosu/Color.src/M000019.html +0 -0
  265. data/reference/rdoc/classes/Gosu/Font.html +16 -19
  266. data/reference/rdoc/classes/Gosu/Font.src/M000029.html +0 -0
  267. data/reference/rdoc/classes/Gosu/Font.src/M000030.html +0 -0
  268. data/reference/rdoc/classes/Gosu/Font.src/M000031.html +0 -0
  269. data/reference/rdoc/classes/Gosu/Font.src/M000032.html +0 -0
  270. data/reference/rdoc/classes/Gosu/Font.src/M000033.html +0 -0
  271. data/reference/rdoc/classes/Gosu/GLTexInfo.html +24 -16
  272. data/reference/rdoc/classes/Gosu/Image.html +16 -27
  273. data/reference/rdoc/classes/Gosu/Image.src/M000020.html +0 -0
  274. data/reference/rdoc/classes/Gosu/Image.src/M000021.html +0 -0
  275. data/reference/rdoc/classes/Gosu/Image.src/M000022.html +0 -0
  276. data/reference/rdoc/classes/Gosu/Image.src/M000023.html +0 -0
  277. data/reference/rdoc/classes/Gosu/Image.src/M000024.html +0 -0
  278. data/reference/rdoc/classes/Gosu/Image.src/M000025.html +0 -0
  279. data/reference/rdoc/classes/Gosu/Image.src/M000026.html +0 -0
  280. data/reference/rdoc/classes/Gosu/Image.src/M000027.html +0 -0
  281. data/reference/rdoc/classes/Gosu/Image.src/M000028.html +0 -0
  282. data/reference/rdoc/classes/Gosu/Sample.html +16 -15
  283. data/reference/rdoc/classes/Gosu/Sample.src/M000013.html +0 -0
  284. data/reference/rdoc/classes/Gosu/Sample.src/M000014.html +0 -0
  285. data/reference/rdoc/classes/Gosu/Sample.src/M000015.html +0 -0
  286. data/reference/rdoc/classes/Gosu/SampleInstance.html +16 -19
  287. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000051.html +0 -0
  288. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000052.html +0 -0
  289. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000053.html +0 -0
  290. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000054.html +0 -0
  291. data/reference/rdoc/classes/Gosu/SampleInstance.src/M000055.html +0 -0
  292. data/reference/rdoc/classes/Gosu/Song.html +16 -23
  293. data/reference/rdoc/classes/Gosu/Song.src/M000056.html +0 -0
  294. data/reference/rdoc/classes/Gosu/Song.src/M000057.html +0 -0
  295. data/reference/rdoc/classes/Gosu/Song.src/M000058.html +0 -0
  296. data/reference/rdoc/classes/Gosu/Song.src/M000059.html +0 -0
  297. data/reference/rdoc/classes/Gosu/Song.src/M000060.html +0 -0
  298. data/reference/rdoc/classes/Gosu/Song.src/M000061.html +0 -0
  299. data/reference/rdoc/classes/Gosu/Song.src/M000062.html +0 -0
  300. data/reference/rdoc/classes/Gosu/TextInput.html +16 -9
  301. data/reference/rdoc/classes/Gosu/Window.html +16 -51
  302. data/reference/rdoc/classes/Gosu/Window.src/M000034.html +0 -0
  303. data/reference/rdoc/classes/Gosu/Window.src/M000035.html +0 -0
  304. data/reference/rdoc/classes/Gosu/Window.src/M000036.html +0 -0
  305. data/reference/rdoc/classes/Gosu/Window.src/M000037.html +0 -0
  306. data/reference/rdoc/classes/Gosu/Window.src/M000038.html +0 -0
  307. data/reference/rdoc/classes/Gosu/Window.src/M000039.html +0 -0
  308. data/reference/rdoc/classes/Gosu/Window.src/M000040.html +0 -0
  309. data/reference/rdoc/classes/Gosu/Window.src/M000041.html +0 -0
  310. data/reference/rdoc/classes/Gosu/Window.src/M000042.html +0 -0
  311. data/reference/rdoc/classes/Gosu/Window.src/M000043.html +0 -0
  312. data/reference/rdoc/classes/Gosu/Window.src/M000044.html +0 -0
  313. data/reference/rdoc/classes/Gosu/Window.src/M000045.html +0 -0
  314. data/reference/rdoc/classes/Gosu/Window.src/M000046.html +0 -0
  315. data/reference/rdoc/classes/Gosu/Window.src/M000047.html +0 -0
  316. data/reference/rdoc/classes/Gosu/Window.src/M000048.html +0 -0
  317. data/reference/rdoc/classes/Gosu/Window.src/M000049.html +0 -0
  318. data/reference/rdoc/classes/Gosu/Window.src/M000050.html +0 -0
  319. data/reference/rdoc/classes/Numeric.html +16 -13
  320. data/reference/rdoc/classes/Numeric.src/M000001.html +0 -0
  321. data/reference/rdoc/classes/Numeric.src/M000002.html +0 -0
  322. data/reference/rdoc/created.rid +1 -1
  323. data/reference/rdoc/files/COPYING_txt.html +17 -12
  324. data/reference/rdoc/files/README_txt.html +16 -10
  325. data/reference/rdoc/files/reference/{DeploymentOnOSX_rdoc.html → Deployment on OS X_rdoc.html } +17 -11
  326. data/reference/rdoc/files/reference/{DeploymentOnWindows_rdoc.html → Deployment on Windows_rdoc.html } +17 -11
  327. data/reference/rdoc/files/reference/{DrawingWithColors_rdoc.html → Drawing with Colors_rdoc.html } +23 -17
  328. data/reference/rdoc/files/reference/{OrderOfCorners_rdoc.html → Order of Corners_rdoc.html } +18 -12
  329. data/reference/rdoc/files/reference/Tileability_rdoc.html +16 -10
  330. data/reference/rdoc/files/reference/{ZOrdering_rdoc.html → Z Ordering_rdoc.html } +18 -12
  331. data/reference/rdoc/files/reference/gosu_rb.html +16 -10
  332. data/reference/rdoc/fr_file_index.html +5 -5
  333. data/reference/rdoc/index.html +1 -1
  334. data/reference/rdoc/rdoc-style.css +4 -0
  335. metadata +129 -9
@@ -5,7 +5,7 @@
5
5
  </head>
6
6
  <body>
7
7
  <div class="everything">
8
- <!-- Generated by Doxygen 1.5.8 -->
8
+ <!-- Generated by Doxygen 1.5.9 -->
9
9
  <script type="text/javascript">
10
10
  <!--
11
11
  function changeDisplayState (e){
@@ -51,6 +51,7 @@ window.onload = initDynSections;
51
51
  <div class="tabs">
52
52
  <ul>
53
53
  <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
54
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
54
55
  <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
55
56
  <li><a href="files.html"><span>Files</span></a></li>
56
57
  </ul>
@@ -5,7 +5,7 @@
5
5
  </head>
6
6
  <body>
7
7
  <div class="everything">
8
- <!-- Generated by Doxygen 1.5.8 -->
8
+ <!-- Generated by Doxygen 1.5.9 -->
9
9
  <script type="text/javascript">
10
10
  <!--
11
11
  function changeDisplayState (e){
@@ -51,6 +51,7 @@ window.onload = initDynSections;
51
51
  <div class="tabs">
52
52
  <ul>
53
53
  <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
54
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
54
55
  <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
55
56
  <li><a href="files.html"><span>Files</span></a></li>
56
57
  </ul>
@@ -62,7 +63,7 @@ window.onload = initDynSections;
62
63
  <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
63
64
  </ul>
64
65
  </div>
65
- <div class="navpath"><b>Gosu</b>::<a class="el" href="class_gosu_1_1_button.html">Button</a>
66
+ <div class="navpath"><a class="el" href="namespace_gosu.html">Gosu</a>::<a class="el" href="class_gosu_1_1_button.html">Button</a>
66
67
  </div>
67
68
  </div>
68
69
  <div class="contents">
@@ -83,13 +84,13 @@ window.onload = initDynSections;
83
84
  <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_button.html#0277cb92caff494eb2b568101ada4254">Button</a> ()</td></tr>
84
85
 
85
86
  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default constructor; == noButton. <a href="#0277cb92caff494eb2b568101ada4254"></a><br></td></tr>
86
- <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_button.html#b0d53d357fa263d676d803c6c6baf843">Button</a> (ButtonName name)</td></tr>
87
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_button.html#b0d53d357fa263d676d803c6c6baf843">Button</a> (<a class="el" href="namespace_gosu.html#b085b2dbdd533b49dadaf217dbcf8368">ButtonName</a> name)</td></tr>
87
88
 
88
89
  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Conversion from ButtonName constants. <a href="#b0d53d357fa263d676d803c6c6baf843"></a><br></td></tr>
89
90
  </table>
90
91
  <hr><a name="_details"></a><h2>Detailed Description</h2>
91
92
  Very lightweight class that identifies a button (keyboard, mouse or other device).
92
- <p>Definition at line <a class="el" href="_input_8hpp-source.html#l00035">35</a> of file <a class="el" href="_input_8hpp-source.html">Input.hpp</a>.</p>
93
+ <p>Definition at line <a class="el" href="_input_8hpp_source.html#l00035">35</a> of file <a class="el" href="_input_8hpp_source.html">Input.hpp</a>.</p>
93
94
  <hr><h2>Constructor &amp; Destructor Documentation</h2>
94
95
  <a class="anchor" name="e32f254fdf87bd98cfaa2c1be62e5600"></a><!-- doxytag: member="Gosu::Button::Button" ref="e32f254fdf87bd98cfaa2c1be62e5600" args="(unsigned id)" -->
95
96
  <div class="memitem">
@@ -111,7 +112,7 @@ Very lightweight class that identifies a button (keyboard, mouse or other device
111
112
  For internal use.
112
113
  <p>
113
114
 
114
- <p>Definition at line <a class="el" href="_input_8hpp-source.html#l00041">41</a> of file <a class="el" href="_input_8hpp-source.html">Input.hpp</a>.</p>
115
+ <p>Definition at line <a class="el" href="_input_8hpp_source.html#l00041">41</a> of file <a class="el" href="_input_8hpp_source.html">Input.hpp</a>.</p>
115
116
 
116
117
  </div>
117
118
  </div><p>
@@ -134,7 +135,7 @@ For internal use.
134
135
  Default constructor; == noButton.
135
136
  <p>
136
137
 
137
- <p>Definition at line <a class="el" href="_input_8hpp-source.html#l00046">46</a> of file <a class="el" href="_input_8hpp-source.html">Input.hpp</a>.</p>
138
+ <p>Definition at line <a class="el" href="_input_8hpp_source.html#l00046">46</a> of file <a class="el" href="_input_8hpp_source.html">Input.hpp</a>.</p>
138
139
 
139
140
  </div>
140
141
  </div><p>
@@ -145,7 +146,7 @@ Default constructor; == noButton.
145
146
  <tr>
146
147
  <td class="memname">Gosu::Button::Button </td>
147
148
  <td>(</td>
148
- <td class="paramtype">ButtonName&nbsp;</td>
149
+ <td class="paramtype"><a class="el" href="namespace_gosu.html#b085b2dbdd533b49dadaf217dbcf8368">ButtonName</a>&nbsp;</td>
149
150
  <td class="paramname"> <em>name</em> </td>
150
151
  <td>&nbsp;)&nbsp;</td>
151
152
  <td></td>
@@ -158,7 +159,7 @@ Default constructor; == noButton.
158
159
  Conversion from ButtonName constants.
159
160
  <p>
160
161
 
161
- <p>Definition at line <a class="el" href="_input_8hpp-source.html#l00049">49</a> of file <a class="el" href="_input_8hpp-source.html">Input.hpp</a>.</p>
162
+ <p>Definition at line <a class="el" href="_input_8hpp_source.html#l00049">49</a> of file <a class="el" href="_input_8hpp_source.html">Input.hpp</a>.</p>
162
163
 
163
164
  </div>
164
165
  </div><p>
@@ -182,12 +183,14 @@ Conversion from ButtonName constants.
182
183
  For internal use.
183
184
  <p>
184
185
 
185
- <p>Definition at line <a class="el" href="_input_8hpp-source.html#l00043">43</a> of file <a class="el" href="_input_8hpp-source.html">Input.hpp</a>.</p>
186
+ <p>Definition at line <a class="el" href="_input_8hpp_source.html#l00043">43</a> of file <a class="el" href="_input_8hpp_source.html">Input.hpp</a>.</p>
187
+
188
+ <p>Referenced by <a class="el" href="_input_8hpp_source.html#l00067">Gosu::operator==()</a>.</p>
186
189
 
187
190
  </div>
188
191
  </div><p>
189
192
  <hr>The documentation for this class was generated from the following file:<ul>
190
- <li><a class="el" href="_input_8hpp-source.html">Input.hpp</a></ul>
193
+ <li><a class="el" href="_input_8hpp_source.html">Input.hpp</a></ul>
191
194
  </div>
192
195
  <p class="footer">Documentation not clear enough? Please go to one of the places listed on <a href="http://www.libgosu.org/">http://www.libgosu.org/</a> and leave feedback. Thanks!</p>
193
196
  </div>
@@ -5,7 +5,7 @@
5
5
  </head>
6
6
  <body>
7
7
  <div class="everything">
8
- <!-- Generated by Doxygen 1.5.8 -->
8
+ <!-- Generated by Doxygen 1.5.9 -->
9
9
  <script type="text/javascript">
10
10
  <!--
11
11
  function changeDisplayState (e){
@@ -51,6 +51,7 @@ window.onload = initDynSections;
51
51
  <div class="tabs">
52
52
  <ul>
53
53
  <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
54
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
54
55
  <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
55
56
  <li><a href="files.html"><span>Files</span></a></li>
56
57
  </ul>
@@ -5,7 +5,7 @@
5
5
  </head>
6
6
  <body>
7
7
  <div class="everything">
8
- <!-- Generated by Doxygen 1.5.8 -->
8
+ <!-- Generated by Doxygen 1.5.9 -->
9
9
  <script type="text/javascript">
10
10
  <!--
11
11
  function changeDisplayState (e){
@@ -51,6 +51,7 @@ window.onload = initDynSections;
51
51
  <div class="tabs">
52
52
  <ul>
53
53
  <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
54
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
54
55
  <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
55
56
  <li><a href="files.html"><span>Files</span></a></li>
56
57
  </ul>
@@ -62,7 +63,7 @@ window.onload = initDynSections;
62
63
  <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
63
64
  </ul>
64
65
  </div>
65
- <div class="navpath"><b>Gosu</b>::<a class="el" href="class_gosu_1_1_color.html">Color</a>
66
+ <div class="navpath"><a class="el" href="namespace_gosu.html">Gosu</a>::<a class="el" href="class_gosu_1_1_color.html">Color</a>
66
67
  </div>
67
68
  </div>
68
69
  <div class="contents">
@@ -141,7 +142,7 @@ window.onload = initDynSections;
141
142
  Represents an ARGB color value with 8 bits for each channel.
142
143
  <p>
143
144
  Can be implicitly constructed from literals of the form 0xaarrggbb. Has fast value semantics.
144
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00014">14</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
145
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00014">14</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
145
146
  <hr><h2>Member Typedef Documentation</h2>
146
147
  <a class="anchor" name="34cffcd5f7a3c8668b74fb489a5be708"></a><!-- doxytag: member="Gosu::Color::Channel" ref="34cffcd5f7a3c8668b74fb489a5be708" args="" -->
147
148
  <div class="memitem">
@@ -156,7 +157,7 @@ Can be implicitly constructed from literals of the form 0xaarrggbb. Has fast val
156
157
 
157
158
  <p>
158
159
 
159
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00019">19</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
160
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00019">19</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
160
161
 
161
162
  </div>
162
163
  </div><p>
@@ -180,7 +181,7 @@ Can be implicitly constructed from literals of the form 0xaarrggbb. Has fast val
180
181
  The default constructor does not initialize the color to any value.
181
182
  <p>
182
183
 
183
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00022">22</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
184
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00022">22</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
184
185
 
185
186
  </div>
186
187
  </div><p>
@@ -204,7 +205,7 @@ The default constructor does not initialize the color to any value.
204
205
  Conversion constructor for literals of the form 0xaarrggbb.
205
206
  <p>
206
207
  (C++ only.)
207
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00028">28</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
208
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00028">28</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
208
209
 
209
210
  </div>
210
211
  </div><p>
@@ -241,7 +242,7 @@ Conversion constructor for literals of the form 0xaarrggbb.
241
242
 
242
243
  <p>
243
244
 
244
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00033">33</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
245
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00033">33</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
245
246
 
246
247
  </div>
247
248
  </div><p>
@@ -284,7 +285,7 @@ Conversion constructor for literals of the form 0xaarrggbb.
284
285
 
285
286
  <p>
286
287
 
287
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00038">38</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
288
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00038">38</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
288
289
 
289
290
  </div>
290
291
  </div><p>
@@ -308,9 +309,9 @@ Conversion constructor for literals of the form 0xaarrggbb.
308
309
  Returns the color in 0xaabbggrr representation.
309
310
  <p>
310
311
 
311
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00125">125</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
312
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00125">125</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
312
313
 
313
- <p>References <a class="el" href="_color_8hpp-source.html#l00050">alpha()</a>, and <a class="el" href="_color_8hpp-source.html#l00119">bgr()</a>.</p>
314
+ <p>References <a class="el" href="_color_8hpp_source.html#l00050">alpha()</a>, and <a class="el" href="_color_8hpp_source.html#l00119">bgr()</a>.</p>
314
315
 
315
316
  </div>
316
317
  </div><p>
@@ -331,9 +332,9 @@ Returns the color in 0xaabbggrr representation.
331
332
 
332
333
  <p>
333
334
 
334
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00050">50</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
335
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00050">50</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
335
336
 
336
- <p>Referenced by <a class="el" href="_color_8hpp-source.html#l00125">abgr()</a>.</p>
337
+ <p>Referenced by <a class="el" href="_color_8hpp_source.html#l00125">abgr()</a>.</p>
337
338
 
338
339
  </div>
339
340
  </div><p>
@@ -356,7 +357,9 @@ Returns the color in 0xaabbggrr representation.
356
357
  Returns the color in 0xaarrggbb representation.
357
358
  <p>
358
359
 
359
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00113">113</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
360
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00113">113</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
361
+
362
+ <p>Referenced by <a class="el" href="_color_8hpp_source.html#l00141">Gosu::operator!=()</a>, and <a class="el" href="_color_8hpp_source.html#l00136">Gosu::operator==()</a>.</p>
360
363
 
361
364
  </div>
362
365
  </div><p>
@@ -379,11 +382,11 @@ Returns the color in 0xaarrggbb representation.
379
382
  Returns the color in 0x00bbggrr representation.
380
383
  <p>
381
384
 
382
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00119">119</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
385
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00119">119</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
383
386
 
384
- <p>References <a class="el" href="_color_8hpp-source.html#l00065">blue()</a>, and <a class="el" href="_color_8hpp-source.html#l00055">red()</a>.</p>
387
+ <p>References <a class="el" href="_color_8hpp_source.html#l00065">blue()</a>, and <a class="el" href="_color_8hpp_source.html#l00055">red()</a>.</p>
385
388
 
386
- <p>Referenced by <a class="el" href="_color_8hpp-source.html#l00125">abgr()</a>.</p>
389
+ <p>Referenced by <a class="el" href="_color_8hpp_source.html#l00125">abgr()</a>.</p>
387
390
 
388
391
  </div>
389
392
  </div><p>
@@ -404,9 +407,9 @@ Returns the color in 0x00bbggrr representation.
404
407
 
405
408
  <p>
406
409
 
407
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00065">65</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
410
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00065">65</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
408
411
 
409
- <p>Referenced by <a class="el" href="_color_8hpp-source.html#l00119">bgr()</a>.</p>
412
+ <p>Referenced by <a class="el" href="_color_8hpp_source.html#l00119">bgr()</a>.</p>
410
413
 
411
414
  </div>
412
415
  </div><p>
@@ -505,7 +508,7 @@ Ranges of these values are given as 0..360, 0..1 and 0..1, respectively. The alp
505
508
 
506
509
  <p>
507
510
 
508
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00060">60</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
511
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00060">60</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
509
512
 
510
513
  </div>
511
514
  </div><p>
@@ -547,9 +550,9 @@ Returns the hue of the color, in the usual range of 0..360.
547
550
 
548
551
  <p>
549
552
 
550
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00055">55</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
553
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00055">55</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
551
554
 
552
- <p>Referenced by <a class="el" href="_color_8hpp-source.html#l00119">bgr()</a>.</p>
555
+ <p>Referenced by <a class="el" href="_color_8hpp_source.html#l00119">bgr()</a>.</p>
553
556
 
554
557
  </div>
555
558
  </div><p>
@@ -592,7 +595,7 @@ Returns the saturation of the color, in the range of 0..1.
592
595
 
593
596
  <p>
594
597
 
595
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00070">70</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
598
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00070">70</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
596
599
 
597
600
  </div>
598
601
  </div><p>
@@ -614,7 +617,7 @@ Returns the saturation of the color, in the range of 0..1.
614
617
 
615
618
  <p>
616
619
 
617
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00088">88</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
620
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00088">88</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
618
621
 
619
622
  </div>
620
623
  </div><p>
@@ -636,7 +639,7 @@ Returns the saturation of the color, in the range of 0..1.
636
639
 
637
640
  <p>
638
641
 
639
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00082">82</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
642
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00082">82</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
640
643
 
641
644
  </div>
642
645
  </div><p>
@@ -680,7 +683,7 @@ Changes the current color so <a class="el" href="class_gosu_1_1_color.html#e7dea
680
683
 
681
684
  <p>
682
685
 
683
- <p>Definition at line <a class="el" href="_color_8hpp-source.html#l00076">76</a> of file <a class="el" href="_color_8hpp-source.html">Color.hpp</a>.</p>
686
+ <p>Definition at line <a class="el" href="_color_8hpp_source.html#l00076">76</a> of file <a class="el" href="_color_8hpp_source.html">Color.hpp</a>.</p>
684
687
 
685
688
  </div>
686
689
  </div><p>
@@ -750,7 +753,7 @@ Returns the value (brightness) of the color, in the range of 0..1.
750
753
  </div>
751
754
  </div><p>
752
755
  <hr>The documentation for this class was generated from the following file:<ul>
753
- <li><a class="el" href="_color_8hpp-source.html">Color.hpp</a></ul>
756
+ <li><a class="el" href="_color_8hpp_source.html">Color.hpp</a></ul>
754
757
  </div>
755
758
  <p class="footer">Documentation not clear enough? Please go to one of the places listed on <a href="http://www.libgosu.org/">http://www.libgosu.org/</a> and leave feedback. Thanks!</p>
756
759
  </div>
@@ -5,7 +5,7 @@
5
5
  </head>
6
6
  <body>
7
7
  <div class="everything">
8
- <!-- Generated by Doxygen 1.5.8 -->
8
+ <!-- Generated by Doxygen 1.5.9 -->
9
9
  <script type="text/javascript">
10
10
  <!--
11
11
  function changeDisplayState (e){
@@ -51,6 +51,7 @@ window.onload = initDynSections;
51
51
  <div class="tabs">
52
52
  <ul>
53
53
  <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
54
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
54
55
  <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
55
56
  <li><a href="files.html"><span>Files</span></a></li>
56
57
  </ul>
@@ -5,7 +5,7 @@
5
5
  </head>
6
6
  <body>
7
7
  <div class="everything">
8
- <!-- Generated by Doxygen 1.5.8 -->
8
+ <!-- Generated by Doxygen 1.5.9 -->
9
9
  <script type="text/javascript">
10
10
  <!--
11
11
  function changeDisplayState (e){
@@ -51,6 +51,7 @@ window.onload = initDynSections;
51
51
  <div class="tabs">
52
52
  <ul>
53
53
  <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
54
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
54
55
  <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
55
56
  <li><a href="files.html"><span>Files</span></a></li>
56
57
  </ul>
@@ -62,7 +63,7 @@ window.onload = initDynSections;
62
63
  <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
63
64
  </ul>
64
65
  </div>
65
- <div class="navpath"><b>Gosu</b>::<a class="el" href="class_gosu_1_1_comm_socket.html">CommSocket</a>
66
+ <div class="navpath"><a class="el" href="namespace_gosu.html">Gosu</a>::<a class="el" href="class_gosu_1_1_comm_socket.html">CommSocket</a>
66
67
  </div>
67
68
  </div>
68
69
  <div class="contents">
@@ -74,21 +75,21 @@ window.onload = initDynSections;
74
75
  <a href="class_gosu_1_1_comm_socket-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
75
76
  <tr><td></td></tr>
76
77
  <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
77
- <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#e94272e4f4f172f94f076caf31741b03">CommSocket</a> (CommMode mode, SocketAddress targetAddress, SocketPort targetPort)</td></tr>
78
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#e94272e4f4f172f94f076caf31741b03">CommSocket</a> (<a class="el" href="namespace_gosu.html#b3663b1e82f7e3aaa65081e06f8f5871">CommMode</a> mode, <a class="el" href="namespace_gosu.html#e32efd2c73c3884c91c05d5c136d5485">SocketAddress</a> targetAddress, <a class="el" href="namespace_gosu.html#ee6ccc5c098c8e63f50d9b4d2cea4e30">SocketPort</a> targetPort)</td></tr>
78
79
 
79
- <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#9545bb82a53cf379c6f0d170910893e4">CommSocket</a> (CommMode mode, Socket &amp;socket)</td></tr>
80
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#9545bb82a53cf379c6f0d170910893e4">CommSocket</a> (<a class="el" href="namespace_gosu.html#b3663b1e82f7e3aaa65081e06f8f5871">CommMode</a> mode, Socket &amp;socket)</td></tr>
80
81
 
81
82
  <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#fb9d93bd74197ac475f92bd5684ced65">~CommSocket</a> ()</td></tr>
82
83
 
83
- <tr><td class="memItemLeft" nowrap align="right" valign="top">SocketAddress&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#1c1993e15b47b7b5ce578c84d5fc9133">address</a> () const </td></tr>
84
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespace_gosu.html#e32efd2c73c3884c91c05d5c136d5485">SocketAddress</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#1c1993e15b47b7b5ce578c84d5fc9133">address</a> () const </td></tr>
84
85
 
85
- <tr><td class="memItemLeft" nowrap align="right" valign="top">SocketPort&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#e24fc55bf8bb843fdec1363699d87058">port</a> () const </td></tr>
86
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespace_gosu.html#ee6ccc5c098c8e63f50d9b4d2cea4e30">SocketPort</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#e24fc55bf8bb843fdec1363699d87058">port</a> () const </td></tr>
86
87
 
87
- <tr><td class="memItemLeft" nowrap align="right" valign="top">SocketAddress&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#be1f2b3ea86a08abf4045adc75284579">remoteAddress</a> () const </td></tr>
88
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespace_gosu.html#e32efd2c73c3884c91c05d5c136d5485">SocketAddress</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#be1f2b3ea86a08abf4045adc75284579">remoteAddress</a> () const </td></tr>
88
89
 
89
- <tr><td class="memItemLeft" nowrap align="right" valign="top">SocketPort&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#a7e7ad8b5b0a4bbf2727e8c43a6e54db">remotePort</a> () const </td></tr>
90
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespace_gosu.html#ee6ccc5c098c8e63f50d9b4d2cea4e30">SocketPort</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#a7e7ad8b5b0a4bbf2727e8c43a6e54db">remotePort</a> () const </td></tr>
90
91
 
91
- <tr><td class="memItemLeft" nowrap align="right" valign="top">CommMode&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#5d1b6ec9ee13ae771a9f797082cd0d84">mode</a> () const </td></tr>
92
+ <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="namespace_gosu.html#b3663b1e82f7e3aaa65081e06f8f5871">CommMode</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#5d1b6ec9ee13ae771a9f797082cd0d84">mode</a> () const </td></tr>
92
93
 
93
94
  <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_gosu_1_1_comm_socket.html#11fb9bca9287c2451af1b3438e06b695">connected</a> () const </td></tr>
94
95
 
@@ -117,7 +118,7 @@ void *, std::size_t)&nbsp;</td><td class="memItemRight" valign="bottom"><a class
117
118
  Wraps a TCP socket that is used for one part of bi-directional communication.
118
119
  <p>
119
120
 
120
- <p>Definition at line <a class="el" href="_sockets_8hpp-source.html#l00086">86</a> of file <a class="el" href="_sockets_8hpp-source.html">Sockets.hpp</a>.</p>
121
+ <p>Definition at line <a class="el" href="_sockets_8hpp_source.html#l00086">86</a> of file <a class="el" href="_sockets_8hpp_source.html">Sockets.hpp</a>.</p>
121
122
  <hr><h2>Constructor &amp; Destructor Documentation</h2>
122
123
  <a class="anchor" name="e94272e4f4f172f94f076caf31741b03"></a><!-- doxytag: member="Gosu::CommSocket::CommSocket" ref="e94272e4f4f172f94f076caf31741b03" args="(CommMode mode, SocketAddress targetAddress, SocketPort targetPort)" -->
123
124
  <div class="memitem">
@@ -126,19 +127,19 @@ Wraps a TCP socket that is used for one part of bi-directional communication.
126
127
  <tr>
127
128
  <td class="memname">Gosu::CommSocket::CommSocket </td>
128
129
  <td>(</td>
129
- <td class="paramtype">CommMode&nbsp;</td>
130
+ <td class="paramtype"><a class="el" href="namespace_gosu.html#b3663b1e82f7e3aaa65081e06f8f5871">CommMode</a>&nbsp;</td>
130
131
  <td class="paramname"> <em>mode</em>, </td>
131
132
  </tr>
132
133
  <tr>
133
134
  <td class="paramkey"></td>
134
135
  <td></td>
135
- <td class="paramtype">SocketAddress&nbsp;</td>
136
+ <td class="paramtype"><a class="el" href="namespace_gosu.html#e32efd2c73c3884c91c05d5c136d5485">SocketAddress</a>&nbsp;</td>
136
137
  <td class="paramname"> <em>targetAddress</em>, </td>
137
138
  </tr>
138
139
  <tr>
139
140
  <td class="paramkey"></td>
140
141
  <td></td>
141
- <td class="paramtype">SocketPort&nbsp;</td>
142
+ <td class="paramtype"><a class="el" href="namespace_gosu.html#ee6ccc5c098c8e63f50d9b4d2cea4e30">SocketPort</a>&nbsp;</td>
142
143
  <td class="paramname"> <em>targetPort</em></td><td>&nbsp;</td>
143
144
  </tr>
144
145
  <tr>
@@ -161,7 +162,7 @@ Wraps a TCP socket that is used for one part of bi-directional communication.
161
162
  <tr>
162
163
  <td class="memname">Gosu::CommSocket::CommSocket </td>
163
164
  <td>(</td>
164
- <td class="paramtype">CommMode&nbsp;</td>
165
+ <td class="paramtype"><a class="el" href="namespace_gosu.html#b3663b1e82f7e3aaa65081e06f8f5871">CommMode</a>&nbsp;</td>
165
166
  <td class="paramname"> <em>mode</em>, </td>
166
167
  </tr>
167
168
  <tr>
@@ -208,7 +209,7 @@ Wraps a TCP socket that is used for one part of bi-directional communication.
208
209
  <div class="memproto">
209
210
  <table class="memname">
210
211
  <tr>
211
- <td class="memname">SocketAddress Gosu::CommSocket::address </td>
212
+ <td class="memname"><a class="el" href="namespace_gosu.html#e32efd2c73c3884c91c05d5c136d5485">SocketAddress</a> Gosu::CommSocket::address </td>
212
213
  <td>(</td>
213
214
  <td class="paramname"> </td>
214
215
  <td>&nbsp;)&nbsp;</td>
@@ -284,7 +285,7 @@ Wraps a TCP socket that is used for one part of bi-directional communication.
284
285
  <div class="memproto">
285
286
  <table class="memname">
286
287
  <tr>
287
- <td class="memname">CommMode Gosu::CommSocket::mode </td>
288
+ <td class="memname"><a class="el" href="namespace_gosu.html#b3663b1e82f7e3aaa65081e06f8f5871">CommMode</a> Gosu::CommSocket::mode </td>
288
289
  <td>(</td>
289
290
  <td class="paramname"> </td>
290
291
  <td>&nbsp;)&nbsp;</td>
@@ -322,7 +323,7 @@ Wraps a TCP socket that is used for one part of bi-directional communication.
322
323
  <div class="memproto">
323
324
  <table class="memname">
324
325
  <tr>
325
- <td class="memname">SocketPort Gosu::CommSocket::port </td>
326
+ <td class="memname"><a class="el" href="namespace_gosu.html#ee6ccc5c098c8e63f50d9b4d2cea4e30">SocketPort</a> Gosu::CommSocket::port </td>
326
327
  <td>(</td>
327
328
  <td class="paramname"> </td>
328
329
  <td>&nbsp;)&nbsp;</td>
@@ -341,7 +342,7 @@ Wraps a TCP socket that is used for one part of bi-directional communication.
341
342
  <div class="memproto">
342
343
  <table class="memname">
343
344
  <tr>
344
- <td class="memname">SocketAddress Gosu::CommSocket::remoteAddress </td>
345
+ <td class="memname"><a class="el" href="namespace_gosu.html#e32efd2c73c3884c91c05d5c136d5485">SocketAddress</a> Gosu::CommSocket::remoteAddress </td>
345
346
  <td>(</td>
346
347
  <td class="paramname"> </td>
347
348
  <td>&nbsp;)&nbsp;</td>
@@ -360,7 +361,7 @@ Wraps a TCP socket that is used for one part of bi-directional communication.
360
361
  <div class="memproto">
361
362
  <table class="memname">
362
363
  <tr>
363
- <td class="memname">SocketPort Gosu::CommSocket::remotePort </td>
364
+ <td class="memname"><a class="el" href="namespace_gosu.html#ee6ccc5c098c8e63f50d9b4d2cea4e30">SocketPort</a> Gosu::CommSocket::remotePort </td>
364
365
  <td>(</td>
365
366
  <td class="paramname"> </td>
366
367
  <td>&nbsp;)&nbsp;</td>
@@ -475,7 +476,7 @@ Wraps a TCP socket that is used for one part of bi-directional communication.
475
476
 
476
477
  <p>
477
478
 
478
- <p>Definition at line <a class="el" href="_sockets_8hpp-source.html#l00114">114</a> of file <a class="el" href="_sockets_8hpp-source.html">Sockets.hpp</a>.</p>
479
+ <p>Definition at line <a class="el" href="_sockets_8hpp_source.html#l00114">114</a> of file <a class="el" href="_sockets_8hpp_source.html">Sockets.hpp</a>.</p>
479
480
 
480
481
  </div>
481
482
  </div><p>
@@ -492,12 +493,12 @@ Wraps a TCP socket that is used for one part of bi-directional communication.
492
493
 
493
494
  <p>
494
495
 
495
- <p>Definition at line <a class="el" href="_sockets_8hpp-source.html#l00113">113</a> of file <a class="el" href="_sockets_8hpp-source.html">Sockets.hpp</a>.</p>
496
+ <p>Definition at line <a class="el" href="_sockets_8hpp_source.html#l00113">113</a> of file <a class="el" href="_sockets_8hpp_source.html">Sockets.hpp</a>.</p>
496
497
 
497
498
  </div>
498
499
  </div><p>
499
500
  <hr>The documentation for this class was generated from the following file:<ul>
500
- <li><a class="el" href="_sockets_8hpp-source.html">Sockets.hpp</a></ul>
501
+ <li><a class="el" href="_sockets_8hpp_source.html">Sockets.hpp</a></ul>
501
502
  </div>
502
503
  <p class="footer">Documentation not clear enough? Please go to one of the places listed on <a href="http://www.libgosu.org/">http://www.libgosu.org/</a> and leave feedback. Thanks!</p>
503
504
  </div>