Documents > BPS V2 C++ API
BpsComboBoxField Class Reference

Table field to be handled by a combo box with fixed list of dropdown values. More...

#include <bpstablefield.h>

+ Inheritance diagram for BpsComboBoxField:

List of all members.

Public Member Functions

 BpsComboBoxField (const QString &aHeader, const QString &aColumn, const BpsComboBoxOptions &aOptions)

Detailed Description

Table field to be handled by a combo box with fixed list of dropdown values.


Constructor & Destructor Documentation

BpsComboBoxField::BpsComboBoxField ( const QString &  aHeader,
const QString &  aColumn,
const BpsComboBoxOptions aOptions 
)
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]aOptionsThe options as a list of keys and display texts.

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