Linux Standard Base Desktop Specification 4.1 | ||
---|---|---|
<<< Previous | Next >>> |
The QMetaProperty::hasStdCppSet() function shall return true if the property has a C++ setter function that follows Qt's standard "name" / "setName" pattern. This function can be queried in order to avoid expensive QObject::setProperty() calls. All properties in Qt should follow the pattern mentioned.
This function is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.
<<< Previous | Home | Next >>> |
_ZNK11QMetaObject4castEP7QObject | Up | _ZNK21QPersistentModelIndex10internalIdEv |