Virtual class for RFID plugin of BPS Workplace.
More...
#include <bpsrfidplugin.h>
List of all members.
Detailed Description
Virtual class for RFID plugin of BPS Workplace.
Place the dynamic library in the plugins/bpsrfid folder.
Member Function Documentation
| virtual bool BpsRfidPlugin::check |
( |
BpsDatastore * |
aDatastore | ) |
const [pure virtual] |
Check if plugin is available for usage, e.g.
it is licensed.
- Parameters:
-
| aDatastore | The datastore to use. |
- Returns:
- True when RFID plugin is available, false when not.
Create the config widget and return a pointer to it.
The widget is owned by the caller.
- Parameters:
-
| aDatastore | The datastore to use. |
| aParent | The parent widget. |
- Returns:
- Pointer to the new widget, or 0 if RFID plugin is not available for use (see check).
| virtual BpsRfid* BpsRfidPlugin::createRfid |
( |
BpsDatastore * |
aDatastore, |
|
|
QObject * |
aParent = 0 |
|
) |
| const [pure virtual] |
Create a RFID object and return a pointer to it.
- Parameters:
-
| aDatastore | The datastore to use. |
| aParent | The parent object. |
- Returns:
- Pointer to the new object, or 0 if RFID plugin is not available for use, the settings parameters are invalid, or the RFID interface can not be opened.
Find the available RFID plugin with the given ID.
- Parameters:
-
| aDatastore | The datastore to use. |
| aId | The RFID ID, for example "rodataos". |
- Returns:
- The plugin, or 0 if no RFID plugin with this id was found or it is not available for use.
Get list of all RFID plugins available for usage.
- Parameters:
-
| aDatastore | The datastore to use. |
- Returns:
- List of available RFID plugins.
| virtual QString BpsRfidPlugin::rfidId |
( |
| ) |
const [pure virtual] |
- Returns:
- The RFID identifier, for example "rodataos".
| virtual QString BpsRfidPlugin::rfidName |
( |
| ) |
const [pure virtual] |
- Returns:
- The RFID name in current language, for example "Rodata GMOS"
The documentation for this class was generated from the following file: