gosu 0.7.13 → 0.7.13.2
Sign up to get free protection for your applications and to get access to all the features.
- data/COPYING.txt +4 -2
- data/Gosu/Audio.hpp +8 -5
- data/Gosu/Font.hpp +5 -3
- data/Gosu/Gosu.hpp +6 -0
- data/Gosu/Graphics.hpp +6 -13
- data/Gosu/GraphicsBase.hpp +14 -3
- data/Gosu/IO.hpp +259 -255
- data/Gosu/Image.hpp +12 -12
- data/Gosu/ImageData.hpp +3 -0
- data/Gosu/Input.hpp +14 -2
- data/Gosu/Math.hpp +3 -2
- data/Gosu/RotFlip.hpp +125 -116
- data/Gosu/Sockets.hpp +139 -129
- data/Gosu/Text.hpp +4 -4
- data/Gosu/WinUtility.hpp +1 -1
- data/Gosu/Window.hpp +9 -5
- data/GosuImpl/Graphics/BitmapUtils.cpp +8 -8
- data/GosuImpl/Graphics/DrawOp.hpp +13 -14
- data/GosuImpl/Graphics/Graphics.cpp +3 -2
- data/GosuImpl/Graphics/Image.cpp +8 -8
- data/GosuImpl/Graphics/LargeImageData.cpp +8 -8
- data/GosuImpl/Graphics/Text.cpp +15 -3
- data/GosuImpl/{TextTTFWin.cpp → Graphics/TextTTFWin.cpp} +0 -0
- data/GosuImpl/Graphics/TextWin.cpp +36 -25
- data/GosuImpl/Graphics/Texture.cpp +2 -0
- data/GosuImpl/Iconv.hpp +1 -3
- data/GosuImpl/RubyGosu.swg +19 -10
- data/GosuImpl/RubyGosuStub.mm +40 -8
- data/GosuImpl/RubyGosu_SWIG_GC_PATCH.patch +126 -0
- data/GosuImpl/RubyGosu_wrap.cxx +1601 -247
- data/GosuImpl/RubyGosu_wrap.h +1 -1
- data/GosuImpl/WindowWin.cpp +18 -6
- data/README.txt +5 -5
- data/Rakefile +27 -7
- data/linux/Makefile.in +1 -1
- data/mac/Gosu.xcodeproj/jlnr.pbxuser +939 -350
- data/mac/Gosu.xcodeproj/jlnr.perspectivev3 +66 -61
- data/mac/Gosu.xcodeproj/project.pbxproj +474 -92
- data/mac/RubyGosu Template-Info.plist b/data/mac/RubyGosu → App-Info.plist +0 -0
- data/reference/cpp/_audio_8hpp-source.html +171 -0
- data/reference/cpp/_audio_8hpp.html +96 -0
- data/reference/cpp/_auto_link_8hpp-source.html +84 -0
- data/reference/cpp/_auto_link_8hpp.html +83 -0
- data/reference/cpp/_bitmap_8hpp-source.html +130 -0
- data/reference/cpp/_bitmap_8hpp.html +107 -0
- data/reference/{ButtonsMac_8hpp-source.html → cpp/_buttons_mac_8hpp-source.html} +60 -14
- data/reference/cpp/_buttons_mac_8hpp.html +233 -0
- data/reference/cpp/_color_8hpp-source.html +215 -0
- data/reference/cpp/_color_8hpp.html +119 -0
- data/reference/cpp/_directories_8hpp-source.html +88 -0
- data/reference/cpp/_directories_8hpp.html +96 -0
- data/reference/cpp/_font_8hpp-source.html +111 -0
- data/reference/cpp/_font_8hpp.html +87 -0
- data/reference/{Fwd_8hpp-source.html → cpp/_fwd_8hpp-source.html} +59 -13
- data/reference/cpp/_fwd_8hpp.html +83 -0
- data/reference/cpp/_gosu_8hpp-source.html +96 -0
- data/reference/cpp/_gosu_8hpp.html +83 -0
- data/reference/cpp/_graphics_8hpp-source.html +134 -0
- data/reference/cpp/_graphics_8hpp.html +94 -0
- data/reference/cpp/_graphics_base_8hpp-source.html +115 -0
- data/reference/cpp/_graphics_base_8hpp.html +120 -0
- data/reference/cpp/_i_o_8hpp-source.html +301 -0
- data/reference/cpp/_i_o_8hpp.html +122 -0
- data/reference/cpp/_image_8hpp-source.html +172 -0
- data/reference/cpp/_image_8hpp.html +96 -0
- data/reference/cpp/_image_data_8hpp-source.html +108 -0
- data/reference/cpp/_image_data_8hpp.html +90 -0
- data/reference/cpp/_input_8hpp-source.html +182 -0
- data/reference/cpp/_input_8hpp.html +102 -0
- data/reference/cpp/_math_8hpp-source.html +147 -0
- data/reference/cpp/_math_8hpp.html +139 -0
- data/reference/{Platform_8hpp-source.html → cpp/_platform_8hpp-source.html} +61 -15
- data/reference/cpp/_platform_8hpp.html +136 -0
- data/reference/cpp/_rot_flip_8hpp-source.html +184 -0
- data/reference/cpp/_rot_flip_8hpp.html +123 -0
- data/reference/cpp/_sockets_8hpp-source.html +174 -0
- data/reference/cpp/_sockets_8hpp.html +117 -0
- data/reference/cpp/_text_8hpp-source.html +102 -0
- data/reference/cpp/_text_8hpp.html +99 -0
- data/reference/cpp/_text_input_8hpp-source.html +110 -0
- data/reference/cpp/_text_input_8hpp.html +87 -0
- data/reference/cpp/_timing_8hpp-source.html +82 -0
- data/reference/cpp/_timing_8hpp.html +90 -0
- data/reference/cpp/_utility_8hpp-source.html +89 -0
- data/reference/cpp/_utility_8hpp.html +96 -0
- data/reference/cpp/_win_utility_8hpp-source.html +125 -0
- data/reference/cpp/_win_utility_8hpp.html +116 -0
- data/reference/cpp/_window_8hpp-source.html +157 -0
- data/reference/cpp/_window_8hpp.html +87 -0
- data/reference/cpp/annotated.html +98 -0
- data/reference/cpp/class_gosu_1_1_audio-members.html +74 -0
- data/reference/cpp/class_gosu_1_1_audio.html +132 -0
- data/reference/cpp/class_gosu_1_1_bitmap-members.html +85 -0
- data/reference/cpp/class_gosu_1_1_bitmap.html +501 -0
- data/reference/cpp/class_gosu_1_1_buffer-members.html +84 -0
- data/reference/cpp/class_gosu_1_1_buffer.html +346 -0
- data/reference/{classGosu_1_1Buffer.png → cpp/class_gosu_1_1_buffer.png} +0 -0
- data/reference/cpp/class_gosu_1_1_button-members.html +76 -0
- data/reference/cpp/class_gosu_1_1_button.html +195 -0
- data/reference/cpp/class_gosu_1_1_color-members.html +96 -0
- data/reference/cpp/class_gosu_1_1_color.html +758 -0
- data/reference/cpp/class_gosu_1_1_comm_socket-members.html +90 -0
- data/reference/cpp/class_gosu_1_1_comm_socket.html +505 -0
- data/reference/cpp/class_gosu_1_1_file-members.html +81 -0
- data/reference/cpp/class_gosu_1_1_file.html +275 -0
- data/reference/{classGosu_1_1File.png → cpp/class_gosu_1_1_file.png} +0 -0
- data/reference/cpp/class_gosu_1_1_font-members.html +79 -0
- data/reference/{classGosu_1_1Font.html → cpp/class_gosu_1_1_font.html} +207 -66
- data/reference/cpp/class_gosu_1_1_graphics-members.html +90 -0
- data/reference/cpp/class_gosu_1_1_graphics.html +768 -0
- data/reference/cpp/class_gosu_1_1_image-members.html +85 -0
- data/reference/cpp/class_gosu_1_1_image.html +771 -0
- data/reference/cpp/class_gosu_1_1_image_data-members.html +77 -0
- data/reference/cpp/class_gosu_1_1_image_data.html +281 -0
- data/reference/cpp/class_gosu_1_1_input-members.html +85 -0
- data/reference/cpp/class_gosu_1_1_input.html +417 -0
- data/reference/cpp/class_gosu_1_1_listener_socket-members.html +78 -0
- data/reference/cpp/class_gosu_1_1_listener_socket.html +221 -0
- data/reference/cpp/class_gosu_1_1_message_socket-members.html +80 -0
- data/reference/{classGosu_1_1MessageSocket.html → cpp/class_gosu_1_1_message_socket.html} +115 -43
- data/reference/cpp/class_gosu_1_1_reader-members.html +80 -0
- data/reference/cpp/class_gosu_1_1_reader.html +322 -0
- data/reference/cpp/class_gosu_1_1_resource-members.html +79 -0
- data/reference/cpp/class_gosu_1_1_resource.html +305 -0
- data/reference/{classGosu_1_1Resource.png → cpp/class_gosu_1_1_resource.png} +0 -0
- data/reference/cpp/class_gosu_1_1_rot_flip-members.html +83 -0
- data/reference/cpp/class_gosu_1_1_rot_flip.html +347 -0
- data/reference/cpp/class_gosu_1_1_sample-members.html +77 -0
- data/reference/{classGosu_1_1Sample.html → cpp/class_gosu_1_1_sample.html} +99 -32
- data/reference/cpp/class_gosu_1_1_sample_instance-members.html +81 -0
- data/reference/cpp/class_gosu_1_1_sample_instance.html +317 -0
- data/reference/cpp/class_gosu_1_1_song-members.html +86 -0
- data/reference/{classGosu_1_1Song.html → cpp/class_gosu_1_1_song.html} +152 -68
- data/reference/cpp/class_gosu_1_1_text_input-members.html +78 -0
- data/reference/cpp/class_gosu_1_1_text_input.html +227 -0
- data/reference/cpp/class_gosu_1_1_window-members.html +90 -0
- data/reference/cpp/class_gosu_1_1_window.html +533 -0
- data/reference/cpp/class_gosu_1_1_writer-members.html +79 -0
- data/reference/cpp/class_gosu_1_1_writer.html +292 -0
- data/reference/cpp/classes.html +86 -0
- data/reference/cpp/closed.gif +0 -0
- data/reference/cpp/cpp.css +155 -0
- data/reference/{doxygen.png → cpp/doxygen.png} +0 -0
- data/reference/cpp/files.html +97 -0
- data/reference/cpp/functions.html +127 -0
- data/reference/cpp/functions_0x62.html +137 -0
- data/reference/cpp/functions_0x63.html +140 -0
- data/reference/cpp/functions_0x64.html +142 -0
- data/reference/cpp/functions_0x65.html +119 -0
- data/reference/cpp/functions_0x66.html +137 -0
- data/reference/cpp/functions_0x67.html +131 -0
- data/reference/cpp/functions_0x68.html +121 -0
- data/reference/cpp/functions_0x69.html +123 -0
- data/reference/cpp/functions_0x6b.html +115 -0
- data/reference/cpp/functions_0x6c.html +117 -0
- data/reference/cpp/functions_0x6d.html +125 -0
- data/reference/cpp/functions_0x6e.html +117 -0
- data/reference/cpp/functions_0x6f.html +126 -0
- data/reference/cpp/functions_0x70.html +136 -0
- data/reference/cpp/functions_0x72.html +154 -0
- data/reference/cpp/functions_0x73.html +179 -0
- data/reference/cpp/functions_0x74.html +127 -0
- data/reference/cpp/functions_0x75.html +121 -0
- data/reference/cpp/functions_0x76.html +117 -0
- data/reference/cpp/functions_0x77.html +129 -0
- data/reference/cpp/functions_0x78.html +115 -0
- data/reference/cpp/functions_0x79.html +115 -0
- data/reference/cpp/functions_0x7e.html +143 -0
- data/reference/cpp/functions_enum.html +87 -0
- data/reference/cpp/functions_eval.html +89 -0
- data/reference/cpp/functions_func.html +125 -0
- data/reference/cpp/functions_func_0x62.html +133 -0
- data/reference/cpp/functions_func_0x63.html +136 -0
- data/reference/cpp/functions_func_0x64.html +140 -0
- data/reference/cpp/functions_func_0x65.html +117 -0
- data/reference/cpp/functions_func_0x66.html +135 -0
- data/reference/cpp/functions_func_0x67.html +129 -0
- data/reference/cpp/functions_func_0x68.html +119 -0
- data/reference/cpp/functions_func_0x69.html +119 -0
- data/reference/cpp/functions_func_0x6b.html +113 -0
- data/reference/cpp/functions_func_0x6c.html +113 -0
- data/reference/cpp/functions_func_0x6d.html +123 -0
- data/reference/cpp/functions_func_0x6e.html +115 -0
- data/reference/cpp/functions_func_0x6f.html +113 -0
- data/reference/cpp/functions_func_0x70.html +134 -0
- data/reference/cpp/functions_func_0x72.html +150 -0
- data/reference/cpp/functions_func_0x73.html +173 -0
- data/reference/cpp/functions_func_0x74.html +119 -0
- data/reference/cpp/functions_func_0x75.html +119 -0
- data/reference/cpp/functions_func_0x76.html +115 -0
- data/reference/cpp/functions_func_0x77.html +127 -0
- data/reference/cpp/functions_func_0x7e.html +141 -0
- data/reference/cpp/functions_type.html +87 -0
- data/reference/cpp/functions_vars.html +112 -0
- data/reference/cpp/globals.html +84 -0
- data/reference/cpp/globals_defs.html +84 -0
- data/reference/cpp/hierarchy.html +100 -0
- data/reference/cpp/index.html +66 -0
- data/reference/cpp/open.gif +0 -0
- data/reference/cpp/struct_gosu_1_1_g_l_tex_info-members.html +77 -0
- data/reference/cpp/struct_gosu_1_1_g_l_tex_info.html +185 -0
- data/reference/cpp/struct_gosu_1_1_touch-members.html +75 -0
- data/reference/cpp/struct_gosu_1_1_touch.html +153 -0
- data/reference/{tab_b.gif → cpp/tab_b.gif} +0 -0
- data/reference/{tab_l.gif → cpp/tab_l.gif} +0 -0
- data/reference/{tab_r.gif → cpp/tab_r.gif} +0 -0
- data/reference/{tabs.css → cpp/tabs.css} +5 -2
- data/windows/Gosu.sln +5 -0
- data/windows/Gosu.vcproj +3 -3
- data/windows/RubyGosu.vcproj +103 -1
- metadata +178 -176
- data/reference/Async_8hpp-source.html +0 -70
- data/reference/Audio_8hpp-source.html +0 -125
- data/reference/Audio_8hpp.html +0 -50
- data/reference/AutoLink_8hpp-source.html +0 -38
- data/reference/AutoLink_8hpp.html +0 -34
- data/reference/Bitmap_8hpp-source.html +0 -84
- data/reference/Bitmap_8hpp.html +0 -58
- data/reference/ButtonsWin_8hpp-source.html +0 -159
- data/reference/ButtonsX_8hpp-source.html +0 -160
- data/reference/Color_8hpp-source.html +0 -169
- data/reference/Color_8hpp.html +0 -85
- data/reference/Directories_8hpp-source.html +0 -42
- data/reference/Directories_8hpp.html +0 -46
- data/reference/Font_8hpp-source.html +0 -65
- data/reference/Font_8hpp.html +0 -41
- data/reference/Fwd_8hpp.html +0 -37
- data/reference/Gosu_8hpp-source.html +0 -49
- data/reference/Gosu_8hpp.html +0 -34
- data/reference/GraphicsBase_8hpp-source.html +0 -59
- data/reference/GraphicsBase_8hpp.html +0 -59
- data/reference/Graphics_8hpp-source.html +0 -99
- data/reference/Graphics_8hpp.html +0 -60
- data/reference/IO_8hpp-source.html +0 -255
- data/reference/IO_8hpp.html +0 -74
- data/reference/ImageData_8hpp-source.html +0 -62
- data/reference/ImageData_8hpp.html +0 -43
- data/reference/Image_8hpp-source.html +0 -126
- data/reference/Image_8hpp.html +0 -48
- data/reference/Input_8hpp-source.html +0 -131
- data/reference/Input_8hpp.html +0 -56
- data/reference/Math_8hpp-source.html +0 -101
- data/reference/Math_8hpp.html +0 -78
- data/reference/Platform_8hpp.html +0 -73
- data/reference/RotFlip_8hpp-source.html +0 -138
- data/reference/RotFlip_8hpp.html +0 -77
- data/reference/Sockets_8hpp-source.html +0 -130
- data/reference/Sockets_8hpp.html +0 -66
- data/reference/TextInput_8hpp-source.html +0 -64
- data/reference/TextInput_8hpp.html +0 -41
- data/reference/Text_8hpp-source.html +0 -56
- data/reference/Text_8hpp.html +0 -48
- data/reference/Timing_8hpp-source.html +0 -36
- data/reference/Timing_8hpp.html +0 -42
- data/reference/Utility_8hpp-source.html +0 -43
- data/reference/Utility_8hpp.html +0 -46
- data/reference/WinUtility_8hpp-source.html +0 -79
- data/reference/WinUtility_8hpp.html +0 -64
- data/reference/Window_8hpp-source.html +0 -110
- data/reference/Window_8hpp.html +0 -41
- data/reference/annotated.html +0 -51
- data/reference/classGosu_1_1Audio-members.html +0 -34
- data/reference/classGosu_1_1Audio.html +0 -46
- data/reference/classGosu_1_1Bitmap-members.html +0 -45
- data/reference/classGosu_1_1Bitmap.html +0 -266
- data/reference/classGosu_1_1Buffer-members.html +0 -44
- data/reference/classGosu_1_1Buffer.html +0 -78
- data/reference/classGosu_1_1Button-members.html +0 -36
- data/reference/classGosu_1_1Button.html +0 -143
- data/reference/classGosu_1_1Color-members.html +0 -56
- data/reference/classGosu_1_1Color.html +0 -387
- data/reference/classGosu_1_1File-members.html +0 -41
- data/reference/classGosu_1_1File.html +0 -69
- data/reference/classGosu_1_1Font-members.html +0 -39
- data/reference/classGosu_1_1Graphics-members.html +0 -50
- data/reference/classGosu_1_1Graphics.html +0 -234
- data/reference/classGosu_1_1Image-members.html +0 -45
- data/reference/classGosu_1_1Image.html +0 -518
- data/reference/classGosu_1_1ImageData-members.html +0 -37
- data/reference/classGosu_1_1ImageData.html +0 -60
- data/reference/classGosu_1_1Input-members.html +0 -45
- data/reference/classGosu_1_1Input.html +0 -256
- data/reference/classGosu_1_1MessageSocket-members.html +0 -40
- data/reference/classGosu_1_1Resource-members.html +0 -39
- data/reference/classGosu_1_1Resource.html +0 -116
- data/reference/classGosu_1_1Sample-members.html +0 -37
- data/reference/classGosu_1_1SampleInstance-members.html +0 -41
- data/reference/classGosu_1_1SampleInstance.html +0 -178
- data/reference/classGosu_1_1Song-members.html +0 -46
- data/reference/classGosu_1_1TextInput-members.html +0 -38
- data/reference/classGosu_1_1TextInput.html +0 -121
- data/reference/classGosu_1_1Window-members.html +0 -50
- data/reference/classGosu_1_1Window.html +0 -289
- data/reference/doxyfile +0 -233
- data/reference/doxygen.css +0 -433
- data/reference/files.html +0 -54
- data/reference/functions.html +0 -249
- data/reference/functions_enum.html +0 -45
- data/reference/functions_func.html +0 -240
- data/reference/functions_vars.html +0 -47
- data/reference/hierarchy.html +0 -53
- data/reference/index.html +0 -26
- data/reference/namespaceGosu.html +0 -3363
- data/reference/namespaceGosu_1_1Colors.html +0 -70
- data/reference/namespaceGosu_1_1Win.html +0 -275
- data/reference/namespacemembers.html +0 -229
- data/reference/namespacemembers_enum.html +0 -52
- data/reference/namespacemembers_eval.html +0 -54
- data/reference/namespacemembers_func.html +0 -196
- data/reference/namespacemembers_type.html +0 -46
- data/reference/namespacemembers_vars.html +0 -48
- data/reference/namespaces.html +0 -35
@@ -1,70 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
-
<title>Gosu: Gosu::Colors Namespace Reference</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.5.5 -->
|
8
|
-
<div class="navigation" id="top">
|
9
|
-
<div class="tabs">
|
10
|
-
<ul>
|
11
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
12
|
-
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
13
|
-
<li><a href="annotated.html"><span>Classes</span></a></li>
|
14
|
-
<li><a href="files.html"><span>Files</span></a></li>
|
15
|
-
</ul>
|
16
|
-
</div>
|
17
|
-
<div class="tabs">
|
18
|
-
<ul>
|
19
|
-
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
20
|
-
<li><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
21
|
-
</ul>
|
22
|
-
</div>
|
23
|
-
<div class="navpath"><a class="el" href="namespaceGosu.html">Gosu</a>::<a class="el" href="namespaceGosu_1_1Colors.html">Colors</a>
|
24
|
-
</div>
|
25
|
-
</div>
|
26
|
-
<div class="contents">
|
27
|
-
<h1>Gosu::Colors Namespace Reference</h1>Namespace which contains some predefined colors.
|
28
|
-
<a href="#_details">More...</a>
|
29
|
-
<p>
|
30
|
-
<table border="0" cellpadding="0" cellspacing="0">
|
31
|
-
<tr><td></td></tr>
|
32
|
-
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
|
33
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0918862384305ddc85080bdb5946a2df"></a><!-- doxytag: member="Gosu::Colors::none" ref="0918862384305ddc85080bdb5946a2df" args="" -->
|
34
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>none</b> = 0x00000000</td></tr>
|
35
|
-
|
36
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="486a8cbb6cc61e293d9e0e514b77b99c"></a><!-- doxytag: member="Gosu::Colors::black" ref="486a8cbb6cc61e293d9e0e514b77b99c" args="" -->
|
37
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>black</b> = 0xff000000</td></tr>
|
38
|
-
|
39
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="771eb7e0a376ddaf15aae2d937cf5116"></a><!-- doxytag: member="Gosu::Colors::gray" ref="771eb7e0a376ddaf15aae2d937cf5116" args="" -->
|
40
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>gray</b> = 0xff808080</td></tr>
|
41
|
-
|
42
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="10d42c88c877baa7e4c3d22f30781802"></a><!-- doxytag: member="Gosu::Colors::white" ref="10d42c88c877baa7e4c3d22f30781802" args="" -->
|
43
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>white</b> = 0xffffffff</td></tr>
|
44
|
-
|
45
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="87aad19d60aca50b923e3cd8e3965acb"></a><!-- doxytag: member="Gosu::Colors::red" ref="87aad19d60aca50b923e3cd8e3965acb" args="" -->
|
46
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>red</b> = 0xffff0000</td></tr>
|
47
|
-
|
48
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b996c55e7085bf96def040bf026682df"></a><!-- doxytag: member="Gosu::Colors::green" ref="b996c55e7085bf96def040bf026682df" args="" -->
|
49
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>green</b> = 0xff00ff00</td></tr>
|
50
|
-
|
51
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4cb017274ba0bdcdba68a0d3e131fdcd"></a><!-- doxytag: member="Gosu::Colors::blue" ref="4cb017274ba0bdcdba68a0d3e131fdcd" args="" -->
|
52
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>blue</b> = 0xff0000ff</td></tr>
|
53
|
-
|
54
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="805a3b1bacc86357736930cacf209803"></a><!-- doxytag: member="Gosu::Colors::yellow" ref="805a3b1bacc86357736930cacf209803" args="" -->
|
55
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>yellow</b> = 0xffffff00</td></tr>
|
56
|
-
|
57
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="150c914964141ef07c27703ca8f55500"></a><!-- doxytag: member="Gosu::Colors::fuchsia" ref="150c914964141ef07c27703ca8f55500" args="" -->
|
58
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>fuchsia</b> = 0xffff00ff</td></tr>
|
59
|
-
|
60
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0751eab6bdab4be181a09afab61947e2"></a><!-- doxytag: member="Gosu::Colors::cyan" ref="0751eab6bdab4be181a09afab61947e2" args="" -->
|
61
|
-
const <a class="el" href="classGosu_1_1Color.html">Color</a> </td><td class="memItemRight" valign="bottom"><b>cyan</b> = 0xff00ffff</td></tr>
|
62
|
-
|
63
|
-
</table>
|
64
|
-
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
65
|
-
Namespace which contains some predefined colors. </div>
|
66
|
-
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by
|
67
|
-
<a href="http://www.doxygen.org/index.html">
|
68
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
69
|
-
</body>
|
70
|
-
</html>
|
@@ -1,275 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
-
<title>Gosu: Gosu::Win Namespace Reference</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.5.5 -->
|
8
|
-
<div class="navigation" id="top">
|
9
|
-
<div class="tabs">
|
10
|
-
<ul>
|
11
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
12
|
-
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
13
|
-
<li><a href="annotated.html"><span>Classes</span></a></li>
|
14
|
-
<li><a href="files.html"><span>Files</span></a></li>
|
15
|
-
</ul>
|
16
|
-
</div>
|
17
|
-
<div class="tabs">
|
18
|
-
<ul>
|
19
|
-
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
20
|
-
<li><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
21
|
-
</ul>
|
22
|
-
</div>
|
23
|
-
<div class="navpath"><a class="el" href="namespaceGosu.html">Gosu</a>::<a class="el" href="namespaceGosu_1_1Win.html">Win</a>
|
24
|
-
</div>
|
25
|
-
</div>
|
26
|
-
<div class="contents">
|
27
|
-
<h1>Gosu::Win Namespace Reference</h1>Implementation helpers for the Windows platform.
|
28
|
-
<a href="#_details">More...</a>
|
29
|
-
<p>
|
30
|
-
<table border="0" cellpadding="0" cellspacing="0">
|
31
|
-
<tr><td></td></tr>
|
32
|
-
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
33
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">HINSTANCE </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu_1_1Win.html#83b6e6b81742595a0e9203484703db1b">instance</a> ()</td></tr>
|
34
|
-
|
35
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu_1_1Win.html#31f2a986954cbda89d833e5c4b6023bc">handleMessage</a> ()</td></tr>
|
36
|
-
|
37
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu_1_1Win.html#d00342fe1c6ac246a35732e61c814f66">processMessages</a> ()</td></tr>
|
38
|
-
|
39
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu_1_1Win.html#7d2d60d6682043477b9765af5433a0db">registerMessageHook</a> (const boost::function< bool(MSG &)> &hook)</td></tr>
|
40
|
-
|
41
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">GOSU_NORETURN void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu_1_1Win.html#9b691c48faa83e1f04f3c185f4fc88e0">throwLastError</a> (const std::string &action="")</td></tr>
|
42
|
-
|
43
|
-
<tr><td class="memTemplParams" nowrap colspan="2">template<typename T> </td></tr>
|
44
|
-
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">T </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceGosu_1_1Win.html#6040740de3117cb7f53d2458e29e0d33">check</a> (T valToCheck, const std::string &action="")</td></tr>
|
45
|
-
|
46
|
-
<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="a94c44a4738f72711497fe26cb15c8b6"></a><!-- doxytag: member="Gosu::Win::releaseComPtr" ref="a94c44a4738f72711497fe26cb15c8b6" args="(T *ptr)" -->
|
47
|
-
template<typename T> </td></tr>
|
48
|
-
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>releaseComPtr</b> (T *ptr)</td></tr>
|
49
|
-
|
50
|
-
<tr><td class="memTemplParams" nowrap colspan="2">template<typename T> </td></tr>
|
51
|
-
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">boost::shared_ptr< T > </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceGosu_1_1Win.html#a428c0599282230ad8c8c03a4eb1a054">shareComPtr</a> (T *ptr)</td></tr>
|
52
|
-
|
53
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::wstring </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu_1_1Win.html#6a880b46db664c1be2b5115a1090c37b">appFilename</a> ()</td></tr>
|
54
|
-
|
55
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::wstring </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGosu_1_1Win.html#23f9098ea654c70ae845ec3fe6e9f20c">appDirectory</a> ()</td></tr>
|
56
|
-
|
57
|
-
</table>
|
58
|
-
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
59
|
-
Implementation helpers for the Windows platform. <hr><h2>Function Documentation</h2>
|
60
|
-
<a class="anchor" name="23f9098ea654c70ae845ec3fe6e9f20c"></a><!-- doxytag: member="Gosu::Win::appDirectory" ref="23f9098ea654c70ae845ec3fe6e9f20c" args="()" -->
|
61
|
-
<div class="memitem">
|
62
|
-
<div class="memproto">
|
63
|
-
<table class="memname">
|
64
|
-
<tr>
|
65
|
-
<td class="memname">std::wstring Gosu::Win::appDirectory </td>
|
66
|
-
<td>(</td>
|
67
|
-
<td class="paramname"> </td>
|
68
|
-
<td> ) </td>
|
69
|
-
<td width="100%"></td>
|
70
|
-
</tr>
|
71
|
-
</table>
|
72
|
-
</div>
|
73
|
-
<div class="memdoc">
|
74
|
-
|
75
|
-
<p>
|
76
|
-
Returns the executable's containing directory.
|
77
|
-
<p>
|
78
|
-
|
79
|
-
</div>
|
80
|
-
</div><p>
|
81
|
-
<a class="anchor" name="6a880b46db664c1be2b5115a1090c37b"></a><!-- doxytag: member="Gosu::Win::appFilename" ref="6a880b46db664c1be2b5115a1090c37b" args="()" -->
|
82
|
-
<div class="memitem">
|
83
|
-
<div class="memproto">
|
84
|
-
<table class="memname">
|
85
|
-
<tr>
|
86
|
-
<td class="memname">std::wstring Gosu::Win::appFilename </td>
|
87
|
-
<td>(</td>
|
88
|
-
<td class="paramname"> </td>
|
89
|
-
<td> ) </td>
|
90
|
-
<td width="100%"></td>
|
91
|
-
</tr>
|
92
|
-
</table>
|
93
|
-
</div>
|
94
|
-
<div class="memdoc">
|
95
|
-
|
96
|
-
<p>
|
97
|
-
Returns the executable's filename.
|
98
|
-
<p>
|
99
|
-
|
100
|
-
</div>
|
101
|
-
</div><p>
|
102
|
-
<a class="anchor" name="6040740de3117cb7f53d2458e29e0d33"></a><!-- doxytag: member="Gosu::Win::check" ref="6040740de3117cb7f53d2458e29e0d33" args="(T valToCheck, const std::string &action="")" -->
|
103
|
-
<div class="memitem">
|
104
|
-
<div class="memproto">
|
105
|
-
<div class="memtemplate">
|
106
|
-
template<typename T> </div>
|
107
|
-
<table class="memname">
|
108
|
-
<tr>
|
109
|
-
<td class="memname">T Gosu::Win::check </td>
|
110
|
-
<td>(</td>
|
111
|
-
<td class="paramtype">T </td>
|
112
|
-
<td class="paramname"> <em>valToCheck</em>, </td>
|
113
|
-
</tr>
|
114
|
-
<tr>
|
115
|
-
<td class="paramkey"></td>
|
116
|
-
<td></td>
|
117
|
-
<td class="paramtype">const std::string & </td>
|
118
|
-
<td class="paramname"> <em>action</em> = <code>""</code></td><td> </td>
|
119
|
-
</tr>
|
120
|
-
<tr>
|
121
|
-
<td></td>
|
122
|
-
<td>)</td>
|
123
|
-
<td></td><td></td><td width="100%"><code> [inline]</code></td>
|
124
|
-
</tr>
|
125
|
-
</table>
|
126
|
-
</div>
|
127
|
-
<div class="memdoc">
|
128
|
-
|
129
|
-
<p>
|
130
|
-
Small helper function that throws an exception whenever the value passed through is false.
|
131
|
-
<p>
|
132
|
-
Note that this doesn't make sense for all Windows API functions, but for most of them.
|
133
|
-
<p>References <a class="el" href="namespaceGosu_1_1Win.html#9b691c48faa83e1f04f3c185f4fc88e0">throwLastError()</a>.</p>
|
134
|
-
|
135
|
-
</div>
|
136
|
-
</div><p>
|
137
|
-
<a class="anchor" name="31f2a986954cbda89d833e5c4b6023bc"></a><!-- doxytag: member="Gosu::Win::handleMessage" ref="31f2a986954cbda89d833e5c4b6023bc" args="()" -->
|
138
|
-
<div class="memitem">
|
139
|
-
<div class="memproto">
|
140
|
-
<table class="memname">
|
141
|
-
<tr>
|
142
|
-
<td class="memname">void Gosu::Win::handleMessage </td>
|
143
|
-
<td>(</td>
|
144
|
-
<td class="paramname"> </td>
|
145
|
-
<td> ) </td>
|
146
|
-
<td width="100%"></td>
|
147
|
-
</tr>
|
148
|
-
</table>
|
149
|
-
</div>
|
150
|
-
<div class="memdoc">
|
151
|
-
|
152
|
-
<p>
|
153
|
-
Blocking function which waits for the next message, processes it, then returns.
|
154
|
-
<p>
|
155
|
-
|
156
|
-
</div>
|
157
|
-
</div><p>
|
158
|
-
<a class="anchor" name="83b6e6b81742595a0e9203484703db1b"></a><!-- doxytag: member="Gosu::Win::instance" ref="83b6e6b81742595a0e9203484703db1b" args="()" -->
|
159
|
-
<div class="memitem">
|
160
|
-
<div class="memproto">
|
161
|
-
<table class="memname">
|
162
|
-
<tr>
|
163
|
-
<td class="memname">HINSTANCE Gosu::Win::instance </td>
|
164
|
-
<td>(</td>
|
165
|
-
<td class="paramname"> </td>
|
166
|
-
<td> ) </td>
|
167
|
-
<td width="100%"></td>
|
168
|
-
</tr>
|
169
|
-
</table>
|
170
|
-
</div>
|
171
|
-
<div class="memdoc">
|
172
|
-
|
173
|
-
<p>
|
174
|
-
Returns the instance handle of the application.
|
175
|
-
<p>
|
176
|
-
|
177
|
-
</div>
|
178
|
-
</div><p>
|
179
|
-
<a class="anchor" name="d00342fe1c6ac246a35732e61c814f66"></a><!-- doxytag: member="Gosu::Win::processMessages" ref="d00342fe1c6ac246a35732e61c814f66" args="()" -->
|
180
|
-
<div class="memitem">
|
181
|
-
<div class="memproto">
|
182
|
-
<table class="memname">
|
183
|
-
<tr>
|
184
|
-
<td class="memname">void Gosu::Win::processMessages </td>
|
185
|
-
<td>(</td>
|
186
|
-
<td class="paramname"> </td>
|
187
|
-
<td> ) </td>
|
188
|
-
<td width="100%"></td>
|
189
|
-
</tr>
|
190
|
-
</table>
|
191
|
-
</div>
|
192
|
-
<div class="memdoc">
|
193
|
-
|
194
|
-
<p>
|
195
|
-
Non-blocking function which processes all waiting messages but does not wait for further incoming messages.
|
196
|
-
<p>
|
197
|
-
|
198
|
-
</div>
|
199
|
-
</div><p>
|
200
|
-
<a class="anchor" name="7d2d60d6682043477b9765af5433a0db"></a><!-- doxytag: member="Gosu::Win::registerMessageHook" ref="7d2d60d6682043477b9765af5433a0db" args="(const boost::function< bool(MSG &)> &hook)" -->
|
201
|
-
<div class="memitem">
|
202
|
-
<div class="memproto">
|
203
|
-
<table class="memname">
|
204
|
-
<tr>
|
205
|
-
<td class="memname">void Gosu::Win::registerMessageHook </td>
|
206
|
-
<td>(</td>
|
207
|
-
<td class="paramtype">const boost::function< bool(MSG &)> & </td>
|
208
|
-
<td class="paramname"> <em>hook</em> </td>
|
209
|
-
<td> ) </td>
|
210
|
-
<td width="100%"></td>
|
211
|
-
</tr>
|
212
|
-
</table>
|
213
|
-
</div>
|
214
|
-
<div class="memdoc">
|
215
|
-
|
216
|
-
<p>
|
217
|
-
Registers a function to be called by handleMessage and processMessages.
|
218
|
-
<p>
|
219
|
-
Every message is passed to the hooks and not processed further if any hook function returns true.
|
220
|
-
</div>
|
221
|
-
</div><p>
|
222
|
-
<a class="anchor" name="a428c0599282230ad8c8c03a4eb1a054"></a><!-- doxytag: member="Gosu::Win::shareComPtr" ref="a428c0599282230ad8c8c03a4eb1a054" args="(T *ptr)" -->
|
223
|
-
<div class="memitem">
|
224
|
-
<div class="memproto">
|
225
|
-
<div class="memtemplate">
|
226
|
-
template<typename T> </div>
|
227
|
-
<table class="memname">
|
228
|
-
<tr>
|
229
|
-
<td class="memname">boost::shared_ptr<T> Gosu::Win::shareComPtr </td>
|
230
|
-
<td>(</td>
|
231
|
-
<td class="paramtype">T * </td>
|
232
|
-
<td class="paramname"> <em>ptr</em> </td>
|
233
|
-
<td> ) </td>
|
234
|
-
<td width="100%"><code> [inline]</code></td>
|
235
|
-
</tr>
|
236
|
-
</table>
|
237
|
-
</div>
|
238
|
-
<div class="memdoc">
|
239
|
-
|
240
|
-
<p>
|
241
|
-
Small helper function that transfers ownership of a COM interface to a boost::shared_ptr.
|
242
|
-
<p>
|
243
|
-
|
244
|
-
</div>
|
245
|
-
</div><p>
|
246
|
-
<a class="anchor" name="9b691c48faa83e1f04f3c185f4fc88e0"></a><!-- doxytag: member="Gosu::Win::throwLastError" ref="9b691c48faa83e1f04f3c185f4fc88e0" args="(const std::string &action="")" -->
|
247
|
-
<div class="memitem">
|
248
|
-
<div class="memproto">
|
249
|
-
<table class="memname">
|
250
|
-
<tr>
|
251
|
-
<td class="memname">GOSU_NORETURN void Gosu::Win::throwLastError </td>
|
252
|
-
<td>(</td>
|
253
|
-
<td class="paramtype">const std::string & </td>
|
254
|
-
<td class="paramname"> <em>action</em> = <code>""</code> </td>
|
255
|
-
<td> ) </td>
|
256
|
-
<td width="100%"></td>
|
257
|
-
</tr>
|
258
|
-
</table>
|
259
|
-
</div>
|
260
|
-
<div class="memdoc">
|
261
|
-
|
262
|
-
<p>
|
263
|
-
Throws an exception according to the error which GetLastError() returns, optionally prefixed with "While <action>, the following error occured: ".
|
264
|
-
<p>
|
265
|
-
|
266
|
-
<p>Referenced by <a class="el" href="WinUtility_8hpp-source.html#l00045">check()</a>.</p>
|
267
|
-
|
268
|
-
</div>
|
269
|
-
</div><p>
|
270
|
-
</div>
|
271
|
-
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by
|
272
|
-
<a href="http://www.doxygen.org/index.html">
|
273
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
274
|
-
</body>
|
275
|
-
</html>
|
@@ -1,229 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
-
<title>Gosu: Class Members</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.5.5 -->
|
8
|
-
<div class="navigation" id="top">
|
9
|
-
<div class="tabs">
|
10
|
-
<ul>
|
11
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
12
|
-
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
13
|
-
<li><a href="annotated.html"><span>Classes</span></a></li>
|
14
|
-
<li><a href="files.html"><span>Files</span></a></li>
|
15
|
-
</ul>
|
16
|
-
</div>
|
17
|
-
<div class="tabs">
|
18
|
-
<ul>
|
19
|
-
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
20
|
-
<li class="current"><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
21
|
-
</ul>
|
22
|
-
</div>
|
23
|
-
<div class="tabs">
|
24
|
-
<ul>
|
25
|
-
<li class="current"><a href="namespacemembers.html"><span>All</span></a></li>
|
26
|
-
<li><a href="namespacemembers_func.html"><span>Functions</span></a></li>
|
27
|
-
<li><a href="namespacemembers_vars.html"><span>Variables</span></a></li>
|
28
|
-
<li><a href="namespacemembers_type.html"><span>Typedefs</span></a></li>
|
29
|
-
<li><a href="namespacemembers_enum.html"><span>Enumerations</span></a></li>
|
30
|
-
<li><a href="namespacemembers_eval.html"><span>Enumerator</span></a></li>
|
31
|
-
</ul>
|
32
|
-
</div>
|
33
|
-
<div class="tabs">
|
34
|
-
<ul>
|
35
|
-
<li><a href="#index_a"><span>a</span></a></li>
|
36
|
-
<li><a href="#index_b"><span>b</span></a></li>
|
37
|
-
<li><a href="#index_c"><span>c</span></a></li>
|
38
|
-
<li><a href="#index_d"><span>d</span></a></li>
|
39
|
-
<li><a href="#index_f"><span>f</span></a></li>
|
40
|
-
<li><a href="#index_g"><span>g</span></a></li>
|
41
|
-
<li><a href="#index_h"><span>h</span></a></li>
|
42
|
-
<li><a href="#index_i"><span>i</span></a></li>
|
43
|
-
<li><a href="#index_l"><span>l</span></a></li>
|
44
|
-
<li><a href="#index_m"><span>m</span></a></li>
|
45
|
-
<li><a href="#index_n"><span>n</span></a></li>
|
46
|
-
<li><a href="#index_o"><span>o</span></a></li>
|
47
|
-
<li><a href="#index_p"><span>p</span></a></li>
|
48
|
-
<li><a href="#index_r"><span>r</span></a></li>
|
49
|
-
<li><a href="#index_s"><span>s</span></a></li>
|
50
|
-
<li><a href="#index_t"><span>t</span></a></li>
|
51
|
-
<li><a href="#index_u"><span>u</span></a></li>
|
52
|
-
<li><a href="#index_w"><span>w</span></a></li>
|
53
|
-
<li><a href="#index_z"><span>z</span></a></li>
|
54
|
-
</ul>
|
55
|
-
</div>
|
56
|
-
|
57
|
-
<p>
|
58
|
-
</div>
|
59
|
-
<div class="contents">
|
60
|
-
Here is a list of all documented namespace members with links to the namespaces they belong to:
|
61
|
-
<p>
|
62
|
-
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
|
63
|
-
<li>addressToString()
|
64
|
-
: <a class="el" href="namespaceGosu.html#aae23447cebfab874d7657fbe0a8150e">Gosu</a>
|
65
|
-
<li>AlphaMode
|
66
|
-
: <a class="el" href="namespaceGosu.html#769656b1f560bc3d1bbdb47f8ca4eda9">Gosu</a>
|
67
|
-
<li>amAdditive
|
68
|
-
: <a class="el" href="namespaceGosu.html#769656b1f560bc3d1bbdb47f8ca4eda90032d35b3c2b35d16d3c59b6471c570b">Gosu</a>
|
69
|
-
<li>amDefault
|
70
|
-
: <a class="el" href="namespaceGosu.html#769656b1f560bc3d1bbdb47f8ca4eda9d1661cf5d3ba68fcbdca99f9dcc832e0">Gosu</a>
|
71
|
-
<li>angle()
|
72
|
-
: <a class="el" href="namespaceGosu.html#f7740dec821977a37ff26a90c2e85ac7">Gosu</a>
|
73
|
-
<li>angleDiff()
|
74
|
-
: <a class="el" href="namespaceGosu.html#36cfaba7c2038bfeabdd1672882704f4">Gosu</a>
|
75
|
-
<li>appDirectory()
|
76
|
-
: <a class="el" href="namespaceGosu_1_1Win.html#23f9098ea654c70ae845ec3fe6e9f20c">Gosu::Win</a>
|
77
|
-
<li>appFilename()
|
78
|
-
: <a class="el" href="namespaceGosu_1_1Win.html#6a880b46db664c1be2b5115a1090c37b">Gosu::Win</a>
|
79
|
-
<li>applyColorKey()
|
80
|
-
: <a class="el" href="namespaceGosu.html#97ea4128d29b9835243e69939085bfa5">Gosu</a>
|
81
|
-
</ul>
|
82
|
-
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
83
|
-
<li>BorderFlags
|
84
|
-
: <a class="el" href="namespaceGosu.html#3b7f4d1f697d86c584543e455faeef82">Gosu</a>
|
85
|
-
<li>ButtonName
|
86
|
-
: <a class="el" href="namespaceGosu.html#b085b2dbdd533b49dadaf217dbcf8368">Gosu</a>
|
87
|
-
</ul>
|
88
|
-
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
89
|
-
<li>check()
|
90
|
-
: <a class="el" href="namespaceGosu_1_1Win.html#6040740de3117cb7f53d2458e29e0d33">Gosu::Win</a>
|
91
|
-
<li>clamp()
|
92
|
-
: <a class="el" href="namespaceGosu.html#3359d78e0ca7fa5d163dce7b99f72e9f">Gosu</a>
|
93
|
-
<li>createText()
|
94
|
-
: <a class="el" href="namespaceGosu.html#66acd03b42a4902bf2aa2d2c0c526ee8">Gosu</a>
|
95
|
-
</ul>
|
96
|
-
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
97
|
-
<li>defaultFontName()
|
98
|
-
: <a class="el" href="namespaceGosu.html#7b47dae2708d707c82cffeaf2104e42b">Gosu</a>
|
99
|
-
<li>distance()
|
100
|
-
: <a class="el" href="namespaceGosu.html#a06a29a8aefa1be625072b02e2d825bd">Gosu</a>
|
101
|
-
<li>distanceSqr()
|
102
|
-
: <a class="el" href="namespaceGosu.html#58015f2ee3527184171d3d99176fd360">Gosu</a>
|
103
|
-
<li>drawText()
|
104
|
-
: <a class="el" href="namespaceGosu.html#ea254f5ef0d5cf99b31c4ae37dc62a73">Gosu</a>
|
105
|
-
</ul>
|
106
|
-
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
107
|
-
<li>FileMode
|
108
|
-
: <a class="el" href="namespaceGosu.html#f3bd16cebaf102e43f576d0a0ca1fcc3">Gosu</a>
|
109
|
-
<li>fmAlter
|
110
|
-
: <a class="el" href="namespaceGosu.html#f3bd16cebaf102e43f576d0a0ca1fcc3d09b16bbdaf86e8a38a7299abad2706d">Gosu</a>
|
111
|
-
<li>fmRead
|
112
|
-
: <a class="el" href="namespaceGosu.html#f3bd16cebaf102e43f576d0a0ca1fcc3fc1f3aa93dd976dd43582892a36629d8">Gosu</a>
|
113
|
-
<li>fmReplace
|
114
|
-
: <a class="el" href="namespaceGosu.html#f3bd16cebaf102e43f576d0a0ca1fcc337d6ddaeba2138192b0ae84e0882a246">Gosu</a>
|
115
|
-
</ul>
|
116
|
-
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
|
117
|
-
<li>gosuToRadians()
|
118
|
-
: <a class="el" href="namespaceGosu.html#2f8e80b399a0c5ba42667f22e7f2ba2f">Gosu</a>
|
119
|
-
</ul>
|
120
|
-
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
|
121
|
-
<li>handleMessage()
|
122
|
-
: <a class="el" href="namespaceGosu_1_1Win.html#31f2a986954cbda89d833e5c4b6023bc">Gosu::Win</a>
|
123
|
-
</ul>
|
124
|
-
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
125
|
-
<li>imagesFromTiledBitmap()
|
126
|
-
: <a class="el" href="namespaceGosu.html#b347c1ac66f7c276cc505acb62947b23">Gosu</a>
|
127
|
-
<li>instance()
|
128
|
-
: <a class="el" href="namespaceGosu_1_1Win.html#83b6e6b81742595a0e9203484703db1b">Gosu::Win</a>
|
129
|
-
<li>interpolate()
|
130
|
-
: <a class="el" href="namespaceGosu.html#55c2cfa7575386d8eb6a8dc615e905ae">Gosu</a>
|
131
|
-
</ul>
|
132
|
-
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
|
133
|
-
<li>loadFile()
|
134
|
-
: <a class="el" href="namespaceGosu.html#29c60cb8e87a99f7ce924ae0530029a0">Gosu</a>
|
135
|
-
<li>loadFromBMP()
|
136
|
-
: <a class="el" href="namespaceGosu.html#5eb2a400728e57559f35615af17ead55">Gosu</a>
|
137
|
-
<li>loadFromPNG()
|
138
|
-
: <a class="el" href="namespaceGosu.html#1be1c9db6a1ecf3b5c62797079e49e70">Gosu</a>
|
139
|
-
</ul>
|
140
|
-
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
141
|
-
<li>milliseconds()
|
142
|
-
: <a class="el" href="namespaceGosu.html#37bf53016e58939d6bf2f7a261c6c4db">Gosu</a>
|
143
|
-
<li>multiply()
|
144
|
-
: <a class="el" href="namespaceGosu.html#bb85501ec3787bd0fc80187231788bea">Gosu</a>
|
145
|
-
</ul>
|
146
|
-
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
|
147
|
-
<li>narrow()
|
148
|
-
: <a class="el" href="namespaceGosu.html#66106eac9ffd4e4047e891c20196a5a2">Gosu</a>
|
149
|
-
<li>normalizeAngle()
|
150
|
-
: <a class="el" href="namespaceGosu.html#c6f147ab90f7e343dd9d70cc8bf3a91b">Gosu</a>
|
151
|
-
</ul>
|
152
|
-
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
|
153
|
-
<li>offsetX()
|
154
|
-
: <a class="el" href="namespaceGosu.html#e61d02831aa7026e96f1e53a358609b2">Gosu</a>
|
155
|
-
<li>offsetY()
|
156
|
-
: <a class="el" href="namespaceGosu.html#9e0845d8b2ed385cb4e8593e7a308a08">Gosu</a>
|
157
|
-
<li>operator==()
|
158
|
-
: <a class="el" href="namespaceGosu.html#8abc916db977614382f04aef415c21c3">Gosu</a>
|
159
|
-
</ul>
|
160
|
-
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
161
|
-
<li>pi
|
162
|
-
: <a class="el" href="namespaceGosu.html#cc7336a0eba36412dab0e991fb3faf01">Gosu</a>
|
163
|
-
<li>processMessages()
|
164
|
-
: <a class="el" href="namespaceGosu_1_1Win.html#d00342fe1c6ac246a35732e61c814f66">Gosu::Win</a>
|
165
|
-
</ul>
|
166
|
-
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
167
|
-
<li>radiansToGosu()
|
168
|
-
: <a class="el" href="namespaceGosu.html#a853d9351f1568d0a949b2b7717e1e6a">Gosu</a>
|
169
|
-
<li>random()
|
170
|
-
: <a class="el" href="namespaceGosu.html#6c855080566f7f1b1967c90805249dda">Gosu</a>
|
171
|
-
<li>registerMessageHook()
|
172
|
-
: <a class="el" href="namespaceGosu_1_1Win.html#7d2d60d6682043477b9765af5433a0db">Gosu::Win</a>
|
173
|
-
<li>resourcePrefix()
|
174
|
-
: <a class="el" href="namespaceGosu.html#9e98cb1b194245f7ebb33febdf3ea1ba">Gosu</a>
|
175
|
-
<li>round()
|
176
|
-
: <a class="el" href="namespaceGosu.html#496868cf52cf159cf98a00888c4fbc1c">Gosu</a>
|
177
|
-
</ul>
|
178
|
-
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
179
|
-
<li>saveFile()
|
180
|
-
: <a class="el" href="namespaceGosu.html#467aa346fa1a4cb39040bb427b42b7aa">Gosu</a>
|
181
|
-
<li>saveToBMP()
|
182
|
-
: <a class="el" href="namespaceGosu.html#88c53b6073e06c2ce343bf49579b02de">Gosu</a>
|
183
|
-
<li>saveToPNG()
|
184
|
-
: <a class="el" href="namespaceGosu.html#7c1a78c796335d8f2183a6694a911eb7">Gosu</a>
|
185
|
-
<li>shareComPtr()
|
186
|
-
: <a class="el" href="namespaceGosu_1_1Win.html#a428c0599282230ad8c8c03a4eb1a054">Gosu::Win</a>
|
187
|
-
<li>sharedResourcePrefix()
|
188
|
-
: <a class="el" href="namespaceGosu.html#15eb63b0cec84b235d0f4d836731d3e1">Gosu</a>
|
189
|
-
<li>sleep()
|
190
|
-
: <a class="el" href="namespaceGosu.html#93f9b0118e9708a760148c8c5da481d2">Gosu</a>
|
191
|
-
<li>square()
|
192
|
-
: <a class="el" href="namespaceGosu.html#cac78b0775d1b551f4adf9ae76efb4cc">Gosu</a>
|
193
|
-
<li>stringToAddress()
|
194
|
-
: <a class="el" href="namespaceGosu.html#c2c5b3cca9903139efbd2d601a631ee6">Gosu</a>
|
195
|
-
</ul>
|
196
|
-
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
197
|
-
<li>textWidth()
|
198
|
-
: <a class="el" href="namespaceGosu.html#b04c11ac75a9069c4b2f8a27ae1094fc">Gosu</a>
|
199
|
-
<li>throwLastError()
|
200
|
-
: <a class="el" href="namespaceGosu_1_1Win.html#9b691c48faa83e1f04f3c185f4fc88e0">Gosu::Win</a>
|
201
|
-
<li>trunc()
|
202
|
-
: <a class="el" href="namespaceGosu.html#dc5f4941f3a17c6c5233d6c7a628cc68">Gosu</a>
|
203
|
-
</ul>
|
204
|
-
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
|
205
|
-
<li>userDocsPrefix()
|
206
|
-
: <a class="el" href="namespaceGosu.html#608bef262f259644b1e804c5bd03683a">Gosu</a>
|
207
|
-
<li>userSettingsPrefix()
|
208
|
-
: <a class="el" href="namespaceGosu.html#c5d5db92f55aba5bcd7cd6ca1a79c712">Gosu</a>
|
209
|
-
<li>utf8ToWstring()
|
210
|
-
: <a class="el" href="namespaceGosu.html#21c54ae29c5b4ebc282b87d6dec1f7de">Gosu</a>
|
211
|
-
</ul>
|
212
|
-
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
|
213
|
-
<li>widen()
|
214
|
-
: <a class="el" href="namespaceGosu.html#76d73802e9aa00f9133c3f1e099b832e">Gosu</a>
|
215
|
-
<li>wstringToUTF8()
|
216
|
-
: <a class="el" href="namespaceGosu.html#b6bc6e428b84b2e2ac39133c64b4567e">Gosu</a>
|
217
|
-
</ul>
|
218
|
-
<h3><a class="anchor" name="index_z">- z -</a></h3><ul>
|
219
|
-
<li>zImmediate
|
220
|
-
: <a class="el" href="namespaceGosu.html#66e372da7f9b1ce440cc35da4b16b027">Gosu</a>
|
221
|
-
<li>ZPos
|
222
|
-
: <a class="el" href="namespaceGosu.html#a2fd8fe9574c0ad3fd52557cb160be49">Gosu</a>
|
223
|
-
</ul>
|
224
|
-
</div>
|
225
|
-
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 17 23:35:43 2009 for Gosu by
|
226
|
-
<a href="http://www.doxygen.org/index.html">
|
227
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
228
|
-
</body>
|
229
|
-
</html>
|