This website requires JavaScript.
Explore
Help
Sign In
graphics
/
paysages3d
Watch
1
Star
0
Fork
You've already forked paysages3d
0
Code
Releases
Activity
06cd5e31fd
paysages3d
/
src
/
interface
/
modeler
/
PropertyBind.cpp
5 lines
93 B
C++
Raw
Normal View
History
Unescape
Escape
Added FloatPropertyBind class This allows to easily bind a Qml property to a FloatNode, synchronizing values both ways.
2015-08-18 23:17:49 +00:00
#
include
"PropertyBind.h"
Enforced coding style using clang-format
2015-11-09 21:30:46 +00:00
PropertyBind
:
:
PropertyBind
(
QObject
*
parent
)
:
QObject
(
parent
)
{
Added FloatPropertyBind class This allows to easily bind a Qml property to a FloatNode, synchronizing values both ways.
2015-08-18 23:17:49 +00:00
}
Copy permalink