|
Albert
|
Go to the source code of this file.
Namespaces | |
| namespace | albert |
Functions | |
Property editor bindings | |
| template<typename T , typename GET , typename SET > | |
| void | albert::bindWidget (QCheckBox *checkbox, T *object, GET get, SET set) |
Binds a property of type bool of object to checkbox. | |
| template<typename T , typename GET , typename SET , typename SIG > | |
| void | albert::bindWidget (QCheckBox *checkbox, T *object, GET get, SET set, SIG sig) |
Binds a property of type bool of object to checkbox. | |
| template<typename T , typename GET , typename SET > | |
| void | albert::bindWidget (QLineEdit *lineedit, T *object, GET get, SET set) |
Binds a property of type QString of object to lineedit. | |
| template<typename T , typename GET , typename SET , typename SIG > | |
| void | albert::bindWidget (QLineEdit *lineedit, T *object, GET get, SET set, SIG sig) |
Binds a property of type QString of object to lineedit. | |
| template<typename T , typename GET , typename SET > | |
| void | albert::bindWidget (QSpinBox *spinbox, T *object, GET get, SET set) |
Binds a property of type int of object to spinbox. | |
| template<typename T , typename GET , typename SET , typename SIG > | |
| void | albert::bindWidget (QSpinBox *spinbox, T *object, GET get, SET set, SIG sig) |
Binds a property of type int of object to spinbox. | |
| template<typename T , typename GET , typename SET > | |
| void | albert::bindWidget (QDoubleSpinBox *spinbox, T *object, GET get, SET set) |
Binds a property of type double of object to spinbox. | |
| template<typename T , typename GET , typename SET , typename SIG > | |
| void | albert::bindWidget (QDoubleSpinBox *spinbox, T *object, GET get, SET set, SIG sig) |
Binds a property of type double of object to spinbox. | |