Documents > BPS V2 C++ API
bpstablefield.h File Reference

Public include file for BpsTableField. More...

#include "bpsgui_global.h"
#include <QList>
#include <QVariant>

Go to the source code of this file.

Classes

class  BpsArticleInputField
 Table field to edit or select an article. More...
class  BpsBarcodeComboBoxField
 Table field to be handled by a bar code type combo box. More...
class  BpsCheckBoxField
 Table field to be handled by a dual-state check box. More...
class  BpsColorComboBoxField
 Table field to be handled by a standard color combo box. More...
class  BpsComboBoxField
 Table field to be handled by a combo box with fixed list of dropdown values. More...
class  BpsCronEditField
 Table field to be handled as a CRON schedule definition. More...
class  BpsDateTimeField
 Table field to be handled by a date/time edit, with support for BPS validator settings. More...
class  BpsImageField
 Table field for images, where the image is stores in a byte array as JPG or PNG file. More...
class  BpsLabelerInputField
 Table field as combo box filled with options referring to keys of t_labelers. More...
class  BpsLineEditField
 Table field to be handled by a line edit, with support for BPS masks. More...
class  BpsNvlDateTimeField
 Table field for date or date/time values handled by a line edit. More...
class  BpsPartnerInputField
 Table field to edit or select a partner. More...
class  BpsRelationInputField
 Table field as combo box filled with options from a relation table. More...
class  BpsSpecialField
 Table field to be handled by a external editor. More...
class  BpsSpinBoxField
 Table field to be handled by a spin box, with support for min/max settings. More...
class  BpsStockLocationInputField
 Table field to edit or select a stock location. More...
class  BpsTableField
 Abstract base class for table fields. More...
class  BpsTextEditField
 Table field to be handled by a text edit. More...

Typedefs

typedef QPair< QVariant, QString > BpsComboBoxOption
 Single option used with BpsComboBoxField.
typedef QList< BpsComboBoxOptionBpsComboBoxOptions
 List of options to be used with BpsComboBoxField.

Detailed Description

Public include file for BpsTableField.