summaryrefslogtreecommitdiff
path: root/doc/api-documentation/man/man3/utf8greekaccents.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api-documentation/man/man3/utf8greekaccents.3')
-rw-r--r--doc/api-documentation/man/man3/utf8greekaccents.3147
1 files changed, 0 insertions, 147 deletions
diff --git a/doc/api-documentation/man/man3/utf8greekaccents.3 b/doc/api-documentation/man/man3/utf8greekaccents.3
deleted file mode 100644
index 4ee9662..0000000
--- a/doc/api-documentation/man/man3/utf8greekaccents.3
+++ /dev/null
@@ -1,147 +0,0 @@
-.TH "UTF8GreekAccents" 3 "5 Oct 2001" "The Sword Project" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-UTF8GreekAccents \- This Filter shows/hides Greek Accents marks in UTF8 text.
-.SH SYNOPSIS
-.br
-.PP
-\fC#include <utf8greekaccents.h>\fR
-.PP
-Inherits \fBSWFilter\fR.
-.PP
-.SS Public Methods
-
-.in +1c
-.ti -1c
-.RI "\fBUTF8GreekAccents\fR ()"
-.br
-.ti -1c
-.RI "virtual \fB~UTF8GreekAccents\fR ()"
-.br
-.ti -1c
-.RI "virtual char \fBProcessText\fR (char *text, int maxlen, const \fBSWKey\fR *key)"
-.br
-.RI "\fIThis is the main filter function.\fR"
-.ti -1c
-.RI "virtual const char* \fBgetOptionName\fR ()"
-.br
-.RI "\fIgets the name of the option of this filter.\fR"
-.ti -1c
-.RI "virtual const char* \fBgetOptionTip\fR ()"
-.br
-.RI "\fIgets a short explanation of the option of this filter; it could be presented to the user in frontend programs.\fR"
-.ti -1c
-.RI "virtual void \fBsetOptionValue\fR (const char *ival)"
-.br
-.RI "\fIsets the value of the option of this filter, e.g maybe a strong's filter mioght be set to "on" / "off" - that would mean to show or not to show the strongs in the text, see also \fBgetOptionValues\fR.\fR"
-.ti -1c
-.RI "virtual const char* \fBgetOptionValue\fR ()"
-.br
-.ti -1c
-.RI "virtual OptionsList \fBgetOptionValues\fR ()"
-.br
-.RI "\fIreturns a list of the possible option values might be.\fR"
-.in -1c
-.SS Private Attributes
-
-.in +1c
-.ti -1c
-.RI "bool \fBoption\fR"
-.br
-.ti -1c
-.RI "OptionsList \fBoptions\fR"
-.br
-.in -1c
-.SS Static Private Attributes
-
-.in +1c
-.ti -1c
-.RI "const char \fBon\fR []"
-.br
-.ti -1c
-.RI "const char \fBoff\fR []"
-.br
-.ti -1c
-.RI "const char \fBoptName\fR []"
-.br
-.ti -1c
-.RI "const char \fBoptTip\fR []"
-.br
-.in -1c
-.SH DETAILED DESCRIPTION
-.PP
-This Filter shows/hides Greek Accents marks in UTF8 text.
-.PP
-Definition at line 29 of file utf8greekaccents.h.
-.SH MEMBER FUNCTION DOCUMENTATION
-.PP
-.SS virtual char UTF8GreekAccents::ProcessText (char * text, int maxlen, const \fBSWKey\fR * key)\fC [virtual]\fR
-.PP
-This is the main filter function.
-.PP
-\fBParameters: \fR
-.in +1c
-.TP
-\fB\fItext\fR\fR
-the text to be filtered/converted
-.TP
-\fB\fImaxlen\fR\fR
-maximal length of text to be processed
-.TP
-\fB\fIkey\fR\fR
-sorry I don't know
-.PP
-\fBReturns: \fR
-.in +1c
-0
-.PP
-Reimplemented from \fBSWFilter\fR.
-.SS const char * UTF8GreekAccents::getOptionName ()\fC [inline, virtual]\fR
-.PP
-gets the name of the option of this filter.
-.PP
-\fBReturns: \fR
-.in +1c
-option name
-.PP
-Reimplemented from \fBSWFilter\fR.
-.PP
-Definition at line 41 of file utf8greekaccents.h.
-.SS const char * UTF8GreekAccents::getOptionTip ()\fC [inline, virtual]\fR
-.PP
-gets a short explanation of the option of this filter; it could be presented to the user in frontend programs.
-.PP
-\fBReturns: \fR
-.in +1c
-option tip/explanation
-.PP
-Reimplemented from \fBSWFilter\fR.
-.PP
-Definition at line 45 of file utf8greekaccents.h.
-.SS OptionsList UTF8GreekAccents::getOptionValues ()\fC [inline, virtual]\fR
-.PP
-returns a list of the possible option values might be.
-.PP
-\fBReturns: \fR
-.in +1c
-list of option values
-.PP
-Reimplemented from \fBSWFilter\fR.
-.PP
-Definition at line 51 of file utf8greekaccents.h.
-.SS virtual void UTF8GreekAccents::setOptionValue (const char * ival)\fC [virtual]\fR
-.PP
-sets the value of the option of this filter, e.g maybe a strong's filter mioght be set to "on" / "off" - that would mean to show or not to show the strongs in the text, see also \fBgetOptionValues\fR.
-.PP
-\fBParameters: \fR
-.in +1c
-.TP
-\fB\fIival\fR\fR
-the new option valus
-.PP
-Reimplemented from \fBSWFilter\fR.
-
-.SH AUTHOR
-.PP
-Generated automatically by Doxygen for The Sword Project from the source code. \ No newline at end of file