File: swld.3

package info (click to toggle)
sword 1.5.3-3woody2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 20,484 kB
  • ctags: 11,105
  • sloc: cpp: 49,665; ansic: 13,335; sh: 8,730; pascal: 3,433; tcl: 1,602; makefile: 988; perl: 565; sed: 93
file content (94 lines) | stat: -rw-r--r-- 2,165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.TH "SWLD" 3 "5 Oct 2001" "The Sword Project" \" -*- nroff -*-
.ad l
.nh
.SH NAME
SWLD \- the basis for all types of Lexicon and Dictionary modules (hence the 'LD'). 
.SH SYNOPSIS
.br
.PP
\fC#include <swld.h>\fR
.PP
Inherits \fBSWModule\fR.
.PP
Inherited by RawLD, and RawLD4.
.PP
.SS Public Methods

.in +1c
.ti -1c
.RI "\fBSWLD\fR (const char *imodname=0, const char *imoddesc=0, \fBSWDisplay\fR *idisp=0, bool unicode=false)"
.br
.RI "\fIInitializes data for instance of SWLD.\fR"
.ti -1c
.RI "virtual \fB~SWLD\fR ()"
.br
.ti -1c
.RI "virtual \fBSWKey\fR* \fBCreateKey\fR ()"
.br
.RI "\fIAllocates a key of specific type for module.\fR"
.ti -1c
.RI "virtual const char* \fBKeyText\fR (const char *ikeytext)"
.br
.RI "\fISets/gets module KeyText, getting from saved text if key is persistent.\fR"
.in -1c
.SS Protected Attributes

.in +1c
.ti -1c
.RI "char* \fBentkeytxt\fR"
.br
.in -1c
.SH DETAILED DESCRIPTION
.PP 
the basis for all types of Lexicon and Dictionary modules (hence the 'LD').
.PP
Definition at line 34 of file swld.h.
.SH CONSTRUCTOR & DESTRUCTOR DOCUMENTATION
.PP 
.SS SWLD::SWLD (const char * imodname = 0, const char * imoddesc = 0, \fBSWDisplay\fR * idisp = 0, bool unicode = false)
.PP
Initializes data for instance of SWLD.
.PP
\fBParameters: \fR
.in +1c
.TP
\fB\fIimodname\fR\fR
Internal name for module 
.TP
\fB\fIimoddesc\fR\fR
Name to display to user for module 
.TP
\fB\fIidisp\fR\fR
Display object to use for displaying 
.SH MEMBER FUNCTION DOCUMENTATION
.PP 
.SS \fBSWKey\fR * SWLD::CreateKey ()\fC [inline, virtual]\fR
.PP
Allocates a key of specific type for module.
.PP
\fBReturns: \fR
.in +1c
pointer to allocated key 
.PP
Reimplemented from \fBSWModule\fR.
.PP
Definition at line 47 of file swld.h.
.SS const char * SWLD::KeyText (const char * ikeytext)\fC [virtual]\fR
.PP
Sets/gets module KeyText, getting from saved text if key is persistent.
.PP
\fBParameters: \fR
.in +1c
.TP
\fB\fIikeytext\fR\fR
value which to set keytext; [0] - only get 
.PP
\fBReturns: \fR
.in +1c
pointer to keytext 
.PP
Reimplemented from \fBSWModule\fR.

.SH AUTHOR
.PP 
Generated automatically by Doxygen for The Sword Project from the source code.