KDevelop API Documentation

PropertyUtils Namespace Reference


Functions

PropPtr createProperty (int type, QString name, QString description, QVariant value, bool save)
PropPtr createProperty (QString name, QMap< QString, QString > v_correspList, QString description, QVariant value, bool save)
void variantMapToPropertyList (const QMap< QString, QVariant > &variantMap, QMap< QString, PropPtr > &properties)
void propertyListToVariantMap (const QMap< QString, PropPtr > &properties, QMap< QString, QVariant > &variantMap)


Function Documentation

PropPtr PropertyUtils::createProperty QString  name,
QMap< QString, QString v_correspList,
QString  description = "",
QVariant  value = QVariant(),
bool  save = true
 

Definition at line 28 of file propertyutils.cpp.

References PropPtr.

PropPtr PropertyUtils::createProperty int  type,
QString  name,
QString  description = "",
QVariant  value = QVariant(),
bool  save = true
 

Definition at line 23 of file propertyutils.cpp.

References PropPtr.

Referenced by variantMapToPropertyList().

void PropertyUtils::propertyListToVariantMap const QMap< QString, PropPtr > &  properties,
QMap< QString, QVariant > &  variantMap
 

Definition at line 42 of file propertyutils.cpp.

void PropertyUtils::variantMapToPropertyList const QMap< QString, QVariant > &  variantMap,
QMap< QString, PropPtr > &  properties
 

Definition at line 34 of file propertyutils.cpp.

References createProperty().

KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:33 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003