Documents > BPS V2 C++ API
BpsCheckBoxField Class Reference

Table field to be handled by a dual-state check box. More...

#include <bpstablefield.h>

+ Inheritance diagram for BpsCheckBoxField:

List of all members.

Public Member Functions

 BpsCheckBoxField (const QString &aHeader, const QString &aColumn, const QString &aUnchecked, const QString &aUncheckedDisplay, const QString &aChecked, const QString &aCheckedDisplay)

Detailed Description

Table field to be handled by a dual-state check box.


Constructor & Destructor Documentation

BpsCheckBoxField::BpsCheckBoxField ( const QString &  aHeader,
const QString &  aColumn,
const QString &  aUnchecked,
const QString &  aUncheckedDisplay,
const QString &  aChecked,
const QString &  aCheckedDisplay 
)
Parameters:
[in]aHeaderThe column header.
[in]aColumnThe 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]aUncheckedText for the unchecked state.
[in]aUncheckedDisplayDisplay text for the unchecked state.
[in]aCheckedText for the checked state.
[in]aCheckedDisplayDisplay text for the checked state.

The documentation for this class was generated from the following file: