#include <qtpropertymanager.h>
QtEnumPropertyManager::QtEnumPropertyManager |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
QtEnumPropertyManager::~QtEnumPropertyManager |
( |
| ) |
|
QMap<int, QIcon> QtEnumPropertyManager::enumIcons |
( |
const QtProperty * |
property | ) |
const |
void QtEnumPropertyManager::enumIconsChanged |
( |
QtProperty * |
property, |
|
|
const QMap< int, QIcon > & |
icons |
|
) |
| |
|
signal |
QStringList QtEnumPropertyManager::enumNames |
( |
const QtProperty * |
property | ) |
const |
void QtEnumPropertyManager::enumNamesChanged |
( |
QtProperty * |
property, |
|
|
const QStringList & |
names |
|
) |
| |
|
signal |
virtual void QtEnumPropertyManager::initializeProperty |
( |
QtProperty * |
property | ) |
|
|
protectedvirtual |
void QtEnumPropertyManager::setEnumIcons |
( |
QtProperty * |
property, |
|
|
const QMap< int, QIcon > & |
icons |
|
) |
| |
|
slot |
void QtEnumPropertyManager::setEnumNames |
( |
QtProperty * |
property, |
|
|
const QStringList & |
names |
|
) |
| |
|
slot |
void QtEnumPropertyManager::setValue |
( |
QtProperty * |
property, |
|
|
int |
val |
|
) |
| |
|
slot |
virtual void QtEnumPropertyManager::uninitializeProperty |
( |
QtProperty * |
property | ) |
|
|
protectedvirtual |
int QtEnumPropertyManager::value |
( |
const QtProperty * |
property | ) |
const |
void QtEnumPropertyManager::valueChanged |
( |
QtProperty * |
property, |
|
|
int |
val |
|
) |
| |
|
signal |
QIcon QtEnumPropertyManager::valueIcon |
( |
const QtProperty * |
property | ) |
const |
|
protectedvirtual |
QString QtEnumPropertyManager::valueText |
( |
const QtProperty * |
property | ) |
const |
|
protectedvirtual |
The documentation for this class was generated from the following file: