KDE high level widget to display and alter tables.
More...
#include <hk_kdetablepartwidget.h>
|
void | close_table (void) |
|
void | save_table (void) |
|
void | reload_table (void) |
|
void | slot_has_changed (void) |
|
void | designbutton_clicked (void) |
|
void | tablebutton_clicked (void) |
|
void | set_caption (void) |
|
|
void | signal_closed (QWidget *) |
|
|
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) |
|
|
void | exec_cancelled (void) |
|
|
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 bool | set_progress (long int, long int, const hk_string &) |
|
|
hk_kdetoolbar * | p_toolbar |
|
hk_kdegrid * | p_grid |
|
hk_kdetabledesign * | p_design |
|
KRadioAction * | p_designaction |
|
KRadioAction * | p_viewaction |
|
KToggleAction * | p_filterdefinitionaction |
|
KToggleAction * | p_filterexecaction |
|
KAction * | p_printaction |
|
KAction * | p_columndialogaction |
|
KAction * | p_findaction |
|
KAction * | p_copyaction |
|
KAction * | p_pasteaction |
|
KAction * | p_saveaction |
|
KAction * | p_reloadaction |
|
KDE high level widget to display and alter tables.
- Version
- Revision
- 1.10
- Author
- Horst Knorr (hk_cl.nosp@m.asse.nosp@m.s@kno.nosp@m.da.o.nosp@m.rg)
hk_kdetablepartwidget is a high level widget to display the content of tables and to define and alter the table structure.
◆ set_autoclose()
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.
◆ set_datasource()
void hk_kdetablepartwidget::set_datasource |
( |
hk_datasource * |
d | ) |
|
|
virtual |
The documentation for this class was generated from the following files: