13 int x()
const {
return xProp; }
32 int x()
const {
return xProp; }
65void usage_QBindable() {
86 int myVal() {
return myValMember.value(); }
87 void setMyVal(
int newvalue) { myValMember = newvalue; }
140 return d_func()->hasClientsData.value();
145 d->clients.push_back(
c);
147 d->hasClientsData.notify();
CustomType(int val, int otherVal)
void setMyVal(int newvalue)
QBindable< int > bindableMyVal()
bool hasClientsActualCalculation() const
void addClient(const Client &c)
QBindable< int > bindableX()
QBindable< bool > bindableHasClients()
QPropertyBinding< T > setBinding(const QPropertyBinding< T > &binding)
Sets the underlying property's binding to binding.
qsizetype size() const noexcept
static QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
\threadsafe
parameter_type value() const
Returns the value of the property.
bool hasBinding() const
Returns true if the underlying property has a binding.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
GLint GLint GLint GLint GLint x
[0]
#define Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS(...)
#define Q_OBJECT_COMPUTED_PROPERTY(Class, Type, name, ...)
#define Q_OBJECT_BINDABLE_PROPERTY(...)