KDE high level widget to define queries and see the result.
More...
#include <hk_kdequery.h>
|
void | signal_closed (QWidget *) |
|
|
| hk_kdequery (QWidget *w=0, const char *n=0, WFlags f=0) |
|
virtual bool | set_mode (enum_mode s) |
|
bool | in_designmode (void) const |
|
void | set_nodesignmode (bool n) |
|
virtual void | set_datasource (hk_datasource *) |
|
bool | save_query (const hk_string &n="", bool ask=true) |
|
bool | load_query (void) |
|
void | set_autoclose (bool c) |
|
|
void | part_removed (void) |
|
void | createGUI (KParts::Part *part) |
|
|
virtual void | closeEvent (QCloseEvent *e) |
|
virtual void | before_source_vanishes (void) |
|
KDE high level widget to define queries and see the result.
- Version
- Revision
- 1.31
- Author
- Horst Knorr (hk_cl.nosp@m.asse.nosp@m.s@kno.nosp@m.da.o.nosp@m.rg)
hk_kdequery is a high level widget to define queries and see the result. In this mode of development it has a field to enter the SQL query and a grid which shows the resulting data if there is any. hk_kdequery also handles actionqueries correctly.
◆ in_designmode()
bool hk_kdequery::in_designmode |
( |
void |
| ) |
const |
returns true if the sqlwindow or the qbe window is shown. Else returns false (when the result data is shown)
◆ set_nodesignmode()
void hk_kdequery::set_nodesignmode |
( |
bool |
n | ) |
|
if the designwindow should not be shown set this true. Default is false.
The documentation for this class was generated from the following files: