|
Databasehandlingdialogclasses
0.5.3
|
KDE high level widget to define queries and see the result. More...
#include <hk_kdequery.h>


Public Slots | |
| void | close_query (void) |
Signals | |
| void | signal_closed (QWidget *) |
Public Member Functions | |
| 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) |
Protected Slots | |
| void | part_removed (void) |
| void | createGUI (KParts::Part *part) |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *e) |
| virtual void | before_source_vanishes (void) |
KDE high level widget to define queries and see the result.
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.
| 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)
References hk_kdequerypartwidget::in_designmode().
| void hk_kdequery::set_nodesignmode | ( | bool | n | ) |
if the designwindow should not be shown set this true. Default is false.
References hk_kdequerypartwidget::set_nodesignmode().
1.8.5