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

(07f26739d551ce0e6a4f13eac3524894f6dbb0bc)

#include "qtvariantproperty_p.h"
#include "qtpropertymanager_p.h"
#include "qteditorfactory_p.h"
#include <QtCore/qdatetime.h>
#include <QtCore/qhash.h>
#include <QtCore/qlocale.h>
#include <QtCore/qmap.h>
#include <QtCore/qregularexpression.h>
#include <QtCore/qvariant.h>
#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 98 of file qtvariantproperty.cpp.

◆ QtIconMap

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

Definition at line 19 of file qtvariantproperty.cpp.

Function Documentation

◆ wrappedProperty()

QtProperty * wrappedProperty ( QtProperty * property)
static

Definition at line 102 of file qtvariantproperty.cpp.

Referenced by QtVariantEditorFactory::createEditor().

Here is the caller graph for this function: