QtBase  v6.3.1
Classes | Functions
src_corelib_kernel_qproperty.cpp File Reference
#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...
 
struct  CustomType
 [1] More...
 
struct  Foo
 [4] More...
 
class  Client
 [0] More...
 
class  MyClassPrivate
 

Functions

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

Function Documentation

◆ main()

int main ( void  )

Definition at line 143 of file src_corelib_kernel_qproperty.cpp.

◆ 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 108 of file src_corelib_kernel_qproperty.cpp.

Here is the call graph for this function: