diff options
author | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
commit | c9458897ebbb739d8db83c80e06512d8a612f743 (patch) | |
tree | f8c5381045887e34388cc6b26cfccc254bf766dc /doc/api-documentation/html/swcom_8cpp-source.html | |
download | sword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz |
*** empty log message ***
Diffstat (limited to 'doc/api-documentation/html/swcom_8cpp-source.html')
-rw-r--r-- | doc/api-documentation/html/swcom_8cpp-source.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/api-documentation/html/swcom_8cpp-source.html b/doc/api-documentation/html/swcom_8cpp-source.html new file mode 100644 index 0000000..869e176 --- /dev/null +++ b/doc/api-documentation/html/swcom_8cpp-source.html @@ -0,0 +1,44 @@ +<!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>swcom.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> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="classes.html">Alphabetical List</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> </center> +<hr><h1>swcom.cpp</h1><div class="fragment"><pre>00001 <font class="comment">/******************************************************************************</font> +00002 <font class="comment"> * swcom.cpp - code for base class 'SWCom'- The basis for all commentary</font> +00003 <font class="comment"> * modules</font> +00004 <font class="comment"> */</font> +00005 +00006 <font class="preprocessor">#include <swcom.h></font> +00007 +00008 +00009 <font class="comment">/******************************************************************************</font> +00010 <font class="comment"> * SWCom Constructor - Initializes data for instance of SWCom</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_com.html#a0">00017</a> <a class="code" href="class_s_w_com.html#a0">SWCom::SWCom</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, "Commentaries", enc, dir, mark, ilang) +00018 { +00019 <font class="keyword">delete</font> <a class="code" href="class_s_w_module.html#n6">key</a>; +00020 <a class="code" href="class_s_w_module.html#n6">key</a> = <a class="code" href="class_s_w_com.html#a2">CreateKey</a>(); +00021 } +00022 +00023 +00024 <font class="comment">/******************************************************************************</font> +00025 <font class="comment"> * SWCom Destructor - Cleans up instance of SWCom</font> +00026 <font class="comment"> */</font> +00027 +00028 SWCom::~SWCom() +00029 { +00030 } +</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> |