NAME
Qt::Core::QMetaProperty
PUBLIC METHODS
- QMetaProperty()
- const QMetaObject * enclosingMetaObject()
- QMetaEnum enumerator()
- bool hasNotifySignal()
- bool hasStdCppSet()
- bool isConstant()
- bool isDesignable(const QObject * obj = 0)
- bool isDesignable(const QObject * obj)
- bool isEditable(const QObject * obj = 0)
- bool isEditable(const QObject * obj)
- bool isEnumType()
- bool isFinal()
- bool isFlagType()
- bool isReadable()
- bool isResettable()
- bool isScriptable(const QObject * obj = 0)
- bool isScriptable(const QObject * obj)
- bool isStored(const QObject * obj = 0)
- bool isStored(const QObject * obj)
- bool isUser(const QObject * obj = 0)
- bool isUser(const QObject * obj)
- bool isValid()
- bool isWritable()
- const char * name()
- QMetaMethod notifySignal()
- int notifySignalIndex()
- int propertyIndex()
- QVariant read(const QObject * obj)
- bool reset(QObject * obj)
- QVariant::Type type()
- const char * typeName()
- int userType()
- bool write(QObject * obj, const QVariant & value)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.