rumai 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. data/CREDITS +4 -3
  2. data/HISTORY +327 -0
  3. data/INSTALL +31 -0
  4. data/README +92 -0
  5. data/USAGE +297 -0
  6. data/bin/rumai +9 -22
  7. data/doc/api/IO.html +119 -0
  8. data/doc/api/Integer.html +171 -0
  9. data/doc/api/Rumai.html +1270 -0
  10. data/doc/api/Rumai/Area.html +1485 -0
  11. data/doc/api/Rumai/Chain.html +301 -0
  12. data/doc/api/Rumai/Client.html +2451 -0
  13. data/doc/api/Rumai/ClientContainer.html +301 -0
  14. data/doc/api/Rumai/ExportInstanceMethods.html +103 -0
  15. data/doc/api/Rumai/IXP.html +94 -0
  16. data/doc/api/Rumai/IXP/Agent.html +1625 -0
  17. data/doc/api/Rumai/IXP/Agent/FidStream.html +959 -0
  18. data/doc/api/Rumai/IXP/Agent/RangedPool.html +381 -0
  19. data/doc/api/Rumai/IXP/Error.html +110 -0
  20. data/doc/api/Rumai/IXP/Fcall.html +503 -0
  21. data/doc/api/Rumai/IXP/Qid.html +207 -0
  22. data/doc/api/Rumai/IXP/Rattach.html +148 -0
  23. data/doc/api/Rumai/IXP/Rauth.html +148 -0
  24. data/doc/api/Rumai/IXP/Rclunk.html +148 -0
  25. data/doc/api/Rumai/IXP/Rcreate.html +148 -0
  26. data/doc/api/Rumai/IXP/Rerror.html +148 -0
  27. data/doc/api/Rumai/IXP/Rflush.html +148 -0
  28. data/doc/api/Rumai/IXP/Ropen.html +148 -0
  29. data/doc/api/Rumai/IXP/Rread.html +148 -0
  30. data/doc/api/Rumai/IXP/Rremove.html +148 -0
  31. data/doc/api/Rumai/IXP/Rstat.html +148 -0
  32. data/doc/api/Rumai/IXP/Rversion.html +148 -0
  33. data/doc/api/Rumai/IXP/Rwalk.html +148 -0
  34. data/doc/api/Rumai/IXP/Rwrite.html +148 -0
  35. data/doc/api/Rumai/IXP/Rwstat.html +148 -0
  36. data/doc/api/Rumai/IXP/Stat.html +335 -0
  37. data/doc/api/Rumai/IXP/Stream.html +194 -0
  38. data/doc/api/Rumai/IXP/Struct.html +586 -0
  39. data/doc/api/Rumai/IXP/Struct/ClassField.html +242 -0
  40. data/doc/api/Rumai/IXP/Struct/Field.html +782 -0
  41. data/doc/api/Rumai/IXP/Struct/Field/CounteeField.html +227 -0
  42. data/doc/api/Rumai/IXP/Struct/Field/CounterField.html +153 -0
  43. data/doc/api/Rumai/IXP/Struct/Integer8Field.html +242 -0
  44. data/doc/api/Rumai/IXP/Struct/StringField.html +206 -0
  45. data/doc/api/Rumai/IXP/Tattach.html +148 -0
  46. data/doc/api/Rumai/IXP/Tauth.html +148 -0
  47. data/doc/api/Rumai/IXP/Tclunk.html +148 -0
  48. data/doc/api/Rumai/IXP/Tcreate.html +148 -0
  49. data/doc/api/Rumai/IXP/Terror.html +231 -0
  50. data/doc/api/Rumai/IXP/Tflush.html +148 -0
  51. data/doc/api/Rumai/IXP/Topen.html +240 -0
  52. data/doc/api/Rumai/IXP/Tread.html +148 -0
  53. data/doc/api/Rumai/IXP/Tremove.html +148 -0
  54. data/doc/api/Rumai/IXP/Tstat.html +148 -0
  55. data/doc/api/Rumai/IXP/Tversion.html +162 -0
  56. data/doc/api/Rumai/IXP/Twalk.html +148 -0
  57. data/doc/api/Rumai/IXP/Twrite.html +148 -0
  58. data/doc/api/Rumai/IXP/Twstat.html +148 -0
  59. data/doc/api/Rumai/Node.html +1406 -0
  60. data/doc/api/Rumai/View.html +1587 -0
  61. data/doc/api/Rumai/WidgetImpl.html +333 -0
  62. data/doc/api/Rumai/WidgetNode.html +246 -0
  63. data/doc/api/String.html +258 -0
  64. data/doc/api/StringIO.html +119 -0
  65. data/doc/api/Time.html +247 -0
  66. data/doc/api/_index.html +581 -0
  67. data/doc/api/class_list.html +36 -0
  68. data/doc/api/css/common.css +1 -0
  69. data/doc/api/css/full_list.css +50 -0
  70. data/doc/api/css/style.css +273 -0
  71. data/doc/api/file.LICENSE.html +73 -0
  72. data/doc/api/file_list.html +38 -0
  73. data/doc/api/frames.html +13 -0
  74. data/doc/api/index.html +72 -13
  75. data/doc/api/js/app.js +111 -0
  76. data/doc/api/js/full_list.js +117 -0
  77. data/doc/api/js/{jquery-1.3.2.min.js → jquery.js} +0 -0
  78. data/doc/api/method_list.html +1483 -0
  79. data/doc/api/top-level-namespace.html +89 -0
  80. data/doc/index.erb +18 -13
  81. data/doc/index.html +331 -386
  82. data/lib/rumai.rb +1 -18
  83. data/lib/rumai/fs.rb +11 -11
  84. data/lib/rumai/inochi.rb +48 -0
  85. data/lib/rumai/inochi.yaml +94 -0
  86. data/lib/rumai/ixp.rb +0 -4
  87. data/lib/rumai/ixp/message.rb +6 -17
  88. data/lib/rumai/ixp/transport.rb +39 -30
  89. data/lib/rumai/wm.rb +35 -37
  90. data/test/rumai/inochi_test.rb +17 -0
  91. data/test/rumai/ixp/message_test.rb +245 -0
  92. data/test/runner +25 -0
  93. data/test/test_helper.rb +1 -0
  94. metadata +107 -125
  95. data/doc/api/apple-touch-icon.png +0 -0
  96. data/doc/api/classes/IO.html +0 -72
  97. data/doc/api/classes/Integer.html +0 -110
  98. data/doc/api/classes/Object.html +0 -60
  99. data/doc/api/classes/Rumai.html +0 -837
  100. data/doc/api/classes/Rumai/Area.html +0 -909
  101. data/doc/api/classes/Rumai/Chain.html +0 -197
  102. data/doc/api/classes/Rumai/Client.html +0 -1526
  103. data/doc/api/classes/Rumai/ClientContainer.html +0 -191
  104. data/doc/api/classes/Rumai/ExportInstanceMethods.html +0 -69
  105. data/doc/api/classes/Rumai/IXP.html +0 -131
  106. data/doc/api/classes/Rumai/IXP/Agent.html +0 -941
  107. data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +0 -456
  108. data/doc/api/classes/Rumai/IXP/Agent/MODES.html +0 -108
  109. data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +0 -241
  110. data/doc/api/classes/Rumai/IXP/Error.html +0 -67
  111. data/doc/api/classes/Rumai/IXP/Fcall.html +0 -323
  112. data/doc/api/classes/Rumai/IXP/Qid.html +0 -153
  113. data/doc/api/classes/Rumai/IXP/Rattach.html +0 -67
  114. data/doc/api/classes/Rumai/IXP/Rauth.html +0 -67
  115. data/doc/api/classes/Rumai/IXP/Rclunk.html +0 -67
  116. data/doc/api/classes/Rumai/IXP/Rcreate.html +0 -67
  117. data/doc/api/classes/Rumai/IXP/Rerror.html +0 -67
  118. data/doc/api/classes/Rumai/IXP/Rflush.html +0 -67
  119. data/doc/api/classes/Rumai/IXP/Ropen.html +0 -67
  120. data/doc/api/classes/Rumai/IXP/Rread.html +0 -67
  121. data/doc/api/classes/Rumai/IXP/Rremove.html +0 -67
  122. data/doc/api/classes/Rumai/IXP/Rstat.html +0 -67
  123. data/doc/api/classes/Rumai/IXP/Rversion.html +0 -67
  124. data/doc/api/classes/Rumai/IXP/Rwalk.html +0 -67
  125. data/doc/api/classes/Rumai/IXP/Rwrite.html +0 -67
  126. data/doc/api/classes/Rumai/IXP/Rwstat.html +0 -67
  127. data/doc/api/classes/Rumai/IXP/Stat.html +0 -252
  128. data/doc/api/classes/Rumai/IXP/Stream.html +0 -131
  129. data/doc/api/classes/Rumai/IXP/Struct.html +0 -311
  130. data/doc/api/classes/Rumai/IXP/Struct/Field.html +0 -415
  131. data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +0 -153
  132. data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +0 -104
  133. data/doc/api/classes/Rumai/IXP/Tattach.html +0 -68
  134. data/doc/api/classes/Rumai/IXP/Tauth.html +0 -67
  135. data/doc/api/classes/Rumai/IXP/Tclunk.html +0 -67
  136. data/doc/api/classes/Rumai/IXP/Tcreate.html +0 -68
  137. data/doc/api/classes/Rumai/IXP/Terror.html +0 -110
  138. data/doc/api/classes/Rumai/IXP/Tflush.html +0 -67
  139. data/doc/api/classes/Rumai/IXP/Topen.html +0 -165
  140. data/doc/api/classes/Rumai/IXP/Tread.html +0 -67
  141. data/doc/api/classes/Rumai/IXP/Tremove.html +0 -67
  142. data/doc/api/classes/Rumai/IXP/Tstat.html +0 -67
  143. data/doc/api/classes/Rumai/IXP/Tversion.html +0 -86
  144. data/doc/api/classes/Rumai/IXP/Twalk.html +0 -68
  145. data/doc/api/classes/Rumai/IXP/Twrite.html +0 -68
  146. data/doc/api/classes/Rumai/IXP/Twstat.html +0 -67
  147. data/doc/api/classes/Rumai/Node.html +0 -821
  148. data/doc/api/classes/Rumai/View.html +0 -967
  149. data/doc/api/classes/Rumai/WidgetImpl.html +0 -65
  150. data/doc/api/classes/Rumai/WidgetNode.html +0 -68
  151. data/doc/api/classes/String.html +0 -163
  152. data/doc/api/classes/StringIO.html +0 -72
  153. data/doc/api/classes/Time.html +0 -156
  154. data/doc/api/created.rid +0 -1
  155. data/doc/api/css/main.css +0 -263
  156. data/doc/api/css/panel.css +0 -383
  157. data/doc/api/css/reset.css +0 -53
  158. data/doc/api/favicon.ico +0 -0
  159. data/doc/api/files/CREDITS.html +0 -67
  160. data/doc/api/files/LICENSE.html +0 -76
  161. data/doc/api/files/lib/rumai/fs_rb.html +0 -75
  162. data/doc/api/files/lib/rumai/ixp/message_rb.html +0 -91
  163. data/doc/api/files/lib/rumai/ixp/transport_rb.html +0 -75
  164. data/doc/api/files/lib/rumai/ixp_rb.html +0 -69
  165. data/doc/api/files/lib/rumai/wm_rb.html +0 -77
  166. data/doc/api/files/lib/rumai_rb.html +0 -65
  167. data/doc/api/i/arrows.png +0 -0
  168. data/doc/api/i/results_bg.png +0 -0
  169. data/doc/api/i/tree_bg.png +0 -0
  170. data/doc/api/js/jquery-effect.js +0 -593
  171. data/doc/api/js/main.js +0 -22
  172. data/doc/api/js/searchdoc.js +0 -628
  173. data/doc/api/panel/index.html +0 -71
  174. data/doc/api/panel/search_index.js +0 -1
  175. data/doc/api/panel/tree.js +0 -1
  176. data/doc/history.erb +0 -233
  177. data/doc/intro.erb +0 -70
  178. data/doc/setup.erb +0 -144
  179. data/doc/usage.erb +0 -308
  180. data/rakefile +0 -14
  181. data/test/rumai/ixp/message.rb +0 -237
