Files
Kooky/doxygen/man/man3/cErnaehrungPlugin.3
2016-10-18 17:43:02 +02:00

220 lines
3.7 KiB
Plaintext

.TH "cErnaehrungPlugin" 3 "Thu Feb 11 2016" "Kooky" \" -*- nroff -*-
.ad l
.nh
.SH NAME
cErnaehrungPlugin \-
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <cernaehrungplugin\&.h>\fP
.PP
Inherits QObject, and \fBcImportInterface\fP\&.
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "qint16 \fBpluginAPIVersion\fP ()"
.br
.ti -1c
.RI "QString \fBpluginName\fP ()"
.br
.ti -1c
.RI "qint16 \fBpluginVersion\fP ()"
.br
.ti -1c
.RI "\fBiType\fP \fBpluginType\fP ()"
.br
.ti -1c
.RI "bool \fBconfig\fP ()"
.br
.ti -1c
.RI "QMap< QString, QString > \fBdetailsCapability\fP ()"
.br
.ti -1c
.RI "QStringList \fBsearch\fP (const QString &szSearch, const QString &szDetails=QString(''))"
.br
.ti -1c
.RI "bool \fBload\fP (qint16 iIndex)"
.br
.ti -1c
.RI "qreal \fBvalue\fP (\fBcIngredient::iIngredient\fP i)"
.br
.ti -1c
.RI "QString \fBingredientName\fP ()"
.br
.in -1c
.SS "Private Attributes"
.in +1c
.ti -1c
.RI "QStringList \fBm_szUrls\fP"
.br
.ti -1c
.RI "QStringList \fBm_szIngredients\fP"
.br
.ti -1c
.RI "qint16 \fBm_iLoadedIndex\fP"
.br
.in -1c
.SS "Additional Inherited Members"
.SH "Member Function Documentation"
.PP
.SS "bool cErnaehrungPlugin::config ()\fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
bool
.RE
.PP
.PP
Implements \fBcInterface\fP\&.
.PP
Referenced by pluginType()\&.
.SS "QMap< QString, QString > cErnaehrungPlugin::detailsCapability ()\fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
QMap<QString, QString>
.RE
.PP
.PP
Implements \fBcImportInterface\fP\&.
.PP
Referenced by pluginType()\&.
.SS "QString cErnaehrungPlugin::ingredientName ()\fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
QString
.RE
.PP
.PP
Implements \fBcImportInterface\fP\&.
.PP
Referenced by pluginType()\&.
.SS "bool cErnaehrungPlugin::load (qint16 iIndex)\fC [virtual]\fP"
.PP
\fBParameters:\fP
.RS 4
\fIiIndex\fP
.RE
.PP
\fBReturns:\fP
.RS 4
bool
.RE
.PP
.PP
Implements \fBcImportInterface\fP\&.
.PP
References tagVALUES::dValue, tagVALUES::szSearch, and toValue()\&.
.PP
Referenced by pluginType()\&.
.SS "qint16 cErnaehrungPlugin::pluginAPIVersion ()\fC [inline]\fP, \fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
qint16
.RE
.PP
.PP
Implements \fBcInterface\fP\&.
.SS "QString cErnaehrungPlugin::pluginName ()\fC [inline]\fP, \fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
QString
.RE
.PP
.PP
Implements \fBcInterface\fP\&.
.SS "\fBiType\fP cErnaehrungPlugin::pluginType ()\fC [inline]\fP, \fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
iType
.RE
.PP
.PP
Implements \fBcInterface\fP\&.
.PP
References config(), detailsCapability(), ingredientName(), cInterface::iTypeImport, load(), search(), and value()\&.
.SS "qint16 cErnaehrungPlugin::pluginVersion ()\fC [inline]\fP, \fC [virtual]\fP"
.PP
\fBReturns:\fP
.RS 4
qint16
.RE
.PP
.PP
Implements \fBcInterface\fP\&.
.SS "QStringList cErnaehrungPlugin::search (const QString & szSearch, const QString & szDetails = \fCQString('')\fP)\fC [virtual]\fP"
.PP
\fBParameters:\fP
.RS 4
\fIszSearch\fP
.br
\fIszDetails\fP
.RE
.PP
\fBReturns:\fP
.RS 4
QStringList
.RE
.PP
.PP
Implements \fBcImportInterface\fP\&.
.PP
Referenced by pluginType()\&.
.SS "qreal cErnaehrungPlugin::value (\fBcIngredient::iIngredient\fP i)\fC [virtual]\fP"
.PP
\fBParameters:\fP
.RS 4
\fIi\fP
.RE
.PP
\fBReturns:\fP
.RS 4
qreal
.RE
.PP
.PP
Implements \fBcImportInterface\fP\&.
.PP
References tagVALUES::dValue, and tagVALUES::iIngredient\&.
.PP
Referenced by pluginType()\&.
.SH "Member Data Documentation"
.PP
.SS "qint16 cErnaehrungPlugin::m_iLoadedIndex\fC [private]\fP"
TODO: describe
.SS "QStringList cErnaehrungPlugin::m_szIngredients\fC [private]\fP"
TODO: describe
.SS "QStringList cErnaehrungPlugin::m_szUrls\fC [private]\fP"
TODO: describe
.SH "Author"
.PP
Generated automatically by Doxygen for Kooky from the source code\&.