Documents > BPS V2 C++ API
BpsLabelerInput Class Reference

A combo box to select an option from an available labeler. More...

#include <bpslabelerinput.h>

List of all members.

Public Slots

void setLabelerKey (const QVariant &aKey)
 Set the current labeler table key.

Signals

void labelerKeyChanged (const QVariant &aKey)
 This signal is emitted when another option got selected.

Public Member Functions

 BpsLabelerInput (BpsDatastore *aDatastore, QWidget *aParent=0)
QVariant labelerKey () const

Detailed Description

A combo box to select an option from an available labeler.


Constructor & Destructor Documentation

BpsLabelerInput::BpsLabelerInput ( BpsDatastore aDatastore,
QWidget *  aParent = 0 
)
Parameters:
[in]aDatastoreThe datastore connection to use.
[in]aParentThe parent widget.

Member Function Documentation

QVariant BpsLabelerInput::labelerKey ( ) const
Returns:
The current labeler table key.
void BpsLabelerInput::labelerKeyChanged ( const QVariant &  aKey) [signal]

This signal is emitted when another option got selected.

Parameters:
[in]aKeyThe new labeler table key.
void BpsLabelerInput::setLabelerKey ( const QVariant &  aKey) [slot]

Set the current labeler table key.

Parameters:
[in]aKeyThe new key to set.

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