@@ -0,0 +1,171 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta name="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>Class: Integer</title>
7
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+
10
+ <script type="text/javascript" charset="utf-8">
11
+ relpath = '';
12
+ if (relpath != '') relpath += '/';
13
+ </script>
14
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
+
17
+ </head>
18
+ <body>
19
+ <script type="text/javascript" charset="utf-8">
20
+ if (window.top.frames.main) document.body.className = 'frames';
21
+ </script>
22
+
23
+ <div id="header">
24
+ <div id="menu">
25
+
26
+ <a href="_index.html">Index (I)</a> &raquo;
27
+
28
+
29
+ <span class="title">Integer</span>
30
+
31
+
32
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
+ </div>
34
+
35
+ <div id="search">
36
+ <a id="class_list_link" href="#">Class List</a>
37
+ <a id="method_list_link" href="#">Method List</a>
38
+ <a id ="file_list_link" href="#">File List</a>
39
+ </div>
40
+
41
+ <div class="clear"></div>
42
+ </div>
43
+
44
+ <iframe id="search_frame"></iframe>
45
+
46
+ <div id="content"><h1>Class: Integer
47
+
48
+
49
+ </h1>
50
+
51
+ <dl class="box">
52
+
53
+ <dt class="r1">Inherits:</dt>
54
+ <dd class="r1">
55
+ <span class="inheritName"><a href="Object.html" title="Object (class)">Object</a></span>
56
+
57
+ <ul class="fullTree">
58
+ <li><a href="Object.html" title="Object (class)">Object</a></li>
59
+
60
+ <li class="next">Integer</li>
61
+
62
+ </ul>
63
+ <a href="#" class="inheritanceTree">show all</a>
64
+
65
+ </dd>
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+ <dt class="r2 last">Defined in:</dt>
76
+ <dd class="r2 last">lib/rumai/ixp/message.rb</dd>
77
+
78
+ </dl>
79
+ <div class="clear"></div>
80
+
81
+
82
+
83
+
84
+
85
+ <h2>Instance Method Summary</h2>
86
+
87
+ <ul class="summary">
88
+
89
+ <li class="public ">
90
+ <span class="summary_signature">
91
+
92
+ <a href="#to_9p-instance_method" title="#to_9p (instance method)">- (Object) <strong>to_9p</strong>(num_bytes) </a>
93
+
94
+
95
+
96
+ </span>
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+ <span class="summary_desc"><div class='inline'><p>
105
+ Transforms this object into a string of 9P2000 bytes.
106
+ </p>
107
+ </div></span>
108
+
109
+ </li>
110
+
111
+
112
+ </ul>
113
+
114
+
115
+
116
+
117
+ <div id="instance_method_details" class="method_details_list">
118
+ <h2>Instance Method Details</h2>
119
+
120
+
121
+ <div class="method_details first">
122
+ <p class="signature first" id="to_9p-instance_method">
123
+
124
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>to_9p</strong>(num_bytes)
125
+
126
+
127
+
128
+ </p><div class="docstring">
129
+ <div class="discussion">
130
+ <p>
131
+ Transforms this object into a string of 9P2000 bytes.
132
+ </p>
133
+
134
+
135
+ </div>
136
+ </div>
137
+ <div class="tags">
138
+
139
+ </div><table class="source_code">
140
+ <tr>
141
+ <td>
142
+ <pre class="lines">
143
+
144
+
145
+ 675
146
+ 676
147
+ 677</pre>
148
+ </td>
149
+ <td>
150
+ <pre class="code"><span class="info file"># File 'lib/rumai/ixp/message.rb', line 675</span>
151
+
152
+ <span class='kw'>def</span> <span class='id to_9p'>to_9p</span> <span class='id num_bytes'>num_bytes</span>
153
+ <span class='lbracket'>[</span><span class='kw'>self</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id pack'>pack</span> <span class='const'>Rumai</span><span class='op'>::</span><span class='const'>IXP</span><span class='op'>::</span><span class='const'>Stream</span><span class='op'>::</span><span class='const'>PACKING_FLAGS</span><span class='lbracket'>[</span><span class='id num_bytes'>num_bytes</span><span class='rbracket'>]</span>
154
+ <span class='kw'>end</span></pre>
155
+ </td>
156
+ </tr>
157
+ </table>
158
+ </div>
159
+
160
+ </div>
161
+
162
+ </div>
163
+
164
+ <div id="footer">
165
+ Generated on Mon Mar 22 22:23:58 2010 by
166
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
167
+ 0.5.4 (ruby-1.9.1).
168
+ </div>
169
+
170
+ </body>
171
+ </html>
@@ -0,0 +1,1270 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta name="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>Module: Rumai</title>
7
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+
10
+ <script type="text/javascript" charset="utf-8">
11
+ relpath = '';
12
+ if (relpath != '') relpath += '/';
13
+ </script>
14
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
+
17
+ </head>
18
+ <body>
19
+ <script type="text/javascript" charset="utf-8">
20
+ if (window.top.frames.main) document.body.className = 'frames';
21
+ </script>
22
+
23
+ <div id="header">
24
+ <div id="menu">
25
+
26
+ <a href="_index.html">Index (R)</a> &raquo;
27
+
28
+
29
+ <span class="title">Rumai</span>
30
+
31
+
32
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
+ </div>
34
+
35
+ <div id="search">
36
+ <a id="class_list_link" href="#">Class List</a>
37
+ <a id="method_list_link" href="#">Method List</a>
38
+ <a id ="file_list_link" href="#">File List</a>
39
+ </div>
40
+
41
+ <div class="clear"></div>
42
+ </div>
43
+
44
+ <iframe id="search_frame"></iframe>
45
+
46
+ <div id="content"><h1>Module: Rumai
47
+
48
+
49
+ </h1>
50
+
51
+ <dl class="box">
52
+
53
+
54
+
55
+ <dt class="r1">Extends:</dt>
56
+ <dd class="r1"><a href="Rumai/ExportInstanceMethods.html" title="Rumai::ExportInstanceMethods (module)">Rumai::ExportInstanceMethods</a></dd>
57
+
58
+
59
+
60
+
61
+ <dt class="r2">Includes:</dt>
62
+ <dd class="r2"><a href="Rumai/ClientContainer.html" title="Rumai::ClientContainer (module)">Rumai::ClientContainer</a></dd>
63
+
64
+
65
+
66
+
67
+
68
+ <dt class="r1 last">Defined in:</dt>
69
+ <dd class="r1 last">lib/rumai/ixp/message.rb<span class="defines">,<br />
70
+ lib/rumai/fs.rb,<br /> lib/rumai/wm.rb,<br /> lib/rumai/inochi.rb,<br /> lib/rumai/ixp/transport.rb</span>
71
+ </dd>
72
+
73
+ </dl>
74
+ <div class="clear"></div>
75
+
76
+ <h2>Overview</h2><div class="docstring">
77
+ <div class="discussion">
78
+ <p>
79
+ Primitives for the 9P2000 protocol.
80
+ </p>
81
+ <p>
82
+ See <a
83
+ href="http://cm.bell-labs.com/sys/man/5/INDEX.html">cm.bell-labs.com/sys/man/5/INDEX.html</a>
84
+ See <a
85
+ href="http://swtch.com/plan9port/man/man9">swtch.com/plan9port/man/man9</a>/
86
+ </p>
87
+
88
+
89
+ </div>
90
+ </div>
91
+ <div class="tags">
92
+
93
+ </div><h2>Defined Under Namespace</h2>
94
+ <p class="children">
95
+
96
+
97
+ <strong class="modules">Modules:</strong> <a href="Rumai/Chain.html" title="Rumai::Chain (module)">Chain</a>, <a href="Rumai/ClientContainer.html" title="Rumai::ClientContainer (module)">ClientContainer</a>, <a href="Rumai/ExportInstanceMethods.html" title="Rumai::ExportInstanceMethods (module)">ExportInstanceMethods</a>, <a href="Rumai/IXP.html" title="Rumai::IXP (module)">IXP</a>, <a href="Rumai/WidgetImpl.html" title="Rumai::WidgetImpl (module)">WidgetImpl</a>
98
+
99
+
100
+
101
+ <strong class="classes">Classes:</strong> <a href="Rumai/Area.html" title="Rumai::Area (class)">Area</a>, <a href="Rumai/Client.html" title="Rumai::Client (class)">Client</a>, <a href="Rumai/Node.html" title="Rumai::Node (class)">Node</a>, <a href="Rumai/View.html" title="Rumai::View (class)">View</a>, <a href="Rumai/WidgetNode.html" title="Rumai::WidgetNode (class)">WidgetNode</a>
102
+
103
+
104
+ </p>
105
+
106
+ <h2>Constant Summary</h2>
107
+
108
+ <dl class="constants">
109
+
110
+ <dt id="IXP_SOCK_ADDR-constant" class="">IXP_SOCK_ADDR =
111
+
112
+ </dt>
113
+ <dd><pre class="code"><span class='const'>ENV</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>WMII_ADDRESS</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id sub'>sub</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>.*!</span><span class='regexp_end'>/</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span> <span class='kw'>rescue</span>
114
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>/tmp/ns.</span><span class='embexpr_beg'>#{</span><span class='const'>ENV</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>USER</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rbrace'>}</span><span class='tstring_content'>.</span><span class='embexpr_beg'>#{</span><span class='id display'>display</span><span class='lbracket'>[</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>:\d+</span><span class='regexp_end'>/</span></span><span class='rbracket'>]</span><span class='rbrace'>}</span><span class='tstring_content'>/wmii</span><span class='tstring_end'>&quot;</span></span></pre></dd>
115
+
116
+ <dt id="IXP_FS_ROOT-constant" class="">IXP_FS_ROOT =
117
+
118
+ </dt>
119
+ <dd><pre class="code"><span class='const'>Node</span><span class='period'>.</span><span class='id new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span></pre></dd>
120
+
121
+ <dt id="FOCUSED_WIDGET_ID-constant" class="">FOCUSED_WIDGET_ID =
122
+
123
+ </dt>
124
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>sel</span><span class='tstring_end'>'</span></span><span class='period'>.</span><span class='id freeze'>freeze</span></pre></dd>
125
+
126
+ <dt id="FLOATING_AREA_ID-constant" class="">FLOATING_AREA_ID =
127
+
128
+ </dt>
129
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>~</span><span class='tstring_end'>'</span></span><span class='period'>.</span><span class='id freeze'>freeze</span></pre></dd>
130
+
131
+ <dt id="CLIENT_GROUPING_TAG-constant" class="">CLIENT_GROUPING_TAG =
132
+
133
+ </dt>
134
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>@</span><span class='tstring_end'>'</span></span><span class='period'>.</span><span class='id freeze'>freeze</span></pre></dd>
135
+
136
+ <dt id="CLIENT_STICKY_TAG-constant" class="">CLIENT_STICKY_TAG =
137
+
138
+ </dt>
139
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/./</span><span class='tstring_end'>'</span></span><span class='period'>.</span><span class='id freeze'>freeze</span></pre></dd>
140
+
141
+ <dt id="INSTDIR-constant" class="">INSTDIR =
142
+
143
+ </dt>
144
+ <dd><pre class="code"><span class='const'>File</span><span class='period'>.</span><span class='id expand_path'>expand_path</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>../../..</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='kw'>__FILE__</span><span class='rparen'>)</span></pre></dd>
145
+
146
+ </dl>
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+ <h2>Class Method Summary</h2>
161
+
162
+ <ul class="summary">
163
+
164
+ <li class="public ">
165
+ <span class="summary_signature">
166
+
167
+ <a href="#inspect-class_method" title="inspect (class method)">+ (Object) <strong>inspect</strong> </a>
168
+
169
+
170
+
171
+ </span>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+ <span class="summary_desc"><div class='inline'></div></span>
180
+
181
+ </li>
182
+
183
+
184
+ </ul>
185
+
186
+ <h2>Instance Method Summary</h2>
187
+
188
+ <ul class="summary">
189
+
190
+ <li class="public ">
191
+ <span class="summary_signature">
192
+
193
+ <a href="#client_ids-instance_method" title="#client_ids (instance method)">- (Object) <strong>client_ids</strong> </a>
194
+
195
+
196
+
197
+ </span>
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+ <span class="summary_desc"><div class='inline'><p>
206
+ Returns the IDs of the current set of clients.
207
+ </p>
208
+ </div></span>
209
+
210
+ </li>
211
+
212
+
213
+ <li class="public ">
214
+ <span class="summary_signature">
215
+
216
+ <a href="#curr_area-instance_method" title="#curr_area (instance method)">- (Object) <strong>curr_area</strong> </a>
217
+
218
+
219
+
220
+ </span>
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+ <span class="summary_desc"><div class='inline'></div></span>
229
+
230
+ </li>
231
+
232
+
233
+ <li class="public ">
234
+ <span class="summary_signature">
235
+
236
+ <a href="#curr_client-instance_method" title="#curr_client (instance method)">- (Object) <strong>curr_client</strong> </a>
237
+
238
+
239
+
240
+ </span>
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ <span class="summary_desc"><div class='inline'><hr size="10"></hr><p>
249
+ shortcuts for interactive WM manipulation (via IRB)
250
+ --------------------------------------------------.
251
+ </p>
252
+ </div></span>
253
+
254
+ </li>
255
+
256
+
257
+ <li class="public ">
258
+ <span class="summary_signature">
259
+
260
+ <a href="#curr_tag-instance_method" title="#curr_tag (instance method)">- (Object) <strong>curr_tag</strong> </a>
261
+
262
+
263
+
264
+ </span>
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+ <span class="summary_desc"><div class='inline'></div></span>
273
+
274
+ </li>
275
+
276
+
277
+ <li class="public ">
278
+ <span class="summary_signature">
279
+
280
+ <a href="#curr_view-instance_method" title="#curr_view (instance method)">- (Object) <strong>curr_view</strong> </a>
281
+
282
+
283
+
284
+ </span>
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+ <span class="summary_desc"><div class='inline'></div></span>
293
+
294
+ </li>
295
+
296
+
297
+ <li class="public ">
298
+ <span class="summary_signature">
299
+
300
+ <a href="#focus_area-instance_method" title="#focus_area (instance method)">- (Object) <strong>focus_area</strong>(id) </a>
301
+
302
+
303
+
304
+ </span>
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+ <span class="summary_desc"><div class='inline'></div></span>
313
+
314
+ </li>
315
+
316
+
317
+ <li class="public ">
318
+ <span class="summary_signature">
319
+
320
+ <a href="#focus_client-instance_method" title="#focus_client (instance method)">- (Object) <strong>focus_client</strong>(id) </a>
321
+
322
+
323
+
324
+ </span>
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+ <span class="summary_desc"><div class='inline'></div></span>
333
+
334
+ </li>
335
+
336
+
337
+ <li class="public ">
338
+ <span class="summary_signature">
339
+
340
+ <a href="#focus_view-instance_method" title="#focus_view (instance method)">- (Object) <strong>focus_view</strong>(id) </a>
341
+
342
+
343
+
344
+ </span>
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+ <span class="summary_desc"><div class='inline'></div></span>
353
+
354
+ </li>
355
+
356
+
357
+ <li class="public ">
358
+ <span class="summary_signature">
359
+
360
+ <a href="#fs-instance_method" title="#fs (instance method)">- (Object) <strong>fs</strong> </a>
361
+
362
+
363
+
364
+ </span>
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+ <span class="summary_desc"><div class='inline'><p>
373
+ Returns the root of IXP file system hierarchy.
374
+ </p>
375
+ </div></span>
376
+
377
+ </li>
378
+
379
+
380
+ <li class="public ">
381
+ <span class="summary_signature">
382
+
383
+ <a href="#grouping-instance_method" title="#grouping (instance method)">- (Object) <strong>grouping</strong> </a>
384
+
385
+
386
+
387
+ </span>
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+ <span class="summary_desc"><div class='inline'><p>
396
+ Returns a list of all grouped clients in the currently focused view.
397
+ </p>
398
+ </div></span>
399
+
400
+ </li>
401
+
402
+
403
+ <li class="public ">
404
+ <span class="summary_signature">
405
+
406
+ <a href="#next_area-instance_method" title="#next_area (instance method)">- (Object) <strong>next_area</strong> </a>
407
+
408
+
409
+
410
+ </span>
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+ <span class="summary_desc"><div class='inline'></div></span>
419
+
420
+ </li>
421
+
422
+
423
+ <li class="public ">
424
+ <span class="summary_signature">
425
+
426
+ <a href="#next_client-instance_method" title="#next_client (instance method)">- (Object) <strong>next_client</strong> </a>
427
+
428
+
429
+
430
+ </span>
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+ <span class="summary_desc"><div class='inline'></div></span>
439
+
440
+ </li>
441
+
442
+
443
+ <li class="public ">
444
+ <span class="summary_signature">
445
+
446
+ <a href="#next_tag-instance_method" title="#next_tag (instance method)">- (Object) <strong>next_tag</strong> </a>
447
+
448
+
449
+
450
+ </span>
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+ <span class="summary_desc"><div class='inline'></div></span>
459
+
460
+ </li>
461
+
462
+
463
+ <li class="public ">
464
+ <span class="summary_signature">
465
+
466
+ <a href="#next_view-instance_method" title="#next_view (instance method)">- (Object) <strong>next_view</strong> </a>
467
+
468
+
469
+
470
+ </span>
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+ <span class="summary_desc"><div class='inline'></div></span>
479
+
480
+ </li>
481
+
482
+
483
+ <li class="public ">
484
+ <span class="summary_signature">
485
+
486
+ <a href="#prev_area-instance_method" title="#prev_area (instance method)">- (Object) <strong>prev_area</strong> </a>
487
+
488
+
489
+
490
+ </span>
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+ <span class="summary_desc"><div class='inline'></div></span>
499
+
500
+ </li>
501
+
502
+
503
+ <li class="public ">
504
+ <span class="summary_signature">
505
+
506
+ <a href="#prev_client-instance_method" title="#prev_client (instance method)">- (Object) <strong>prev_client</strong> </a>
507
+
508
+
509
+
510
+ </span>
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+ <span class="summary_desc"><div class='inline'></div></span>
519
+
520
+ </li>
521
+
522
+
523
+ <li class="public ">
524
+ <span class="summary_signature">
525
+
526
+ <a href="#prev_tag-instance_method" title="#prev_tag (instance method)">- (Object) <strong>prev_tag</strong> </a>
527
+
528
+
529
+
530
+ </span>
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+ <span class="summary_desc"><div class='inline'></div></span>
539
+
540
+ </li>
541
+
542
+
543
+ <li class="public ">
544
+ <span class="summary_signature">
545
+
546
+ <a href="#prev_view-instance_method" title="#prev_view (instance method)">- (Object) <strong>prev_view</strong> </a>
547
+
548
+
549
+
550
+ </span>
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+ <span class="summary_desc"><div class='inline'></div></span>
559
+
560
+ </li>
561
+
562
+
563
+ <li class="public ">
564
+ <span class="summary_signature">
565
+
566
+ <a href="#tags-instance_method" title="#tags (instance method)">- (Object) <strong>tags</strong> </a>
567
+
568
+
569
+
570
+ </span>
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+ <span class="summary_desc"><div class='inline'><p>
579
+ Returns the current set of tags.
580
+ </p>
581
+ </div></span>
582
+
583
+ </li>
584
+
585
+
586
+ <li class="public ">
587
+ <span class="summary_signature">
588
+
589
+ <a href="#views-instance_method" title="#views (instance method)">- (Object) <strong>views</strong> </a>
590
+
591
+
592
+
593
+ </span>
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+ <span class="summary_desc"><div class='inline'><p>
602
+ Returns the current set of views.
603
+ </p>
604
+ </div></span>
605
+
606
+ </li>
607
+
608
+
609
+ </ul>
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+ <h3 class="inherited">Methods included from <a href="Rumai/ClientContainer.html" title="Rumai::ClientContainer (module)">Rumai::ClientContainer</a></h3>
626
+ <p class="inherited"><a href="Rumai/ClientContainer.html#clients-instance_method" title="Rumai::ClientContainer#clients (method)">#clients</a></p>
627
+
628
+
629
+ <div id="class_method_details" class="method_details_list">
630
+ <h2>Class Method Details</h2>
631
+
632
+
633
+ <div class="method_details first">
634
+ <p class="signature first" id="inspect-class_method">
635
+
636
+ + (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>inspect</strong>
637
+
638
+
639
+
640
+ </p><table class="source_code">
641
+ <tr>
642
+ <td>
643
+ <pre class="lines">
644
+
645
+
646
+ 31
647
+ 32
648
+ 33</pre>
649
+ </td>
650
+ <td>
651
+ <pre class="code"><span class="info file"># File 'lib/rumai/inochi.rb', line 31</span>
652
+
653
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id inspect'>inspect</span>
654
+ <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='const'>PROJECT</span><span class='rbrace'>}</span><span class='tstring_content'> </span><span class='embexpr_beg'>#{</span><span class='const'>VERSION</span><span class='rbrace'>}</span><span class='tstring_content'> (</span><span class='embexpr_beg'>#{</span><span class='const'>RELEASE</span><span class='rbrace'>}</span><span class='tstring_content'>)</span><span class='tstring_end'>&quot;</span></span>
655
+ <span class='kw'>end</span></pre>
656
+ </td>
657
+ </tr>
658
+ </table>
659
+ </div>
660
+
661
+ </div>
662
+
663
+ <div id="instance_method_details" class="method_details_list">
664
+ <h2>Instance Method Details</h2>
665
+
666
+
667
+ <div class="method_details first">
668
+ <p class="signature first" id="client_ids-instance_method">
669
+
670
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>client_ids</strong>
671
+
672
+
673
+
674
+ </p><div class="docstring">
675
+ <div class="discussion">
676
+ <p>
677
+ Returns the IDs of the current set of clients.
678
+ </p>
679
+
680
+
681
+ </div>
682
+ </div>
683
+ <div class="tags">
684
+
685
+ </div><table class="source_code">
686
+ <tr>
687
+ <td>
688
+ <pre class="lines">
689
+
690
+
691
+ 1044
692
+ 1045
693
+ 1046
694
+ 1047
695
+ 1048</pre>
696
+ </td>
697
+ <td>
698
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1044</span>
699
+
700
+ <span class='kw'>def</span> <span class='id client_ids'>client_ids</span>
701
+ <span class='id ary'>ary</span> <span class='op'>=</span> <span class='const'>IXP_FS_ROOT</span><span class='period'>.</span><span class='id client'>client</span><span class='period'>.</span><span class='id entries'>entries</span>
702
+ <span class='id ary'>ary</span><span class='period'>.</span><span class='id delete'>delete</span> <span class='const'>FOCUSED_WIDGET_ID</span>
703
+ <span class='id ary'>ary</span>
704
+ <span class='kw'>end</span></pre>
705
+ </td>
706
+ </tr>
707
+ </table>
708
+ </div>
709
+
710
+ <div class="method_details ">
711
+ <p class="signature " id="curr_area-instance_method">
712
+
713
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>curr_area</strong>
714
+
715
+
716
+
717
+ </p><table class="source_code">
718
+ <tr>
719
+ <td>
720
+ <pre class="lines">
721
+
722
+
723
+ 1070</pre>
724
+ </td>
725
+ <td>
726
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1070</span>
727
+
728
+ <span class='kw'>def</span> <span class='id curr_area'>curr_area</span> <span class='semicolon'>;</span> <span class='const'>Area</span><span class='period'>.</span><span class='id curr'>curr</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
729
+ </td>
730
+ </tr>
731
+ </table>
732
+ </div>
733
+
734
+ <div class="method_details ">
735
+ <p class="signature " id="curr_client-instance_method">
736
+
737
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>curr_client</strong>
738
+
739
+
740
+
741
+ </p><div class="docstring">
742
+ <div class="discussion">
743
+ <hr size="10"></hr><p>
744
+ shortcuts for interactive WM manipulation (via IRB)
745
+ </p>
746
+ <hr size="10"></hr>
747
+
748
+ </div>
749
+ </div>
750
+ <div class="tags">
751
+
752
+ </div><table class="source_code">
753
+ <tr>
754
+ <td>
755
+ <pre class="lines">
756
+
757
+
758
+ 1066</pre>
759
+ </td>
760
+ <td>
761
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1066</span>
762
+
763
+ <span class='kw'>def</span> <span class='id curr_client'>curr_client</span> <span class='semicolon'>;</span> <span class='const'>Client</span><span class='period'>.</span><span class='id curr'>curr</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
764
+ </td>
765
+ </tr>
766
+ </table>
767
+ </div>
768
+
769
+ <div class="method_details ">
770
+ <p class="signature " id="curr_tag-instance_method">
771
+
772
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>curr_tag</strong>
773
+
774
+
775
+
776
+ </p><table class="source_code">
777
+ <tr>
778
+ <td>
779
+ <pre class="lines">
780
+
781
+
782
+ 1078</pre>
783
+ </td>
784
+ <td>
785
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1078</span>
786
+
787
+ <span class='kw'>def</span> <span class='id curr_tag'>curr_tag</span> <span class='semicolon'>;</span> <span class='id curr_view'>curr_view</span><span class='period'>.</span><span class='id id'>id</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
788
+ </td>
789
+ </tr>
790
+ </table>
791
+ </div>
792
+
793
+ <div class="method_details ">
794
+ <p class="signature " id="curr_view-instance_method">
795
+
796
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>curr_view</strong>
797
+
798
+
799
+
800
+ </p><table class="source_code">
801
+ <tr>
802
+ <td>
803
+ <pre class="lines">
804
+
805
+
806
+ 1074</pre>
807
+ </td>
808
+ <td>
809
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1074</span>
810
+
811
+ <span class='kw'>def</span> <span class='id curr_view'>curr_view</span> <span class='semicolon'>;</span> <span class='const'>View</span><span class='period'>.</span><span class='id curr'>curr</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
812
+ </td>
813
+ </tr>
814
+ </table>
815
+ </div>
816
+
817
+ <div class="method_details ">
818
+ <p class="signature " id="focus_area-instance_method">
819
+
820
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>focus_area</strong>(id)
821
+
822
+
823
+
824
+ </p><table class="source_code">
825
+ <tr>
826
+ <td>
827
+ <pre class="lines">
828
+
829
+
830
+ 1089
831
+ 1090
832
+ 1091</pre>
833
+ </td>
834
+ <td>
835
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1089</span>
836
+
837
+ <span class='kw'>def</span> <span class='id focus_area'>focus_area</span> <span class='id id'>id</span>
838
+ <span class='const'>Area</span><span class='period'>.</span><span class='id focus'>focus</span> <span class='id id'>id</span>
839
+ <span class='kw'>end</span></pre>
840
+ </td>
841
+ </tr>
842
+ </table>
843
+ </div>
844
+
845
+ <div class="method_details ">
846
+ <p class="signature " id="focus_client-instance_method">
847
+
848
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>focus_client</strong>(id)
849
+
850
+
851
+
852
+ </p><table class="source_code">
853
+ <tr>
854
+ <td>
855
+ <pre class="lines">
856
+
857
+
858
+ 1085
859
+ 1086
860
+ 1087</pre>
861
+ </td>
862
+ <td>
863
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1085</span>
864
+
865
+ <span class='kw'>def</span> <span class='id focus_client'>focus_client</span> <span class='id id'>id</span>
866
+ <span class='const'>Client</span><span class='period'>.</span><span class='id focus'>focus</span> <span class='id id'>id</span>
867
+ <span class='kw'>end</span></pre>
868
+ </td>
869
+ </tr>
870
+ </table>
871
+ </div>
872
+
873
+ <div class="method_details ">
874
+ <p class="signature " id="focus_view-instance_method">
875
+
876
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>focus_view</strong>(id)
877
+
878
+
879
+
880
+ </p><table class="source_code">
881
+ <tr>
882
+ <td>
883
+ <pre class="lines">
884
+
885
+
886
+ 1093
887
+ 1094
888
+ 1095</pre>
889
+ </td>
890
+ <td>
891
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1093</span>
892
+
893
+ <span class='kw'>def</span> <span class='id focus_view'>focus_view</span> <span class='id id'>id</span>
894
+ <span class='const'>View</span><span class='period'>.</span><span class='id focus'>focus</span> <span class='id id'>id</span>
895
+ <span class='kw'>end</span></pre>
896
+ </td>
897
+ </tr>
898
+ </table>
899
+ </div>
900
+
901
+ <div class="method_details ">
902
+ <p class="signature " id="fs-instance_method">
903
+
904
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>fs</strong>
905
+
906
+
907
+
908
+ </p><div class="docstring">
909
+ <div class="discussion">
910
+ <p>
911
+ Returns the root of IXP file system hierarchy.
912
+ </p>
913
+
914
+
915
+ </div>
916
+ </div>
917
+ <div class="tags">
918
+
919
+ </div><table class="source_code">
920
+ <tr>
921
+ <td>
922
+ <pre class="lines">
923
+
924
+
925
+ 1019
926
+ 1020
927
+ 1021</pre>
928
+ </td>
929
+ <td>
930
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1019</span>
931
+
932
+ <span class='kw'>def</span> <span class='id fs'>fs</span>
933
+ <span class='const'>IXP_FS_ROOT</span>
934
+ <span class='kw'>end</span></pre>
935
+ </td>
936
+ </tr>
937
+ </table>
938
+ </div>
939
+
940
+ <div class="method_details ">
941
+ <p class="signature " id="grouping-instance_method">
942
+
943
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>grouping</strong>
944
+
945
+
946
+
947
+ </p><div class="docstring">
948
+ <div class="discussion">
949
+ <p>
950
+ Returns a list of all grouped clients in the currently focused view. If
951
+ there are no grouped clients, then the currently focused client is returned
952
+ in the list.
953
+ </p>
954
+
955
+
956
+ </div>
957
+ </div>
958
+ <div class="tags">
959
+
960
+ </div><table class="source_code">
961
+ <tr>
962
+ <td>
963
+ <pre class="lines">
964
+
965
+
966
+ 1056
967
+ 1057
968
+ 1058
969
+ 1059
970
+ 1060</pre>
971
+ </td>
972
+ <td>
973
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1056</span>
974
+
975
+ <span class='kw'>def</span> <span class='id grouping'>grouping</span>
976
+ <span class='id list'>list</span> <span class='op'>=</span> <span class='id curr_view'>curr_view</span><span class='period'>.</span><span class='id clients'>clients</span><span class='period'>.</span><span class='id select'>select</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id c'>c</span><span class='op'>|</span> <span class='id c'>c</span><span class='period'>.</span><span class='id group?'>group?</span> <span class='rbrace'>}</span>
977
+ <span class='id list'>list</span> <span class='op'>&lt;&lt;</span> <span class='id curr_client'>curr_client</span> <span class='kw'>if</span> <span class='id list'>list</span><span class='period'>.</span><span class='id empty?'>empty?</span> <span class='kw'>and</span> <span class='id curr_client'>curr_client</span><span class='period'>.</span><span class='id exist?'>exist?</span>
978
+ <span class='id list'>list</span>
979
+ <span class='kw'>end</span></pre>
980
+ </td>
981
+ </tr>
982
+ </table>
983
+ </div>
984
+
985
+ <div class="method_details ">
986
+ <p class="signature " id="next_area-instance_method">
987
+
988
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>next_area</strong>
989
+
990
+
991
+
992
+ </p><table class="source_code">
993
+ <tr>
994
+ <td>
995
+ <pre class="lines">
996
+
997
+
998
+ 1071</pre>
999
+ </td>
1000
+ <td>
1001
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1071</span>
1002
+
1003
+ <span class='kw'>def</span> <span class='id next_area'>next_area</span> <span class='semicolon'>;</span> <span class='id curr_area'>curr_area</span><span class='period'>.</span><span class='id next'>next</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1004
+ </td>
1005
+ </tr>
1006
+ </table>
1007
+ </div>
1008
+
1009
+ <div class="method_details ">
1010
+ <p class="signature " id="next_client-instance_method">
1011
+
1012
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>next_client</strong>
1013
+
1014
+
1015
+
1016
+ </p><table class="source_code">
1017
+ <tr>
1018
+ <td>
1019
+ <pre class="lines">
1020
+
1021
+
1022
+ 1067</pre>
1023
+ </td>
1024
+ <td>
1025
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1067</span>
1026
+
1027
+ <span class='kw'>def</span> <span class='id next_client'>next_client</span> <span class='semicolon'>;</span> <span class='id curr_client'>curr_client</span><span class='period'>.</span><span class='id next'>next</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1028
+ </td>
1029
+ </tr>
1030
+ </table>
1031
+ </div>
1032
+
1033
+ <div class="method_details ">
1034
+ <p class="signature " id="next_tag-instance_method">
1035
+
1036
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>next_tag</strong>
1037
+
1038
+
1039
+
1040
+ </p><table class="source_code">
1041
+ <tr>
1042
+ <td>
1043
+ <pre class="lines">
1044
+
1045
+
1046
+ 1079</pre>
1047
+ </td>
1048
+ <td>
1049
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1079</span>
1050
+
1051
+ <span class='kw'>def</span> <span class='id next_tag'>next_tag</span> <span class='semicolon'>;</span> <span class='id next_view'>next_view</span><span class='period'>.</span><span class='id id'>id</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1052
+ </td>
1053
+ </tr>
1054
+ </table>
1055
+ </div>
1056
+
1057
+ <div class="method_details ">
1058
+ <p class="signature " id="next_view-instance_method">
1059
+
1060
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>next_view</strong>
1061
+
1062
+
1063
+
1064
+ </p><table class="source_code">
1065
+ <tr>
1066
+ <td>
1067
+ <pre class="lines">
1068
+
1069
+
1070
+ 1075</pre>
1071
+ </td>
1072
+ <td>
1073
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1075</span>
1074
+
1075
+ <span class='kw'>def</span> <span class='id next_view'>next_view</span> <span class='semicolon'>;</span> <span class='id curr_view'>curr_view</span><span class='period'>.</span><span class='id next'>next</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1076
+ </td>
1077
+ </tr>
1078
+ </table>
1079
+ </div>
1080
+
1081
+ <div class="method_details ">
1082
+ <p class="signature " id="prev_area-instance_method">
1083
+
1084
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>prev_area</strong>
1085
+
1086
+
1087
+
1088
+ </p><table class="source_code">
1089
+ <tr>
1090
+ <td>
1091
+ <pre class="lines">
1092
+
1093
+
1094
+ 1072</pre>
1095
+ </td>
1096
+ <td>
1097
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1072</span>
1098
+
1099
+ <span class='kw'>def</span> <span class='id prev_area'>prev_area</span> <span class='semicolon'>;</span> <span class='id curr_area'>curr_area</span><span class='period'>.</span><span class='id prev'>prev</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1100
+ </td>
1101
+ </tr>
1102
+ </table>
1103
+ </div>
1104
+
1105
+ <div class="method_details ">
1106
+ <p class="signature " id="prev_client-instance_method">
1107
+
1108
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>prev_client</strong>
1109
+
1110
+
1111
+
1112
+ </p><table class="source_code">
1113
+ <tr>
1114
+ <td>
1115
+ <pre class="lines">
1116
+
1117
+
1118
+ 1068</pre>
1119
+ </td>
1120
+ <td>
1121
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1068</span>
1122
+
1123
+ <span class='kw'>def</span> <span class='id prev_client'>prev_client</span> <span class='semicolon'>;</span> <span class='id curr_client'>curr_client</span><span class='period'>.</span><span class='id prev'>prev</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1124
+ </td>
1125
+ </tr>
1126
+ </table>
1127
+ </div>
1128
+
1129
+ <div class="method_details ">
1130
+ <p class="signature " id="prev_tag-instance_method">
1131
+
1132
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>prev_tag</strong>
1133
+
1134
+
1135
+
1136
+ </p><table class="source_code">
1137
+ <tr>
1138
+ <td>
1139
+ <pre class="lines">
1140
+
1141
+
1142
+ 1080</pre>
1143
+ </td>
1144
+ <td>
1145
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1080</span>
1146
+
1147
+ <span class='kw'>def</span> <span class='id prev_tag'>prev_tag</span> <span class='semicolon'>;</span> <span class='id prev_view'>prev_view</span><span class='period'>.</span><span class='id id'>id</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1148
+ </td>
1149
+ </tr>
1150
+ </table>
1151
+ </div>
1152
+
1153
+ <div class="method_details ">
1154
+ <p class="signature " id="prev_view-instance_method">
1155
+
1156
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>prev_view</strong>
1157
+
1158
+
1159
+
1160
+ </p><table class="source_code">
1161
+ <tr>
1162
+ <td>
1163
+ <pre class="lines">
1164
+
1165
+
1166
+ 1076</pre>
1167
+ </td>
1168
+ <td>
1169
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1076</span>
1170
+
1171
+ <span class='kw'>def</span> <span class='id prev_view'>prev_view</span> <span class='semicolon'>;</span> <span class='id curr_view'>curr_view</span><span class='period'>.</span><span class='id prev'>prev</span> <span class='semicolon'>;</span> <span class='kw'>end</span></pre>
1172
+ </td>
1173
+ </tr>
1174
+ </table>
1175
+ </div>
1176
+
1177
+ <div class="method_details ">
1178
+ <p class="signature " id="tags-instance_method">
1179
+
1180
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>tags</strong>
1181
+
1182
+
1183
+
1184
+ </p><div class="docstring">
1185
+ <div class="discussion">
1186
+ <p>
1187
+ Returns the current set of tags.
1188
+ </p>
1189
+
1190
+
1191
+ </div>
1192
+ </div>
1193
+ <div class="tags">
1194
+
1195
+ </div><table class="source_code">
1196
+ <tr>
1197
+ <td>
1198
+ <pre class="lines">
1199
+
1200
+
1201
+ 1026
1202
+ 1027
1203
+ 1028
1204
+ 1029
1205
+ 1030</pre>
1206
+ </td>
1207
+ <td>
1208
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1026</span>
1209
+
1210
+ <span class='kw'>def</span> <span class='id tags'>tags</span>
1211
+ <span class='id ary'>ary</span> <span class='op'>=</span> <span class='const'>IXP_FS_ROOT</span><span class='period'>.</span><span class='id tag'>tag</span><span class='period'>.</span><span class='id entries'>entries</span><span class='period'>.</span><span class='id sort'>sort</span>
1212
+ <span class='id ary'>ary</span><span class='period'>.</span><span class='id delete'>delete</span> <span class='const'>FOCUSED_WIDGET_ID</span>
1213
+ <span class='id ary'>ary</span>
1214
+ <span class='kw'>end</span></pre>
1215
+ </td>
1216
+ </tr>
1217
+ </table>
1218
+ </div>
1219
+
1220
+ <div class="method_details ">
1221
+ <p class="signature " id="views-instance_method">
1222
+
1223
+ - (<tt><a href="Object.html" title="Object (class)">Object</a></tt>) <strong>views</strong>
1224
+
1225
+
1226
+
1227
+ </p><div class="docstring">
1228
+ <div class="discussion">
1229
+ <p>
1230
+ Returns the current set of views.
1231
+ </p>
1232
+
1233
+
1234
+ </div>
1235
+ </div>
1236
+ <div class="tags">
1237
+
1238
+ </div><table class="source_code">
1239
+ <tr>
1240
+ <td>
1241
+ <pre class="lines">
1242
+
1243
+
1244
+ 1035
1245
+ 1036
1246
+ 1037</pre>
1247
+ </td>
1248
+ <td>
1249
+ <pre class="code"><span class="info file"># File 'lib/rumai/wm.rb', line 1035</span>
1250
+
1251
+ <span class='kw'>def</span> <span class='id views'>views</span>
1252
+ <span class='id tags'>tags</span><span class='period'>.</span><span class='id map!'>map!</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id t'>t</span><span class='op'>|</span> <span class='const'>View</span><span class='period'>.</span><span class='id new'>new</span> <span class='id t'>t</span> <span class='rbrace'>}</span>
1253
+ <span class='kw'>end</span></pre>
1254
+ </td>
1255
+ </tr>
1256
+ </table>
1257
+ </div>
1258
+
1259
+ </div>
1260
+
1261
+ </div>
1262
+
1263
+ <div id="footer">
1264
+ Generated on Mon Mar 22 22:23:52 2010 by
1265
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
1266
+ 0.5.4 (ruby-1.9.1).
1267
+ </div>
1268
+
1269
+ </body>
1270
+ </html>