13 changed files with 1 additions and 1098 deletions
Before Width: | Height: | Size: 56 KiB |
@ -1,416 +0,0 @@
@@ -1,416 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>./gptinfo.tcl</title> |
||||
<!-- Source: ./gptinfo.tcl --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_modules.html#top">Modules</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<hr /> |
||||
<a name="main2fgptinfo"></a> |
||||
<a name="robo0"></a><h2>main/gptinfo [ Modules ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./robo_modules.html#robo_top_of_doc">Modules</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <strong>gptinfo</strong> - информация по файлам табулатур в формате gpt |
||||
</pre> |
||||
<p class="item_name">COPYRIGHT</p> |
||||
<pre> Copyright (C) 2011, Likhachev Maxim, mail@domain.com |
||||
</pre> |
||||
<p class="item_name">LICENSE</p> |
||||
<pre> This program is free software: you can redistribute it and/or modify |
||||
it under the terms of the GNU General Public License as published by |
||||
the Free Software Foundation, either version 3 of the License, or |
||||
(at your option) any later version. |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
GNU General Public License for more details. |
||||
|
||||
You should have received a copy of the GNU General Public License |
||||
along with this program. If not, see <<a href="http://www.gnu.org/licenses/>">http://www.gnu.org/licenses/></a>. |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Программа предназначена для отображения информации по файлам табулатур |
||||
формата Guitar Pro. |
||||
</p> |
||||
<p class="item_name">OUTPUT</p> |
||||
<pre> Пример вывода: |
||||
_________________________________________ |
||||
| | |
||||
| [Имя файла] | |
||||
| | |
||||
| (FICHIER GUITAR PRO <версия>) | |
||||
| | |
||||
| + Title :: <Заголовок> | |
||||
| + Subtitle :: <Подзаголовок> | |
||||
| + Album :: <Альбом> | |
||||
| + Author :: <Автор> | |
||||
| + Copyright :: <Авторские права> | |
||||
| + Authortab :: <Автор табулатуры> | |
||||
|_________________________________________| |
||||
</pre> |
||||
<p class="item_name">VERSION</p> |
||||
<pre> 0.1 |
||||
</pre> |
||||
<p class="item_name">STRUCTURE</p> |
||||
<img src="dot_graph_1.png"> |
||||
|
||||
<hr /> |
||||
<a name="gptinfo2fgptfile"></a> |
||||
<a name="robo1"></a><h2>gptinfo/gptfile [ Namespaces ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo0">gptinfo</a> ] [ <a href="./robo_namespaces.html#robo_top_of_doc">Namespaces</a> ]</p> |
||||
<p class="item_name">NAMESPACE</p> |
||||
<p> <strong>gptfile</strong> - процедуры для разбора файлов формата gpt |
||||
</p> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Формат gpt-файла: |
||||
</p> |
||||
<pre> _________________________________________________________ |
||||
| | | |
||||
| | Version | |
||||
| |_______________________________________________| |
||||
| | | |
||||
| | Tablature | |
||||
| |_______________________________________________| |
||||
| Headers | | |
||||
| | Lyrics | |
||||
| |_______________________________________________| |
||||
| | | |
||||
| | Other Tablature Information | |
||||
|_________|_______________________________________________| |
||||
| | | |
||||
| | Measures | |
||||
| |_______________________________________________| |
||||
| | | |
||||
| | Tracks | |
||||
| |_______________________________________________| |
||||
| | | | | |
||||
| | | | Note 1 | |
||||
| Body | | Beat 1 |_______________| |
||||
| | | | | |
||||
| | | | Note i ... | |
||||
| | Measure-Track |_______________|_______________| |
||||
| | Pairs | | | |
||||
| | | | Note 1 | |
||||
| | | Beat i ... |_______________| |
||||
| | | | | |
||||
| | | | Note i ... | |
||||
|_________|_______________|_______________|_______________| |
||||
| | |
||||
| Chord Diagrams | |
||||
|_________________________________________________________| |
||||
</pre> |
||||
<p></p> |
||||
|
||||
<hr /> |
||||
<a name="gptfile2freadHeader"></a> |
||||
<a name="robo2"></a><h2>gptfile/readHeader [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo1">gptfile</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>readHeader</strong> - чтение заголовка GPT |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Чтение заголовка gpt-файла. |
||||
</p> |
||||
|
||||
<p> Заголовок gpt-файла имеет следующий формат: |
||||
</p> |
||||
<pre> _ |
||||
| |
||||
| Версия |
||||
|_ |
||||
| |
||||
| Информация |
||||
|_ |
||||
| |
||||
| Текст композиции |
||||
|_ |
||||
| |
||||
| Прочая информация |
||||
|_ |
||||
</pre> |
||||
<p> |
||||
Процедура читает только блоки "Версия" и "Информация". |
||||
</p> |
||||
|
||||
<p> Блок "Информация" содержит поля: |
||||
</p> |
||||
<ul><li> title - название композиции |
||||
</li> |
||||
<li> subtitle - подзаголовок |
||||
</li> |
||||
<li> album - альбом |
||||
</li> |
||||
<li> author - автор |
||||
</li> |
||||
<li> copyright - авторские права |
||||
</li> |
||||
<li> author of the tablature - автор табулатуры |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>readHeader</strong> filename |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> filename - имя файла |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> Информация по файлу следующем формате: |
||||
_________________________________________ |
||||
| | |
||||
| [Имя файла] | |
||||
| | |
||||
| (FICHIER GUITAR PRO <версия>) | |
||||
| | |
||||
| + Title :: <...> | |
||||
| + Subtitle :: <...> | |
||||
| + Album :: <...> | |
||||
| + Author :: <...> | |
||||
| + Copyright :: <...> | |
||||
| + Authortab :: <...> | |
||||
|_________________________________________| |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">160 </span> <span class="keyword">proc</span> <strong>readHeader</strong> {filename} { |
||||
<span class="line_number">161 </span> #Проверка возможности чтения файла |
||||
<span class="line_number">162 </span> <span class="keyword">if</span> {[<span class="keyword">catch</span> {<span class="keyword">open</span> $filename} fd]} { |
||||
<span class="line_number">163 </span> <span class="keyword">return</span> "ERROR: $filename: unable <span class="keyword">open</span> <span class="keyword">file</span> to reading" |
||||
<span class="line_number">164 </span> } |
||||
<span class="line_number">165 </span> #Установка двоичного формата файла |
||||
<span class="line_number">166 </span> fconfigure $fd -encoding <span class="keyword">binary</span> -translation <span class="keyword">binary</span> |
||||
<span class="line_number">167 </span> |
||||
<span class="line_number">168 </span> <span class="keyword">set</span> gptHeader "\[[<span class="keyword">file</span> tail $filename]\] " |
||||
<span class="line_number">169 </span> <span class="keyword">set</span> gptVersion [<a href="#robo3">readVersion</a> $fd] |
||||
<span class="line_number">170 </span> |
||||
<span class="line_number">171 </span> #Проверка на файл Guitar Pro |
||||
<span class="line_number">172 </span> <span class="keyword">if</span> {![<span class="keyword">string</span> <span class="keyword">match</span> "*FICHIER GUITAR*" $gptVersion]} { |
||||
<span class="line_number">173 </span> <span class="keyword">return</span> "ERROR: <span class="keyword">file</span> $filename is not gpt <span class="keyword">file</span>" |
||||
<span class="line_number">174 </span> } |
||||
<span class="line_number">175 </span> |
||||
<span class="line_number">176 </span> append gptHeader "($gptVersion)\n\n" |
||||
<span class="line_number">177 </span> |
||||
<span class="line_number">178 </span> #Чтение информации о файле из заголовка |
||||
<span class="line_number">179 </span> <span class="keyword">foreach</span> tag {title subtitle album author copyright authortab} { |
||||
<span class="line_number">180 </span> <span class="keyword">set</span> $tag [<a href="#robo5">readString</a> $fd] |
||||
<span class="line_number">181 </span> append gptHeader [<span class="keyword">format</span> " + %-10s:: %s\n" [<span class="keyword">string</span> totitle $tag] [<span class="keyword">set</span> $tag]] |
||||
<span class="line_number">182 </span> } |
||||
<span class="line_number">183 </span> <span class="keyword">close</span> $fd |
||||
<span class="line_number">184 </span> |
||||
<span class="line_number">185 </span> <span class="keyword">return</span> "$gptHeader\n" |
||||
<span class="line_number">186 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gptfile2freadVersion"></a> |
||||
<a name="robo3"></a><h2>gptfile/readVersion [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo1">gptfile</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>readVersion</strong> - чтение версии формата и файла |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Процедура читает версию формата файла из заголовка: |
||||
</p> |
||||
<ul><li> 0x00000000: 30 символов |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>readVersion</strong> stream |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> stream - поток двоичных данных |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> Возможные значения (FICHIER означает "Файл" по-французски): |
||||
* FICHIER GUITARE PRO v1 |
||||
* FICHIER GUITARE PRO v1.01 |
||||
* FICHIER GUITARE PRO v1.02 |
||||
* FICHIER GUITARE PRO v1.03 |
||||
* FICHIER GUITARE PRO v1.04 |
||||
* FICHIER GUITAR PRO v2.20 |
||||
* FICHIER GUITAR PRO v2.21 |
||||
* FICHIER GUITAR PRO v3.00 |
||||
* FICHIER GUITAR PRO v4.00 |
||||
* FICHIER GUITAR PRO v4.06 |
||||
* FICHIER GUITAR PRO L4.06 |
||||
</pre> |
||||
<p class="item_name">SIDE EFFECTS</p> |
||||
<pre> Процедура изменяет позицию чтения в потоке <stream> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">223 </span> <span class="keyword">proc</span> <strong>readVersion</strong> {stream} { |
||||
<span class="line_number">224 </span> <span class="keyword">binary</span> <span class="keyword">scan</span> [<span class="keyword">read</span> $stream 32] A30 version |
||||
<span class="line_number">225 </span> <span class="keyword">return</span> $version |
||||
<span class="line_number">226 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gptfile2freadInt"></a> |
||||
<a name="robo4"></a><h2>gptfile/readInt [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo1">gptfile</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>readInt</strong> - чтение целого числа из потока |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Процедура чтения целого числа из потока. |
||||
</p> |
||||
|
||||
<p> Целое число хранится в 4 байтах и обозначает длину следующей строки |
||||
символов + 1 |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>readInt</strong> stream |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> stream - поток двоичных данных |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> Целое число |
||||
</pre> |
||||
<p class="item_name">SIDE EFFECTS</p> |
||||
<pre> Процедура изменяет позицию чтения в потоке <stream> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">254 </span> <span class="keyword">proc</span> <strong>readInt</strong> {stream} { |
||||
<span class="line_number">255 </span> <span class="keyword">binary</span> <span class="keyword">scan</span> [<span class="keyword">read</span> $stream 1] c int |
||||
<span class="line_number">256 </span> |
||||
<span class="line_number">257 </span> #Если данные не являются целым числом, читаем следующие 4 байта |
||||
<span class="line_number">258 </span> <span class="keyword">if</span> {[<span class="keyword">scan</span> $int %d]} { |
||||
<span class="line_number">259 </span> <span class="keyword">return</span> $int |
||||
<span class="line_number">260 </span> } <span class="keyword">else</span> { |
||||
<span class="line_number">261 </span> <strong>readInt</strong> $stream |
||||
<span class="line_number">262 </span> } |
||||
<span class="line_number">263 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gptfile2freadString"></a> |
||||
<a name="robo5"></a><h2>gptfile/readString [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo1">gptfile</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>readString</strong> - чтение строки символов из потока |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Процедура чтения строки символов из потока |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>readString</strong> stream |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> stream - поток двоичных данных |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> Строка символов |
||||
</pre> |
||||
<p class="item_name">SIDE EFFECTS</p> |
||||
<pre> Процедура изменяет позицию чтения в потоке <stream> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">288 </span> <span class="keyword">proc</span> <strong>readString</strong> {stream} { |
||||
<span class="line_number">289 </span> <span class="keyword">set</span> int [<a href="#robo4">readInt</a> $stream] |
||||
<span class="line_number">290 </span> <span class="keyword">binary</span> <span class="keyword">scan</span> [<span class="keyword">read</span> $stream [<span class="keyword">expr</span> {$int+1}]] A$int <span class="keyword">string</span> |
||||
<span class="line_number">291 </span> <a href="#robo6">skipNULLs</a> $stream |
||||
<span class="line_number">292 </span> <span class="keyword">return</span> $<span class="keyword">string</span> |
||||
<span class="line_number">293 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="gptfile2fskipNULLs"></a> |
||||
<a name="robo6"></a><h2>gptfile/skipNULLs [ Functions ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo1">gptfile</a> ] [ <a href="./robo_functions.html#robo_top_of_doc">Functions</a> ]</p> |
||||
<p class="item_name">NAME</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>skipNULLs</strong> - пропуск значений NULL |
||||
</pre> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Пропуск значений NULL в потоке. |
||||
</p> |
||||
<p class="item_name">USAGE</p> |
||||
<pre> <a href="#robo1">gptfile</a>::<strong>skipNULLs</strong> stream |
||||
</pre> |
||||
<p class="item_name">ARGUMENTS</p> |
||||
<ul><li> stream - поток двоичных данных |
||||
</li> |
||||
</ul> |
||||
<p></p> |
||||
<p class="item_name">RESULT</p> |
||||
<pre> Установка позиции потока на следующую после цепочки NULL'ов |
||||
</pre> |
||||
<p class="item_name">SIDE EFFECTS</p> |
||||
<pre> Процедура изменяет позицию чтения в потоке <stream> |
||||
</pre> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">318 </span> <span class="keyword">proc</span> <strong>skipNULLs</strong> {stream} { |
||||
<span class="line_number">319 </span> <span class="keyword">binary</span> <span class="keyword">scan</span> [<span class="keyword">read</span> $stream 1] c null |
||||
<span class="line_number">320 </span> |
||||
<span class="line_number">321 </span> <span class="keyword">if</span> {$null eq 0} { |
||||
<span class="line_number">322 </span> <strong>skipNULLs</strong> $stream |
||||
<span class="line_number">323 </span> } <span class="keyword">else</span> { |
||||
<span class="line_number">324 </span> <span class="keyword">binary</span> <span class="keyword">scan</span> [<span class="keyword">read</span> $stream 1] c null |
||||
<span class="line_number">325 </span> <span class="keyword">if</span> {$null eq 0} { |
||||
<span class="line_number">326 </span> <strong>skipNULLs</strong> $stream |
||||
<span class="line_number">327 </span> } <span class="keyword">else</span> { |
||||
<span class="line_number">328 </span> <span class="keyword">seek</span> $stream -2 current |
||||
<span class="line_number">329 </span> } |
||||
<span class="line_number">330 </span> } |
||||
<span class="line_number">331 </span> } |
||||
</pre> |
||||
|
||||
<hr /> |
||||
<a name="main2fstart"></a> |
||||
<a name="robo7"></a><h2>main/start [ Modules ]</h2> |
||||
|
||||
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="./robo_modules.html#robo_top_of_doc">Modules</a> ]</p> |
||||
<p class="item_name">DESCRIPTION</p> |
||||
<p> Проверка аргументов и чтение заголовков каждого переданного файла |
||||
</p> |
||||
<p class="item_name">SOURCE</p> |
||||
<pre class="source"><span class="line_number">344 </span><span class="keyword">if</span> {$argv ne ""} { |
||||
<span class="line_number">345 </span> <span class="keyword">foreach</span> <span class="keyword">file</span> $argv { |
||||
<span class="line_number">346 </span> <span class="keyword">puts</span> [<a href="#robo1">gptfile</a>::<a href="#robo2">readHeader</a> $<span class="keyword">file</span>] |
||||
<span class="line_number">347 </span> } |
||||
<span class="line_number">348 </span>} <span class="keyword">else</span> { |
||||
<span class="line_number">349 </span> <span class="keyword">puts</span> stderr "USAGE: [<span class="keyword">file</span> tail $argv0] <<span class="keyword">file</span>.gpt> ..." |
||||
<span class="line_number">350 </span>} |
||||
</pre> |
||||
|
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./gptinfo.tcl with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Wed Aug 28 2013 20:36:05 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -1,123 +0,0 @@
@@ -1,123 +0,0 @@
|
||||
digraph { |
||||
graph [bb="0,0,750,368", |
||||
center=true, |
||||
fontsize=52, |
||||
label="Информация о файлах Guitar Pro", |
||||
lheight=0.79, |
||||
lp="375,32.5", |
||||
lwidth=10.19, |
||||
rankdir=LR |
||||
]; |
||||
node [label="\N"]; |
||||
subgraph cluster_1 { |
||||
graph [bb="55,73,695,360", |
||||
color=black, |
||||
fontsize=24, |
||||
label="gptinfo.tcl", |
||||
lheight=0.36, |
||||
lp="375,343", |
||||
lwidth=1.39, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
subgraph cluster_2 { |
||||
graph [color=blue, |
||||
fontsize=14, |
||||
label=PACKAGES, |
||||
shape=rect, |
||||
style=solid |
||||
]; |
||||
} |
||||
subgraph cluster_3 { |
||||
graph [color=red, |
||||
fontsize=14, |
||||
label=ALIASES, |
||||
shape=box |
||||
]; |
||||
} |
||||
subgraph cluster_4 { |
||||
graph [bb="187,81,687,318", |
||||
color=black, |
||||
fontcolor=darkgreen, |
||||
fontsize=18, |
||||
label="::", |
||||
lheight=0.28, |
||||
lp="437,304", |
||||
lwidth=0.15, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
subgraph cluster_5 { |
||||
graph [bb="195,89,679,282", |
||||
color=black, |
||||
fontcolor=darkgreen, |
||||
fontsize=18, |
||||
label="::gptfile", |
||||
lheight=0.28, |
||||
lp="437,268", |
||||
lwidth=0.82, |
||||
shape=folder, |
||||
style=dashed |
||||
]; |
||||
"::gptfile::skipNULLs" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::gptfile::skipNULLs | <f1> stream", |
||||
pos="605,204", |
||||
rects="539.5,204,670.5,227 539.5,181,670.5,204", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.8194]; |
||||
"::gptfile::skipNULLs" -> "::gptfile::skipNULLs" [pos="e,636.22,227.18 573.78,227.18 571.62,236.83 582.03,245 605,245 619.36,245 628.8,241.81 633.35,237.06"]; |
||||
"::gptfile::readHeader" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::gptfile::readHeader | <f1> filename", |
||||
pos="268,147", |
||||
rects="203.5,147,332.5,170 203.5,124,332.5,147", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.7917]; |
||||
"::gptfile::readString" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::gptfile::readString | <f1> stream", |
||||
pos="436,142", |
||||
rects="374.5,142,497.5,165 374.5,119,497.5,142", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.7083]; |
||||
"::gptfile::readHeader" -> "::gptfile::readString" [pos="e,374.47,143.82 332.71,145.08 343.1,144.77 353.92,144.44 364.46,144.12"]; |
||||
"::gptfile::readVersion" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::gptfile::readVersion | <f1> stream", |
||||
pos="436,207", |
||||
rects="369.5,207,502.5,230 369.5,184,502.5,207", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.8472]; |
||||
"::gptfile::readHeader" -> "::gptfile::readVersion" [pos="e,371.19,183.94 332.71,170.03 342.17,173.45 351.99,176.99 361.63,180.48"]; |
||||
"::gptfile::readInt" [color=darkolivegreen3, |
||||
fontsize=14, |
||||
height=0.65278, |
||||
label="<f0> ::gptfile::readInt | <f1> stream", |
||||
pos="605,121", |
||||
rects="552.5,121,657.5,144 552.5,98,657.5,121", |
||||
shape=record, |
||||
style=rounded, |
||||
width=1.4583]; |
||||
"::gptfile::readString" -> "::gptfile::readInt" [pos="e,552.36,127.49 497.76,134.36 512.17,132.55 527.56,130.61 542.02,128.79"]; |
||||
"::gptfile::readString" -> "::gptfile::skipNULLs" [pos="e,541.88,180.94 497.76,164.56 508.98,168.72 520.8,173.11 532.31,177.38"]; |
||||
"::gptfile::readInt" -> "::gptfile::readInt" [pos="e,636.22,144.18 573.78,144.18 571.62,153.83 582.03,162 605,162 619.36,162 628.8,158.81 633.35,154.06"]; |
||||
} |
||||
} |
||||
"gptinfo.tcl" [color=lightblue2, |
||||
height=1.429, |
||||
pos="115,147", |
||||
shape=doublecircle, |
||||
style=filled, |
||||
width=1.429]; |
||||
"gptinfo.tcl" -> "::gptfile::readHeader" [pos="e,203.29,147 166.7,147 175.23,147 184.23,147 193.2,147"]; |
||||
} |
||||
} |
@ -1,46 +0,0 @@
@@ -1,46 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Index</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="#top">Index</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_modules.html#top">Modules</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Index</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="G"></a>G</h2><a href="./gptinfo_tcl.html#robo1" class="indexitem" >gptfile</a> |
||||
<a href="./gptinfo_tcl.html#robo0" class="indexitem" >gptinfo</a> |
||||
<a href="./gptinfo_tcl.html#robo_top_of_doc" class="indexitem" >gptinfo.tcl</a> |
||||
<h2><a name="R"></a>R</h2><a href="./gptinfo_tcl.html#robo2" class="indexitem" >readHeader</a> |
||||
<a href="./gptinfo_tcl.html#robo4" class="indexitem" >readInt</a> |
||||
<a href="./gptinfo_tcl.html#robo5" class="indexitem" >readString</a> |
||||
<a href="./gptinfo_tcl.html#robo3" class="indexitem" >readVersion</a> |
||||
<h2><a name="S"></a>S</h2><a href="./gptinfo_tcl.html#robo6" class="indexitem" >skipNULLs</a> |
||||
<a href="./gptinfo_tcl.html#robo7" class="indexitem" >start</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Wed Aug 28 2013 20:36:05 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -1,42 +0,0 @@
@@ -1,42 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Functions</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="#top">Functions</a> |
||||
<a class="menuitem" href="./robo_modules.html#top">Modules</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Functions</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="R"></a>R</h2><a href="./gptinfo_tcl.html#robo2" class="indexitem" >readHeader</a> |
||||
<a href="./gptinfo_tcl.html#robo4" class="indexitem" >readInt</a> |
||||
<a href="./gptinfo_tcl.html#robo5" class="indexitem" >readString</a> |
||||
<a href="./gptinfo_tcl.html#robo3" class="indexitem" >readVersion</a> |
||||
<h2><a name="S"></a>S</h2><a href="./gptinfo_tcl.html#robo6" class="indexitem" >skipNULLs</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Wed Aug 28 2013 20:36:05 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -1,39 +0,0 @@
@@ -1,39 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Modules</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="#top">Modules</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Modules</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="G"></a>G</h2><a href="./gptinfo_tcl.html#robo0" class="indexitem" >gptinfo</a> |
||||
<h2><a name="S"></a>S</h2><a href="./gptinfo_tcl.html#robo7" class="indexitem" >start</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Wed Aug 28 2013 20:36:05 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -1,38 +0,0 @@
@@ -1,38 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Namespaces</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_modules.html#top">Modules</a> |
||||
<a class="menuitem" href="#top">Namespaces</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h1>Namespaces</h1> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
<h2><a name="G"></a>G</h2><a href="./gptinfo_tcl.html#robo1" class="indexitem" >gptfile</a> |
||||
<h2><a href="#A">A</a> - <a href="#B">B</a> - <a href="#C">C</a> - <a href="#D">D</a> - <a href="#E">E</a> - <a href="#F">F</a> - <a href="#G">G</a> - <a href="#H">H</a> - <a href="#I">I</a> - <a href="#J">J</a> - <a href="#K">K</a> - <a href="#L">L</a> - <a href="#M">M</a> - <a href="#N">N</a> - <a href="#O">O</a> - <a href="#P">P</a> - <a href="#Q">Q</a> - <a href="#R">R</a> - <a href="#S">S</a> - <a href="#T">T</a> - <a href="#U">U</a> - <a href="#V">V</a> - <a href="#W">W</a> - <a href="#X">X</a> - <a href="#Y">Y</a> - <a href="#Z">Z</a> - <a href="#0">0</a> - <a href="#1">1</a> - <a href="#2">2</a> - <a href="#3">3</a> - <a href="#4">4</a> - <a href="#5">5</a> - <a href="#6">6</a> - <a href="#7">7</a> - <a href="#8">8</a> - <a href="#9">9</a></h2> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Wed Aug 28 2013 20:36:05 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -1,43 +0,0 @@
@@ -1,43 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Sourcefiles</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="./toc_index.html#top">Table of Contents</a> |
||||
<a class="menuitem" href="#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_modules.html#top">Modules</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<ul> |
||||
<li> |
||||
./<ul> |
||||
<li> |
||||
<a href="./gptinfo_tcl.html#robo_top_of_doc"><tt> |
||||
gptinfo.tcl</tt></a></li> |
||||
</ul> |
||||
</li> |
||||
</ul> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Wed Aug 28 2013 20:36:05 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
@ -1,302 +0,0 @@
@@ -1,302 +0,0 @@
|
||||
/****h* ROBODoc/ROBODoc Cascading Style Sheet |
||||
* FUNCTION |
||||
* This is the default cascading style sheet for documentation |
||||
* generated with ROBODoc. |
||||
* You can edit this file to your own liking and then use |
||||
* it with the option |
||||
* --css <filename> |
||||
* |
||||
* This style-sheet defines the following layout |
||||
* +----------------------------------------+ |
||||
* | logo | |
||||
* +----------------------------------------+ |
||||
* | extra | |
||||
* +----------------------------------------+ |
||||
* | | navi- | |
||||
* | | gation | |
||||
* | content | | |
||||
* | | | |
||||
* +----------------------------------------+ |
||||
* | footer | |
||||
* +----------------------------------------+ |
||||
* |
||||
* This style-sheet is based on a style-sheet that was automatically |
||||
* generated with the Strange Banana stylesheet generator. |
||||
* See http://www.strangebanana.com/generator.aspx |
||||
* |
||||
****** |
||||
* $Id: html_generator.c,v 1.94 2008/06/17 11:49:27 gumpu Exp $ |
||||
*/ |
||||
|
||||
body |
||||
{ |
||||
background-color: rgb(255,255,255); |
||||
color: rgb(98,84,55); |
||||
font-family: Arial, serif; |
||||
border-color: rgb(226,199,143); |
||||
} |
||||
|
||||
pre |
||||
{ |
||||
font-family: monospace; |
||||
margin: 15px; |
||||
padding: 5px; |
||||
white-space: pre; |
||||
color: #000; |
||||
} |
||||
|
||||
pre.source |
||||
{ |
||||
background-color: #ffe; |
||||
border: dashed #aa9 1px; |
||||
} |
||||
|
||||
p |
||||
{ |
||||
margin:15px; |
||||
} |
||||
|
||||
p.item_name |
||||
{ |
||||
font-weight: bolder; |
||||
margin:5px; |
||||
font-size: 120%; |
||||
} |
||||
|
||||
#content |
||||
{ |
||||
font-size: 100%; |
||||
color: rgb(0,0,0); |
||||
background-color: rgb(255,255,255); |
||||
border-left-width: 0px; |
||||
border-right-width: 0px; |
||||
border-top-width: 0px; |
||||
border-bottom-width: 0px; |
||||
border-left-style: none; |
||||
border-right-style: none; |
||||
border-top-style: none; |
||||
border-bottom-style: none; |
||||
padding: 40px 31px 14px 17px; |
||||
border-color: rgb(0,0,0); |
||||
text-align: justify; |
||||
} |
||||
|
||||
#navigation |
||||
{ |
||||
background-color: rgb(98,84,55); |
||||
color: rgb(230,221,202); |
||||
font-family: "Times New Roman", serif; |
||||
font-style: normal; |
||||
border-color: rgb(0,0,0); |
||||
} |
||||
|
||||
a.menuitem |
||||
{ |
||||
font-size: 120%; |
||||
background-color: rgb(0,0,0); |
||||
color: rgb(195,165,100); |
||||
font-variant: normal; |
||||
text-transform: none; |
||||
font-weight: normal; |
||||
padding: 1px 8px 3px 1px; |
||||
margin-left: 5px; |
||||
margin-right: 5px; |
||||
margin-top: 5px; |
||||
margin-bottom: 5px; |
||||
border-color: rgb(159,126,57); |
||||
text-align: right; |
||||
} |
||||
|
||||
#logo, #logo a |
||||
{ |
||||
font-size: 130%; |
||||
background-color: rgb(198,178,135); |
||||
color: rgb(98,84,55); |
||||
font-family: Georgia, serif; |
||||
font-style: normal; |
||||
font-variant: normal; |
||||
text-transform: none; |
||||
font-weight: bold; |
||||
padding: 20px 18px 20px 18px; |
||||
border-color: rgb(255,255,255); |
||||
text-align: right; |
||||
} |
||||
|
||||
#extra, #extra a |
||||
{ |
||||
font-size: 128%; |
||||
background-color: rgb(0,0,0); |
||||
color: rgb(230,221,202); |
||||
font-style: normal; |
||||
font-variant: normal; |
||||
text-transform: none; |
||||
font-weight: normal; |
||||
border-left-width: 0px; |
||||
border-right-width: 0px; |
||||
border-top-width: 0px; |
||||
border-bottom-width: 0px; |
||||
border-left-style: none; |
||||
border-right-style: none; |
||||
border-top-style: none; |
||||
border-bottom-style: none; |
||||
padding: 12px 12px 12px 12px; |
||||
border-color: rgb(195,165,100); |
||||
text-align: center; |
||||
} |
||||
|
||||
#content a |
||||
{ |
||||
color: rgb(159,126,57); |
||||
text-decoration: none; |
||||
} |
||||
|
||||
#content a:hover, #content a:active |
||||
{ |
||||
color: rgb(255,255,255); |
||||
background-color: rgb(159,126,57); |
||||
} |
||||
|
||||
a.indexitem |
||||
{ |
||||
display: block; |
||||
} |
||||
|
||||
h1, h2, h3, h4, h5, h6 |
||||
{ |
||||
background-color: rgb(221,221,221); |
||||
font-family: Arial, serif; |
||||
font-style: normal; |
||||
font-variant: normal; |
||||
text-transform: none; |
||||
font-weight: normal; |
||||
} |
||||
|
||||
h1 |
||||
{ |
||||
font-size: 151%; |
||||
} |
||||
|
||||
h2 |
||||
{ |
||||
font-size: 142%; |
||||
} |
||||
|
||||
h3 |
||||
{ |
||||
font-size: 133%; |
||||
} |
||||
|
||||
h4 |
||||
{ |
||||
font-size: 124%; |
||||
} |
||||
|
||||
h5 |
||||
{ |
||||
font-size: 115%; |
||||
} |
||||
|
||||
h6 |
||||
{ |
||||
font-size: 106%; |
||||
} |
||||
|
||||
#navigation a |
||||
{ |
||||
text-decoration: none; |
||||
} |
||||
|
||||
.menuitem:hover |
||||
{ |
||||
background-color: rgb(195,165,100); |
||||
color: rgb(0,0,0); |
||||
} |
||||
|
||||
#extra a |
||||
{ |
||||
text-decoration: none; |
||||
} |
||||
|
||||
#logo a |
||||
{ |
||||
text-decoration: none; |
||||
} |
||||
|
||||
#extra a:hover |
||||
{ |
||||
} |
||||
|
||||
/* layout */ |
||||
#navigation |
||||
{ |
||||
width: 22%; |
||||
position: relative; |
||||
top: 0; |
||||
right: 0; |
||||
float: right; |
||||
text-align: center; |
||||
margin-left: 10px; |
||||
} |
||||
|
||||
.menuitem {width: auto;} |
||||
#content {width: auto;} |
||||
.menuitem {display: block;} |
||||
|
||||
|
||||
div#footer |
||||
{ |
||||
background-color: rgb(198,178,135); |
||||
color: rgb(98,84,55); |
||||
clear: left; |
||||
width: 100%; |
||||
font-size: 71%; |
||||
} |
||||
|
||||
div#footer a |
||||
{ |
||||
background-color: rgb(198,178,135); |
||||
color: rgb(98,84,55); |
||||
} |
||||
|
||||
div#footer p |
||||
{ |
||||
margin:0; |
||||
padding:5px 10px |
||||
} |
||||
|
||||
span.keyword |
||||
{ |
||||
color: #00F; |
||||
} |
||||
|
||||
span.comment |
||||
{ |
||||
color: #080; |
||||
} |
||||
|
||||
span.quote |
||||
{ |
||||
color: #F00; |
||||
} |
||||
|
||||
span.squote |
||||
{ |
||||
color: #F0F; |
||||
} |
||||
|
||||
span.sign |
||||
{ |
||||
color: #008B8B; |
||||
} |
||||
|
||||
span.line_number |
||||
{ |
||||
color: #808080; |
||||
} |
||||
|
||||
@media print |
||||
{ |
||||
#navigation {display: none;} |
||||
#content {padding: 0px;} |
||||
#content a {text-decoration: underline;} |
||||
} |
@ -1,49 +0,0 @@
@@ -1,49 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
||||
<head> |
||||
<meta http-equiv="Content-Style-Type" content="text/css" /> |
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
||||
<link rel="stylesheet" href="./robodoc.css" type="text/css" /> |
||||
<title>Table of Contents</title> |
||||
<!-- Source: ./ --> |
||||
<!-- Generated with ROBODoc Version 4.99.41 (Jul 2 2011) --> |
||||
</head> |
||||
<body> |
||||
<div id="logo"> |
||||
<a name="robo_top_of_doc"></a> |
||||
</div> <!-- logo --> |
||||
<div id="extra"> |
||||
</div> <!-- extra --> |
||||
<div id="navigation"> |
||||
<a class="menuitem" href="#top">Table of Contents</a> |
||||
<a class="menuitem" href="./robo_sourcefiles.html#top">Sourcefiles</a> |
||||
<a class="menuitem" href="./masterindex.html#top">Index</a> |
||||
<a class="menuitem" href="./robo_functions.html#top">Functions</a> |
||||
<a class="menuitem" href="./robo_modules.html#top">Modules</a> |
||||
<a class="menuitem" href="./robo_namespaces.html#top">Namespaces</a> |
||||
</div> <!-- navigation --> |
||||
<div id="content"> |
||||
<h3>TABLE OF CONTENTS</h3> |
||||
<ul> |
||||
<li>1. <a href="./gptinfo_tcl.html#robo0">main/gptinfo</a></li> |
||||
<ul> |
||||
<li>1.1. <a href="./gptinfo_tcl.html#robo1">gptinfo/gptfile</a></li> |
||||
<ul> |
||||
<li>1.1.1. <a href="./gptinfo_tcl.html#robo2">gptfile/readHeader</a></li> |
||||
<li>1.1.2. <a href="./gptinfo_tcl.html#robo3">gptfile/readVersion</a></li> |
||||
<li>1.1.3. <a href="./gptinfo_tcl.html#robo4">gptfile/readInt</a></li> |
||||
<li>1.1.4. <a href="./gptinfo_tcl.html#robo5">gptfile/readString</a></li> |
||||
<li>1.1.5. <a href="./gptinfo_tcl.html#robo6">gptfile/skipNULLs</a></li> |
||||
</ul> |
||||
</ul> |
||||
<li>2. <a href="./gptinfo_tcl.html#robo7">main/start</a></li> |
||||
</ul> |
||||
</div> <!-- content --> |
||||
<div id="footer"> |
||||
<p>Generated from ./ with <a href="http://www.xs4all.nl/~rfsber/Robo/robodoc.html">ROBODoc</a> V4.99.41 on Wed Aug 28 2013 20:36:05 |
||||
</p> |
||||
</div> <!-- footer --> |
||||
</body> |
||||
</html> |
Loading…
Reference in new issue