class toResultCombo

This widget displays the result of a query where each field is added as an item to a combobox. More...

Definition#include <toresultcombo.h>
InheritsQComboBox (qt) [public ], toResult [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals


Detailed Description

This widget displays the result of a query where each field is added as an item to a combobox.

 toResultCombo (QWidget *parent,const char *name=NULL)

toResultCombo

Create the widget.

Parameters:
parentParent widget.
nameName of widget.

 ~toResultCombo ()

~toResultCombo

Destruct object

void  query (const QString &sql,const toQList &param)

query

[virtual]

Reimplemented for internal reasons.

Reimplemented from toResult.

void  clearAdditional ()

clearAdditional

[virtual]

Clear list of additional items.

void  additionalItem (const QString &item)

additionalItem

[virtual]

Item to add before the query is read. Can be called several times.

bool  canHandle (toConnection &)

canHandle

[virtual]

Handle any connection by default

Reimplemented from toResult.

void  setSelected (const QString &sel)

setSelected

Set selected. When the result is read and this value is encountered that item is selected.

QString  selected (void)

selected

Get selected item value. Might not be same as currentText since that item might not have been read yet.

void  setSQL (const QString &sql)

setSQL

Set the SQL statement of this list

Parameters:
sqlString containing statement.

Reimplemented from toResult.

void  setSQL (const toSQL &sql)

setSQL

Set the SQL statement of this list. This will also affect Name.

Parameters:
sqlSQL containing statement.

Reimplemented from toResult.

void  query (const QString &sql)

query

Set new SQL and run query.

Parameters:
sqlNew sql.

See also: setSQL

Reimplemented from toResult.

void  query (const toSQL &sql)

query

Set new SQL and run query.

Parameters:
sqlNew sql.

See also: setSQL

Reimplemented from toResult.

void  query (const toSQL &sql,toQList &par)

query

Set new SQL and run query.

Parameters:
sqlNew sql.

See also: setSQL

Reimplemented from toResult.

void  done (void)

done

[signal]

Done reading the query.

void  refresh (void)

refresh

[virtual slot]

Reimplemented for internal reasons.

Reimplemented from toResult.

void  changeParams (const QString &Param1)

changeParams

[virtual slot]

Reimplemented for internal reasons.

Reimplemented from toResult.

void  changeParams (const QString &Param1,const QString &Param2)

changeParams

[virtual slot]

Reimplemented For internal reasons.

Reimplemented from toResult.

void  changeParams (const QString &Param1,const QString &Param2,const QString &Param3)

changeParams

[virtual slot]

Reimplemented for internal reasons.

Reimplemented from toResult.