Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtvariantproperty.cpp File Reference

(21d85c01b1ed1b9b3f00897330a441575fc3e459)

#include "qtvariantproperty_p.h"
#include "qtpropertymanager_p.h"
#include "qteditorfactory_p.h"
#include <QtCore/QVariant>
#include <QtCore/QDate>
#include <QtCore/QHash>
#include <QtCore/QLocale>
#include <QtCore/QRegularExpression>
#include "moc_qtvariantproperty_p.cpp"
Include dependency graph for qtvariantproperty.cpp:

Go to the source code of this file.

Classes

class  QtEnumPropertyType
class  QtFlagPropertyType
class  QtGroupPropertyType
class  QtVariantPropertyPrivate
class  QtVariantPropertyManagerPrivate
class  QtVariantEditorFactoryPrivate

Typedefs

using QtIconMap = QMap<int, QIcon>
using PropertyPropertyMap = QHash<const QtProperty *, QtProperty *>

Functions

static QtPropertywrappedProperty (QtProperty *property)

Typedef Documentation

◆ PropertyPropertyMap

Definition at line 101 of file qtvariantproperty.cpp.

◆ QtIconMap

typedef QMap< int, QIcon > QtIconMap = QMap<int, QIcon>

Definition at line 22 of file qtvariantproperty.cpp.

Function Documentation

◆ wrappedProperty()

QtProperty * wrappedProperty ( QtProperty * property)
static

Definition at line 105 of file qtvariantproperty.cpp.

Referenced by QtVariantEditorFactory::createEditor().

Here is the caller graph for this function: