Krita
InfoObject.cpp
void setProperty(const QString &key, QVariant value)
set the property identified by key to value
Definition InfoObject.cpp:67
QVariant property(const QString &key)
return the value for the property identified by key, or None if there is no such key.
Definition InfoObject.cpp:72
QMap< QString, QVariant > properties() const
Return all properties this InfoObject manages.
Definition InfoObject.cpp:45
void setProperties(QMap< QString, QVariant > propertyMap)
Add all properties in the propertyMap to this InfoObject.
Definition InfoObject.cpp:60
QList< Key > keys() const const
UserType
Type type() const const
QVariant fromValue(T &&value)
bool isValid() const const
int userType() const const
T value() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:35:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.