KLayout Manual: Main Index » Class Index » API reference - Class QMetaPropertyAPI reference - Class QMetaPropertyNotation used in Ruby API documentation Description: Binding of QMetaProperty Public constructors
Public methods
Detailed description[const] void assign(const QMetaProperty other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] QMetaProperty dupDescription: Creates a copy of self [const] const QMetaObject ptr enclosingMetaObjectDescription: Method const QMetaObject * QMetaProperty::enclosingMetaObject() [const] QMetaEnum enumeratorDescription: Method QMetaEnum QMetaProperty::enumerator() [const] bool hasNotifySignalDescription: Method bool QMetaProperty::hasNotifySignal() [const] bool hasStdCppSetDescription: Method bool QMetaProperty::hasStdCppSet() [const] bool isConstantDescription: Method bool QMetaProperty::isConstant() [const] bool isConstant?Description: Method bool QMetaProperty::isConstant() [const] bool isDesignableDescription: Method bool QMetaProperty::isDesignable(const QObject *obj) [const] bool isDesignable(const QObject ptr obj)Description: Method bool QMetaProperty::isDesignable(const QObject *obj) [const] bool isDesignable?Description: Method bool QMetaProperty::isDesignable(const QObject *obj) [const] bool isDesignable?(const QObject ptr obj)Description: Method bool QMetaProperty::isDesignable(const QObject *obj) [const] bool isEditableDescription: Method bool QMetaProperty::isEditable(const QObject *obj) [const] bool isEditable(const QObject ptr obj)Description: Method bool QMetaProperty::isEditable(const QObject *obj) [const] bool isEditable?Description: Method bool QMetaProperty::isEditable(const QObject *obj) [const] bool isEditable?(const QObject ptr obj)Description: Method bool QMetaProperty::isEditable(const QObject *obj) [const] bool isEnumTypeDescription: Method bool QMetaProperty::isEnumType() [const] bool isEnumType?Description: Method bool QMetaProperty::isEnumType() [const] bool isFinalDescription: Method bool QMetaProperty::isFinal() [const] bool isFinal?Description: Method bool QMetaProperty::isFinal() [const] bool isFlagTypeDescription: Method bool QMetaProperty::isFlagType() [const] bool isFlagType?Description: Method bool QMetaProperty::isFlagType() [const] bool isReadableDescription: Method bool QMetaProperty::isReadable() [const] bool isReadable?Description: Method bool QMetaProperty::isReadable() [const] bool isResettableDescription: Method bool QMetaProperty::isResettable() [const] bool isResettable?Description: Method bool QMetaProperty::isResettable() [const] bool isScriptableDescription: Method bool QMetaProperty::isScriptable(const QObject *obj) [const] bool isScriptable(const QObject ptr obj)Description: Method bool QMetaProperty::isScriptable(const QObject *obj) [const] bool isScriptable?Description: Method bool QMetaProperty::isScriptable(const QObject *obj) [const] bool isScriptable?(const QObject ptr obj)Description: Method bool QMetaProperty::isScriptable(const QObject *obj) [const] bool isStoredDescription: Method bool QMetaProperty::isStored(const QObject *obj) [const] bool isStored(const QObject ptr obj)Description: Method bool QMetaProperty::isStored(const QObject *obj) [const] bool isStored?Description: Method bool QMetaProperty::isStored(const QObject *obj) [const] bool isStored?(const QObject ptr obj)Description: Method bool QMetaProperty::isStored(const QObject *obj) [const] bool isUserDescription: Method bool QMetaProperty::isUser(const QObject *obj) [const] bool isUser(const QObject ptr obj)Description: Method bool QMetaProperty::isUser(const QObject *obj) [const] bool isUser?Description: Method bool QMetaProperty::isUser(const QObject *obj) [const] bool isUser?(const QObject ptr obj)Description: Method bool QMetaProperty::isUser(const QObject *obj) [const] bool isValidDescription: Method bool QMetaProperty::isValid() [const] bool isValid?Description: Method bool QMetaProperty::isValid() [const] bool isWritableDescription: Method bool QMetaProperty::isWritable() [const] bool isWritable?Description: Method bool QMetaProperty::isWritable() [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] string nameDescription: Method const char * QMetaProperty::name() [static] new QMetaProperty newDescription: Constructor QMetaProperty::QMetaProperty() This method creates an object of class QMetaProperty. [const] QMetaMethod notifySignalDescription: Method QMetaMethod QMetaProperty::notifySignal() [const] int notifySignalIndexDescription: Method int QMetaProperty::notifySignalIndex() [const] int propertyIndexDescription: Method int QMetaProperty::propertyIndex() [const] QVariant read(const QObject ptr obj)Description: Method QVariant QMetaProperty::read(const QObject *obj) [const] bool reset(QObject ptr obj)Description: Method bool QMetaProperty::reset(QObject *obj) [const] QVariant_Type typeDescription: Method QVariant::Type QMetaProperty::type() [const] string typeNameDescription: Method const char * QMetaProperty::typeName() [const] int userTypeDescription: Method int QMetaProperty::userType() [const] bool write(QObject ptr obj,const QVariant value)Description: Method bool QMetaProperty::write(QObject *obj, const QVariant &value) |