#include <qlabdbcombo.h>
Inheritance diagram for QlabDbCombo:
All QlabDbCombo inheritors allow opaque selection of various data and present them to the user in a combo box selector.
You even can use this class directly, while this is not a good practice. One should always subclass and specify this class.
|
Describes the needed auto select mode. As stated in LAB general rules, one does not really delete data from collections, but inactivate them to preserve integrity for full system. Real delete happens when all delete rules are met. |
|
Constructs a new instance of QlabDbCombo.
|
|
Destroys the instance of QlabDbCombo.
|
|
Returns the current ActiveState filter Status.
|
|
Returns the Data Elements entries involved in combo.
|
|
Returns the current Data Selection filter.
|
|
Returns the Item ID belonging to text.
|
|
Emited whenever the active selection changes. Sends the unique Object ID for the selected Item. |
|
Returns the current Item ID. Item ID is the effective Unique Object ID for the item. It can be directed to an associate data Element slot. |
|
Element Mapper. If populate is TRUE, Populates the map with name and id Else retrieves an id from its name or a name from id.
|
|
Returns current ordering string.
|
|
rehashes the map according to system parameters
|
|
Sets the Combo Element with data as Active Element.
|
|
Sets the id Item as active Element.
|
|
Sets the current ActiveState filter Status.
|
|
Sets the Data Elements entries involved in combo to lst.
|
|
Sets the Data Selection filter to flt.
|
|
Sets Current Item ID to id.
This ID MUST be an existing Unique Object ID in the Data Collection. |
|
Sets the combo data ordering to ordering.
|
|
Sets the active table name to table.
|
|
Returns the active table name.
|
|
Returns the whole Data Collection embedded in combo. This is only for completeness as no one really needs it, except for debugging purposes. |
|
Current active State.
For internal use only.
|
|
Default Filter as stated by widget instanciator.
For internal use only.
|
|
Presented Data Elements.
For internal use only.
|
|
Flag telling if the widget is in Init State |
|
Current Element activated Item ID.
For internal use only.
|
|
Main Data Collection Table Name.
For internal use only.
|
|
Data Element used to sort the list.
For internal use only.
|
|
Reverse Item Name to ID Map - Here for speed.
For internal use only.
|
|
Direct Item Name to ID Map - Here for speed.
For internal use only.
|