Documents > BPS V2 C++ API

A a read only combo box to select a BPS barcode type. More...

#include <bpsbarcodeinput.h>

List of all members.

Public Slots

void setBarcodeId (const QString &aId)
 Set the current barcode type ID.

Signals

void barcodeIdChanged (const QString &aId)
 This signal is emitted when another barcode type got selected.

Public Member Functions

QString barcodeId () const
 BpsBarcodeInput (QWidget *aParent=0)

Static Public Member Functions

static QMap< QString, QString > options ()

Detailed Description

A a read only combo box to select a BPS barcode type.


Constructor & Destructor Documentation

BpsBarcodeInput::BpsBarcodeInput ( QWidget *  aParent = 0)
Parameters:
[in]aParentThe parent widget.

Member Function Documentation

QString BpsBarcodeInput::barcodeId ( ) const
Returns:
The currently selected barcode type ID.
void BpsBarcodeInput::barcodeIdChanged ( const QString &  aId) [signal]

This signal is emitted when another barcode type got selected.

Parameters:
[in]aIdThe new barcode type ID.
static QMap<QString,QString> BpsBarcodeInput::options ( ) [static]
Returns:
A map of the barcode ID's (key) to the localized long description (value).
void BpsBarcodeInput::setBarcodeId ( const QString &  aId) [slot]

Set the current barcode type ID.

Parameters:
[in]aIdThe new id to set.

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