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


Signals | |
| void | signal_closed (QWidget *) |
| void | signal_qbetypechanged (void) |
Public Member Functions | |
| virtual bool | set_mode (enum_mode s) |
| bool | in_designmode (void) const |
| virtual void | set_datasource (hk_datasource *) |
| void | set_autoclose (bool c) |
| bool | autoclose (void) const |
| void | set_nodesignmode (bool n) |
| bool | save_query (const hk_string &n="", bool ask=true) |
| bool | load_query (void) |
| hk_dsgrid * | grid (void) |
| virtual hk_qbe * | qbe (void) |
| hk_kdeqbe * | kdeqbe (void) const |
| virtual void | reset_has_changed (void) |
| virtual void | show_widget (void) |
| virtual void | hide_widget (void) |
| virtual bool | close_widget (void) |
Protected Slots | |
| void | qbe_has_changed (void) |
| void | exec_cancelled (void) |
Static Protected Member Functions | |
| static bool | set_progress (long int, long int, const hk_string &) |
Friends | |
| class | hk_kdequerypart |
KDE high level widget to define queries and see the result.
hk_kdequerypartwidget 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_kdequerypartwidget also handles actionqueries correctly.
| bool hk_kdequerypartwidget::in_designmode | ( | void | ) | const |
returns true if the sqlwindow or the qbe window is shown. Else returns false (when the result data is shown)
Referenced by hk_kdequery::in_designmode().
| void hk_kdequerypartwidget::set_autoclose | ( | bool | c | ) |
when the datasource vanishes (i.e. will be destroyed) and autoclose is true, the hk_kdequerypartwidget will be closed otherwise it still is on your screen.
| void hk_kdequerypartwidget::set_nodesignmode | ( | bool | n | ) |
if the designwindow should not be shown set this true. Default is false.
Referenced by hk_kdequery::set_nodesignmode().
1.8.5