doc/classes/AppleCPM.html in ripxplore-0.5.2 vs doc/classes/AppleCPM.html in ripxplore-0.7.0

- old
+ new

@@ -63,13 +63,11 @@ </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> - <a href="FileSystem.html"> FileSystem - </a> </td> </tr> </table> </div> <!-- banner header --> @@ -86,14 +84,18 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000320">files</a>&nbsp;&nbsp; - <a href="#M000319">get_block</a>&nbsp;&nbsp; - <a href="#M000317">host_system</a>&nbsp;&nbsp; - <a href="#M000318">matching_score</a>&nbsp;&nbsp; + <a href="#M000012">add_file</a>&nbsp;&nbsp; + <a href="#M000013">delete_file</a>&nbsp;&nbsp; + <a href="#M000010">files</a>&nbsp;&nbsp; + <a href="#M000011">find_free_space</a>&nbsp;&nbsp; + <a href="#M000008">get_block</a>&nbsp;&nbsp; + <a href="#M000006">host_system</a>&nbsp;&nbsp; + <a href="#M000007">matching_score</a>&nbsp;&nbsp; + <a href="#M000009">set_block</a>&nbsp;&nbsp; </div> </div> </div> @@ -149,16 +151,44 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> - <div id="method-M000320" class="method-detail"> - <a name="M000320"></a> + <div id="method-M000012" class="method-detail"> + <a name="M000012"></a> <div class="method-heading"> - <a href="AppleCPM.src/M000320.html" target="Code" class="method-signature" - onclick="popupCode('AppleCPM.src/M000320.html');return false;"> + <a href="AppleCPM.src/M000012.html" target="Code" class="method-signature" + onclick="popupCode('AppleCPM.src/M000012.html');return false;"> + <span class="method-name">add_file</span><span class="method-args">(file_system_image,native_filetype_class,full_filename,file_contents,file_type=nil,aux_code=nil)</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <div id="method-M000013" class="method-detail"> + <a name="M000013"></a> + + <div class="method-heading"> + <a href="AppleCPM.src/M000013.html" target="Code" class="method-signature" + onclick="popupCode('AppleCPM.src/M000013.html');return false;"> + <span class="method-name">delete_file</span><span class="method-args">(file_system_image,full_filename)</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <div id="method-M000010" class="method-detail"> + <a name="M000010"></a> + + <div class="method-heading"> + <a href="AppleCPM.src/M000010.html" target="Code" class="method-signature" + onclick="popupCode('AppleCPM.src/M000010.html');return false;"> <span class="method-name">files</span><span class="method-args">(file_system_image)</span> </a> </div> <div class="method-description"> @@ -169,44 +199,72 @@ $10..1F Allocation map for this directory entry </p> </div> </div> - <div id="method-M000319" class="method-detail"> - <a name="M000319"></a> + <div id="method-M000011" class="method-detail"> + <a name="M000011"></a> <div class="method-heading"> - <a href="AppleCPM.src/M000319.html" target="Code" class="method-signature" - onclick="popupCode('AppleCPM.src/M000319.html');return false;"> + <a href="AppleCPM.src/M000011.html" target="Code" class="method-signature" + onclick="popupCode('AppleCPM.src/M000011.html');return false;"> + <span class="method-name">find_free_space</span><span class="method-args">(file_system_image)</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <div id="method-M000008" class="method-detail"> + <a name="M000008"></a> + + <div class="method-heading"> + <a href="AppleCPM.src/M000008.html" target="Code" class="method-signature" + onclick="popupCode('AppleCPM.src/M000008.html');return false;"> <span class="method-name">get_block</span><span class="method-args">(file_system_image,block_no)</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000317" class="method-detail"> - <a name="M000317"></a> + <div id="method-M000006" class="method-detail"> + <a name="M000006"></a> <div class="method-heading"> - <a href="AppleCPM.src/M000317.html" target="Code" class="method-signature" - onclick="popupCode('AppleCPM.src/M000317.html');return false;"> + <a href="AppleCPM.src/M000006.html" target="Code" class="method-signature" + onclick="popupCode('AppleCPM.src/M000006.html');return false;"> <span class="method-name">host_system</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000318" class="method-detail"> - <a name="M000318"></a> + <div id="method-M000007" class="method-detail"> + <a name="M000007"></a> <div class="method-heading"> - <a href="AppleCPM.src/M000318.html" target="Code" class="method-signature" - onclick="popupCode('AppleCPM.src/M000318.html');return false;"> + <a href="AppleCPM.src/M000007.html" target="Code" class="method-signature" + onclick="popupCode('AppleCPM.src/M000007.html');return false;"> <span class="method-name">matching_score</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <div id="method-M000009" class="method-detail"> + <a name="M000009"></a> + + <div class="method-heading"> + <a href="AppleCPM.src/M000009.html" target="Code" class="method-signature" + onclick="popupCode('AppleCPM.src/M000009.html');return false;"> + <span class="method-name">set_block</span><span class="method-args">(file_system_image,block_no,contents)</span> </a> </div> <div class="method-description"> </div> \ No newline at end of file