Table field to be handled by a dual-state check box. More...
#include <bpstablefield.h>
Inheritance diagram for BpsCheckBoxField:Public Member Functions | |
| BpsCheckBoxField (const QString &aHeader, const QString &aColumn, const QString &aUnchecked, const QString &aUncheckedDisplay, const QString &aChecked, const QString &aCheckedDisplay) | |
Table field to be handled by a dual-state check box.
| BpsCheckBoxField::BpsCheckBoxField | ( | const QString & | aHeader, |
| const QString & | aColumn, | ||
| const QString & | aUnchecked, | ||
| const QString & | aUncheckedDisplay, | ||
| const QString & | aChecked, | ||
| const QString & | aCheckedDisplay | ||
| ) |
| [in] | aHeader | The column header. |
| [in] | aColumn | The whole column expression. This may also be something like "func(c_key) as c_fcol" where the whole expression will be returned as wholeColumn(), and column() will return the alias part "c_fcol" only. |
| [in] | aUnchecked | Text for the unchecked state. |
| [in] | aUncheckedDisplay | Display text for the unchecked state. |
| [in] | aChecked | Text for the checked state. |
| [in] | aCheckedDisplay | Display text for the checked state. |