Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > a74ec78bdb789d910d054e3918f3f007 > files > 489

libsword1-devel-1.5.5-2mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>swgenbook.cpp Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.15 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; </center>
<hr><h1>swgenbook.cpp</h1><div class="fragment"><pre>00001 <font class="comment">/******************************************************************************</font>
00002 <font class="comment"> *  swld.cpp   - code for base class 'SWLD'.  SWLD is the basis for all</font>
00003 <font class="comment"> *                              types of Lexicon and Dictionary modules (hence the 'LD').</font>
00004 <font class="comment"> */</font>
00005 
00006 <font class="preprocessor">#include &lt;swgenbook.h&gt;</font>
00007 
00008 
00009 <font class="comment">/******************************************************************************</font>
00010 <font class="comment"> * SWLD Constructor - Initializes data for instance of SWLD</font>
00011 <font class="comment"> *</font>
00012 <font class="comment"> * ENT: imodname - Internal name for module</font>
00013 <font class="comment"> *      imoddesc - Name to display to user for module</font>
00014 <font class="comment"> *      idisp    - Display object to use for displaying</font>
00015 <font class="comment"> */</font>
00016 
<a name="l00017"></a><a class="code" href="class_s_w_gen_book.html#a0">00017</a> <a class="code" href="class_s_w_gen_book.html#a0">SWGenBook::SWGenBook</a>(<font class="keyword">const</font> <font class="keywordtype">char</font> *imodname, <font class="keyword">const</font> <font class="keywordtype">char</font> *imoddesc, <a class="code" href="class_s_w_display.html">SWDisplay</a> *idisp, SWTextEncoding enc, SWTextDirection dir, SWTextMarkup mark, <font class="keyword">const</font> <font class="keywordtype">char</font>* ilang) : <a class="code" href="class_s_w_module.html">SWModule</a>(imodname, imoddesc, idisp, "Generic Books", enc, dir, mark, ilang) {
00018 }
00019 
00020 
00021 <font class="comment">/******************************************************************************</font>
00022 <font class="comment"> * SWLD Destructor - Cleans up instance of SWLD</font>
00023 <font class="comment"> */</font>
00024 
00025 SWGenBook::~SWGenBook() {
00026 }
00027 
</pre></div><hr><address align="right"><small>Generated on Thu Jun 20 22:13:00 2002 for The Sword Project by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.15 </small></address>
</body>
</html>