Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_kernel_qproperty.cpp File Reference

(12c62dd243dd139023fa1fc5c3a7c0fd8e3ee0ba)

#include <QObject>
#include <QDebug>
#include <QProperty>
#include "main.moc"
+ Include dependency graph for src_corelib_kernel_qproperty.cpp:

Go to the source code of this file.

Classes

class  MyClass
 [4] More...
 
class  CustomType
 [1] More...
 
class  Foo
 [4] More...
 
class  Client
 [4] More...
 
class  MyClassPrivate
 

Functions

 Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS (MyClass, CustomType xProp, CustomType(5, 10), &MyClass::xChanged) void usage_QBindable()
 [2]
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 96 of file src_corelib_kernel_qproperty.cpp.

References QObject::connect(), and qDebug.

+ Here is the call graph for this function:

◆ Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS()

Q_OBJECT_BINDABLE_PROPERTY_WITH_ARGS ( MyClass ,
CustomType xProp,
CustomType(5, 10) ,
&MyClass::xChanged  )

[2]

[3]

[3]

Definition at line 61 of file src_corelib_kernel_qproperty.cpp.

References MyClass::bindableX(), myObject, qDebug, and MyClass::x.

+ Here is the call graph for this function: