Documents > BPS V2 C++ API
BpsStockLocationInputField Class Reference

Table field to edit or select a stock location. More...

#include <bpstablefield.h>

+ Inheritance diagram for BpsStockLocationInputField:

List of all members.

Public Member Functions

 BpsStockLocationInputField (const QString &aHeader, const QString &aColumn)

Detailed Description

Table field to edit or select a stock location.


Constructor & Destructor Documentation

BpsStockLocationInputField::BpsStockLocationInputField ( const QString &  aHeader,
const QString &  aColumn 
)
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.

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