kspread

KSpread::FunctionDescription Class Reference

A function description. More...

#include <Functions.h>

List of all members.

Public Member Functions

 FunctionDescription (const FunctionDescription &desc)
 FunctionDescription (const QDomElement &element)
 FunctionDescription ()
const QStringListexamples ()
QString group () const
const QStringListhelpText () const
QString name () const
FunctionParameterparam (int i)
int params () const
const QStringListrelated ()
void setGroup (const QString &g)
const QStringListsyntax ()
QString toQML () const
ParameterType type () const

Detailed Description

A function description.

Definition at line 115 of file Functions.h.


Constructor & Destructor Documentation

FunctionDescription::FunctionDescription (  ) 

Definition at line 438 of file Functions.cpp.

FunctionDescription::FunctionDescription ( const QDomElement element  ) 

Definition at line 443 of file Functions.cpp.

FunctionDescription::FunctionDescription ( const FunctionDescription desc  ) 

Definition at line 478 of file Functions.cpp.


Member Function Documentation

const QStringList& KSpread::FunctionDescription::examples (  )  [inline]

Definition at line 122 of file Functions.h.

QString KSpread::FunctionDescription::group (  )  const [inline]

Definition at line 133 of file Functions.h.

const QStringList& KSpread::FunctionDescription::helpText (  )  const [inline]

Definition at line 125 of file Functions.h.

QString KSpread::FunctionDescription::name (  )  const [inline]

Definition at line 126 of file Functions.h.

FunctionParameter& KSpread::FunctionDescription::param ( int  i  )  [inline]

Definition at line 130 of file Functions.h.

int KSpread::FunctionDescription::params (  )  const [inline]

Definition at line 129 of file Functions.h.

const QStringList& KSpread::FunctionDescription::related (  )  [inline]

Definition at line 124 of file Functions.h.

void KSpread::FunctionDescription::setGroup ( const QString g  )  [inline]

Definition at line 132 of file Functions.h.

const QStringList& KSpread::FunctionDescription::syntax (  )  [inline]

Definition at line 123 of file Functions.h.

QString FunctionDescription::toQML (  )  const

Definition at line 488 of file Functions.cpp.

ParameterType KSpread::FunctionDescription::type (  )  const [inline]

Definition at line 127 of file Functions.h.


The documentation for this class was generated from the following files: