Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qproperty.h>
Public Types | |
using | BindingFunctionVTable = QtPrivate::BindingFunctionVTable |
Friends | |
class | QtPrivate::QPropertyBindingData |
class | QPropertyBindingPrivate |
template<typename > | |
class | QPropertyBinding |
Definition at line 158 of file qproperty.h.
Definition at line 162 of file qproperty.h.
|
default |
Constructs a null QUntypedPropertyBinding.
QUntypedPropertyBinding::QUntypedPropertyBinding | ( | QMetaType | metaType, |
const BindingFunctionVTable * | vtable, | ||
void * | function, | ||
const QPropertyBindingSourceLocation & | location ) |
Constructs QUntypedPropertyBinding. Assumes that metaType, function and vtable match. Unless a specialization of BindingFunctionVTable
is used, this function should never be called directly.
Definition at line 371 of file qproperty.cpp.
|
inline |
Definition at line 168 of file qproperty.h.
QUntypedPropertyBinding::QUntypedPropertyBinding | ( | QUntypedPropertyBinding && | other | ) |
Move-constructs a QUntypedPropertyBinding from other.
other is left in a null state.
Definition at line 385 of file qproperty.cpp.
QUntypedPropertyBinding::QUntypedPropertyBinding | ( | const QUntypedPropertyBinding & | other | ) |
Copy-constructs a QUntypedPropertyBinding from other.
Definition at line 393 of file qproperty.cpp.
QUntypedPropertyBinding::~QUntypedPropertyBinding | ( | ) |
Destroys the QUntypedPropertyBinding.
Definition at line 430 of file qproperty.cpp.
|
explicit |
Definition at line 422 of file qproperty.cpp.
QPropertyBindingError QUntypedPropertyBinding::error | ( | ) | const |
Returns the error state of the binding.
Definition at line 450 of file qproperty.cpp.
bool QUntypedPropertyBinding::isNull | ( | ) | const |
Returns true
if the QUntypedPropertyBinding
is null.
This is only true for default-constructed and moved-from instances.
Definition at line 440 of file qproperty.cpp.
QUntypedPropertyBinding & QUntypedPropertyBinding::operator= | ( | const QUntypedPropertyBinding & | other | ) |
Copy-assigns other to this QUntypedPropertyBinding.
Definition at line 401 of file qproperty.cpp.
QUntypedPropertyBinding & QUntypedPropertyBinding::operator= | ( | QUntypedPropertyBinding && | other | ) |
Move-assigns other to this QUntypedPropertyBinding.
other is left in a null state.
Definition at line 413 of file qproperty.cpp.
QMetaType QUntypedPropertyBinding::valueMetaType | ( | ) | const |
Returns the meta-type of the binding.
If the QUntypedPropertyBinding is null, an invalid QMetaType is returned.
Definition at line 461 of file qproperty.cpp.
|
friend |
Definition at line 188 of file qproperty.h.
|
friend |
Definition at line 187 of file qproperty.h.
|
friend |
Definition at line 186 of file qproperty.h.