#include <hk_kdetablepartwidget.h>
Public Slots | |
| void | close_table (void) |
| void | save_table (void) |
| void | slot_has_changed (void) |
| void | designbutton_clicked (void) |
| void | tablebutton_clicked (void) |
| void | set_caption (void) |
Signals | |
| void | signal_closed (QWidget *) |
Public Member Functions | |
| virtual bool | set_mode (enum_mode s) |
| virtual void | set_datasource (hk_datasource *) |
| hk_datasource * | datasource (void) |
| void | set_autoclose (bool c) |
| hk_dsgrid * | grid (void) const |
| hk_kdegrid * | kdegrid (void) const |
| hk_kdetoolbar * | toolbar (void) const |
| KParts::ReadWritePart * | gridpart (void) const |
| bool | in_designmode (void) |
| virtual void | show_widget (void) |
| virtual void | hide_widget (void) |
| virtual bool | close_widget (void) |
| void | alter_table (void) |
Protected Slots | |
| void | exec_cancelled (void) |
Protected Member Functions | |
| void | internal_designbutton_clicked (void) |
| void | internal_tablebutton_clicked (void) |
| hk_kdetablepartwidget (QWidget *w, const char *n=0, WFlags f=0) | |
| virtual void | before_source_vanishes (void) |
| void | closeEvent (QCloseEvent *e) |
Static Protected Member Functions | |
| static bool | set_progress (long int, long int, const hk_string &) |
Protected Attributes | |
| hk_kdetoolbar * | p_toolbar |
| hk_kdegrid * | p_grid |
| hk_kdetabledesign * | p_design |
| KRadioAction * | p_designaction |
| KRadioAction * | p_viewaction |
| KAction * | p_filterdefinitionaction |
| KToggleAction * | p_filterexecaction |
| KAction * | p_printaction |
| KAction * | p_columndialogaction |
| KAction * | p_findaction |
| KAction * | p_copyaction |
| KAction * | p_pasteaction |
| KAction * | p_saveaction |
Friends | |
| class | hk_kdetablepart |
| void hk_kdetablepartwidget::set_datasource | ( | hk_datasource * | d | ) | [virtual] |
true if the design window is shown
| void hk_kdetablepartwidget::set_autoclose | ( | bool | c | ) | [inline] |
when the datasource vanishes (i.e. will be destroyed) and autoclose is true, the hk_kdetablepartwidget will be closed otherwise it still is on your screen.
1.5.3