]> git.decadent.org.uk Git - ion3-doc.git/blob - ionnotes/index.html
[svn-upgrade] Integrating new upstream version, ion3-doc (20080103)
[ion3-doc.git] / ionnotes / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3 <!--Converted with LaTeX2HTML 2002-2-1 (1.71)
4 original version by:  Nikos Drakos, CBLU, University of Leeds
5 * revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
6 * with significant contributions from:
7   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8 <HTML>
9 <HEAD>
10 <TITLE>Ion: Notes for the module and patch writer</TITLE>
11 <META NAME="description" CONTENT="Ion: Notes for the module and patch writer">
12 <META NAME="keywords" CONTENT="ionnotes">
13 <META NAME="resource-type" CONTENT="document">
14 <META NAME="distribution" CONTENT="global">
15
16 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
17 <META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
18 <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
19
20 <LINK REL="STYLESHEET" HREF="ionnotes.css">
21
22 <LINK REL="next" HREF="node1.html">
23 </HEAD>
24
25 <BODY >
26
27 <DIV CLASS="navigation"><!--Navigation Panel-->
28 <A NAME="tex2html11"
29   HREF="node1.html">
30 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
31 <A NAME="tex2html5"
32   HREF="http://iki.fi/tuomov/ion/">
33 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
34 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png"> 
35 <A NAME="tex2html7"
36   HREF="node1.html">
37 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
38 <A NAME="tex2html9"
39   HREF="node8.html">
40 <IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
41 <BR>
42 <B> Next:</B> <A NAME="tex2html12"
43   HREF="node1.html">Contents</A>
44 <B> Up:</B> <A NAME="tex2html6"
45   HREF="http://iki.fi/tuomov/ion/">Ion homepage</A>
46  &nbsp; <B>  <A NAME="tex2html8"
47   HREF="node1.html">Contents</A></B> 
48  &nbsp; <B>  <A NAME="tex2html10"
49   HREF="node8.html">Index</A></B> 
50 <BR>
51 <BR></DIV>
52 <!--End of Navigation Panel-->
53
54 <P>
55 <H1 ALIGN="CENTER">Ion: Notes for the module and patch writer</H1>
56 <DIV CLASS="author_info">
57
58 <P ALIGN="CENTER"><STRONG>Tuomo Valkonen</STRONG></P>
59 <P ALIGN="CENTER"><I>tuomov at iki.fi</I></P>
60 </DIV>
61
62 <P>
63 Ion: Notes for the module and patch writer
64 <BR>
65 Copyright &#169;  2003-2004 Tuomo Valkonen.
66
67 <P>
68 Permission is granted to copy, distribute and/or modify this document
69 under the terms of the GNU Free Documentation License, Version 1.2
70 published by the Free Software Foundation;
71 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
72 A copy of the license is included in the section entitled ``GNU
73 Free Documentation License''.
74
75 <P>
76
77 <P><P>
78 <BR>
79
80 <P>
81
82 <H3>Abstract:</H3>
83 <DIV CLASS="ABSTRACT">
84     This document is an unorganized collection of notes for
85     those who want to write modules or patches to Ion.
86 </DIV>
87 <P>
88
89 <P>
90 <BR><HR>
91 <!--Table of Child-Links-->
92 <A NAME="CHILD_LINKS"></A>
93
94 <UL CLASS="ChildLinks">
95 <LI><A NAME="tex2html13"
96   HREF="node1.html">Contents</A>
97 <LI><A NAME="tex2html14"
98   HREF="node2.html"><SPAN CLASS="arabic">1</SPAN> Class and object hierarchies</A>
99 <UL>
100 <LI><A NAME="tex2html15"
101   HREF="node2.html#SECTION00021000000000000000"><SPAN CLASS="arabic">1</SPAN>.<SPAN CLASS="arabic">1</SPAN> Class hierarchy</A>
102 <LI><A NAME="tex2html16"
103   HREF="node2.html#SECTION00022000000000000000"><SPAN CLASS="arabic">1</SPAN>.<SPAN CLASS="arabic">2</SPAN> Object hierarchies: WRegion parents and managers</A>
104 <UL>
105 <LI><A NAME="tex2html17"
106   HREF="node2.html#SECTION00022100000000000000"><SPAN CLASS="arabic">1</SPAN>.<SPAN CLASS="arabic">2</SPAN>.<SPAN CLASS="arabic">1</SPAN> Parent-child relations</A>
107 <LI><A NAME="tex2html18"
108   HREF="node2.html#SECTION00022200000000000000"><SPAN CLASS="arabic">1</SPAN>.<SPAN CLASS="arabic">2</SPAN>.<SPAN CLASS="arabic">2</SPAN> Manager-managed relations</A>
109 </UL>
110 <LI><A NAME="tex2html19"
111   HREF="node2.html#SECTION00023000000000000000"><SPAN CLASS="arabic">1</SPAN>.<SPAN CLASS="arabic">3</SPAN> Summary</A>
112 </UL>
113 <BR>
114 <LI><A NAME="tex2html20"
115   HREF="node3.html"><SPAN CLASS="arabic">2</SPAN> Object system implementation</A>
116 <LI><A NAME="tex2html21"
117   HREF="node4.html"><SPAN CLASS="arabic">3</SPAN> The Lua interface</A>
118 <UL>
119 <LI><A NAME="tex2html22"
120   HREF="node4.html#SECTION00041000000000000000"><SPAN CLASS="arabic">3</SPAN>.<SPAN CLASS="arabic">1</SPAN> Supported types</A>
121 <LI><A NAME="tex2html23"
122   HREF="node4.html#SECTION00042000000000000000"><SPAN CLASS="arabic">3</SPAN>.<SPAN CLASS="arabic">2</SPAN> Exporting functions</A>
123 <LI><A NAME="tex2html24"
124   HREF="node4.html#SECTION00043000000000000000"><SPAN CLASS="arabic">3</SPAN>.<SPAN CLASS="arabic">3</SPAN> Calling Lua functions and code</A>
125 <LI><A NAME="tex2html25"
126   HREF="node4.html#SECTION00044000000000000000"><SPAN CLASS="arabic">3</SPAN>.<SPAN CLASS="arabic">4</SPAN> Miscellaneous notes</A>
127 </UL>
128 <BR>
129 <LI><A NAME="tex2html26"
130   HREF="node5.html"><SPAN CLASS="arabic">4</SPAN> Miscellaneous design notes</A>
131 <UL>
132 <LI><A NAME="tex2html27"
133   HREF="node5.html#SECTION00051000000000000000"><SPAN CLASS="arabic">4</SPAN>.<SPAN CLASS="arabic">1</SPAN> Destroying WObj:s</A>
134 <LI><A NAME="tex2html28"
135   HREF="node5.html#SECTION00052000000000000000"><SPAN CLASS="arabic">4</SPAN>.<SPAN CLASS="arabic">2</SPAN> The types <TT>char*</TT> and <TT>const char*</TT> as function
136   parameters and return values</A>
137 </UL>
138 <BR>
139 <LI><A NAME="tex2html29"
140   HREF="node6.html"><SPAN CLASS="arabic">5</SPAN> C coding style</A>
141 <UL>
142 <LI><A NAME="tex2html30"
143   HREF="node6.html#SECTION00061000000000000000"><SPAN CLASS="arabic">5</SPAN>.<SPAN CLASS="arabic">1</SPAN> Whitespace</A>
144 <LI><A NAME="tex2html31"
145   HREF="node6.html#SECTION00062000000000000000"><SPAN CLASS="arabic">5</SPAN>.<SPAN CLASS="arabic">2</SPAN> Braces</A>
146 <LI><A NAME="tex2html32"
147   HREF="node6.html#SECTION00063000000000000000"><SPAN CLASS="arabic">5</SPAN>.<SPAN CLASS="arabic">3</SPAN> Names</A>
148 <LI><A NAME="tex2html33"
149   HREF="node6.html#SECTION00064000000000000000"><SPAN CLASS="arabic">5</SPAN>.<SPAN CLASS="arabic">4</SPAN> Miscellaneous</A>
150 </UL>
151 <BR>
152 <LI><A NAME="tex2html34"
153   HREF="node7.html">A. GNU Free Documentation License</A>
154 <LI><A NAME="tex2html35"
155   HREF="node8.html">Index</A>
156 <LI><A NAME="tex2html36"
157   HREF="node9.html">About this document ...</A>
158 </UL>
159 <!--End of Table of Child-Links-->
160 <BR><HR>
161
162 </BODY>
163 </HTML>