The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QMetaProperty

PUBLIC METHODS

QMetaProperty()
const QMetaObject * enclosingMetaObject()
QMetaEnum enumerator()
bool hasNotifySignal()
bool hasStdCppSet()
bool isConstant()
bool isDesignable(const QObject * obj)
bool isDesignable(const QObject * obj = 0)
bool isEditable(const QObject * obj)
bool isEditable(const QObject * obj = 0)
bool isEnumType()
bool isFinal()
bool isFlagType()
bool isReadable()
bool isResettable()
bool isScriptable(const QObject * obj)
bool isScriptable(const QObject * obj = 0)
bool isStored(const QObject * obj)
bool isStored(const QObject * obj = 0)
bool isUser(const QObject * obj)
bool isUser(const QObject * obj = 0)
bool isValid()
bool isWritable()
const char * name()
QMetaMethod notifySignal()
int notifySignalIndex()
int propertyIndex()
QVariant read(const QObject * obj)
bool reset(QObject * obj)
int revision()
QVariant::Type type()
const char * typeName()
int userType()
bool write(QObject * obj, const QVariant & value)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html