summaryrefslogtreecommitdiff
path: root/doc/api-documentation/man/man3/SWEncodingMgr.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api-documentation/man/man3/SWEncodingMgr.3')
-rw-r--r--doc/api-documentation/man/man3/SWEncodingMgr.3124
1 files changed, 0 insertions, 124 deletions
diff --git a/doc/api-documentation/man/man3/SWEncodingMgr.3 b/doc/api-documentation/man/man3/SWEncodingMgr.3
deleted file mode 100644
index acdbd11..0000000
--- a/doc/api-documentation/man/man3/SWEncodingMgr.3
+++ /dev/null
@@ -1,124 +0,0 @@
-.TH "SWEncodingMgr" 3 "30 Oct 2001" "The Sword Project" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-SWEncodingMgr \- This class is like a normal \fBSWMgr\fP, but you can additonally specify which encoding you want to use.
-.SH SYNOPSIS
-.br
-.PP
-\fC#include <swencodingmgr.h>\fP
-.PP
-Inherits \fBSWMgr\fP.
-.PP
-Inherited by \fBSWMarkupMgr\fP.
-.PP
-.SS "Public Methods"
-
-.in +1c
-.ti -1c
-.RI "\fBSWEncodingMgr\fP (\fBSWConfig\fP *iconfig=0, \fBSWConfig\fP *isysconfig=0, bool autoload=true, char encoding=ENC_UTF8)"
-.br
-.RI "\fIConstructor of SWEncodingMgr.\fP"
-.ti -1c
-.RI "\fB~SWEncodingMgr\fP ()"
-.br
-.RI "\fIThe destructor of SWEncodingMgr.\fP"
-.ti -1c
-.RI "char \fBEncoding\fP (char enc)"
-.br
-.RI "\fIMarkup sets/gets the encoding after initialization.\fP"
-.ti -1c
-.RI "virtual void \fBAddRawFilters\fP (\fBSWModule\fP *module, ConfigEntMap &section)"
-.br
-.RI "\fIAdds the raw filters which are defined in 'section' to the \fBSWModule\fP object 'module'.\fP"
-.ti -1c
-.RI "virtual void \fBAddEncodingFilters\fP (\fBSWModule\fP *module, ConfigEntMap &section)"
-.br
-.RI "\fIAdds the encoding filters which are defined in 'section' to the \fBSWModule\fP object 'module'.\fP"
-.in -1c
-.SS "Protected Attributes"
-
-.in +1c
-.ti -1c
-.RI "\fBSWFilter\fP * \fBlatin1utf8\fP"
-.br
-.ti -1c
-.RI "\fBSWFilter\fP * \fBscsuutf8\fP"
-.br
-.ti -1c
-.RI "\fBSWFilter\fP * \fBtargetenc\fP"
-.br
-.ti -1c
-.RI "char \fBencoding\fP"
-.br
-.in -1c
-.SH "DETAILED DESCRIPTION"
-.PP
-This class is like a normal \fBSWMgr\fP, but you can additonally specify which encoding you want to use.
-.PP
-Definition at line 31 of file swencodingmgr.h.
-.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION"
-.PP
-.SS "SWEncodingMgr::SWEncodingMgr (\fBSWConfig\fP * iconfig = 0, \fBSWConfig\fP * isysconfig = 0, bool autoload = true, char encoding = ENC_UTF8)"
-.PP
-Constructor of SWEncodingMgr.
-.PP
-Parameters:
-.in +1c
-.TP
-\fB\fIiconfig\fP\fP
-.TP
-\fB\fIisysconfig\fP\fP
-.TP
-\fB\fIautoload\fP\fP
-If this bool is true the constructor starts loading the installed modules. If you reimplemented \fBSWMgr\fP you can set autoload=false to load the modules with your own reimplemented function.
-.TP
-\fB\fIencoding\fP\fP
-The desired encoding.
-.SH "MEMBER FUNCTION DOCUMENTATION"
-.PP
-.SS "virtual void SWEncodingMgr::AddEncodingFilters (\fBSWModule\fP * module, ConfigEntMap & section)\fC [virtual]\fP"
-.PP
-Adds the encoding filters which are defined in 'section' to the \fBSWModule\fP object 'module'.
-.PP
-Parameters:
-.in +1c
-.TP
-\fB\fImodule\fP\fP
-To this module the encoding filter(s) are added
-.TP
-\fB\fIsection\fP\fP
-We use this section to get a list of filters we should apply to the module
-.PP
-Reimplemented from \fBSWMgr\fP.
-.SS "virtual void SWEncodingMgr::AddRawFilters (\fBSWModule\fP * module, ConfigEntMap & section)\fC [virtual]\fP"
-.PP
-Adds the raw filters which are defined in 'section' to the \fBSWModule\fP object 'module'.
-.PP
-Parameters:
-.in +1c
-.TP
-\fB\fImodule\fP\fP
-To this module the raw filter(s) are added
-.TP
-\fB\fIsection\fP\fP
-We use this section to get a list of filters we should apply to the module
-.PP
-Reimplemented from \fBSWMgr\fP.
-.SS "char SWEncodingMgr::Encoding (char enc)"
-.PP
-Markup sets/gets the encoding after initialization.
-.PP
-Parameters:
-.in +1c
-.TP
-\fB\fIm\fP\fP
-The new encoding or ENC_UNKNOWN if you just want to get the current markup.
-.PP
-\fBReturns: \fP
-.in +1c
-The current (possibly changed) encoding format.
-
-.SH "AUTHOR"
-.PP
-Generated automatically by Doxygen for The Sword Project from the source code. \ No newline at end of file