#include <hk_kdetable.h>
Collaboration diagram for hk_kdetable:

Public Slots | |
| void | designbutton_clicked (void) |
| void | tablebutton_clicked (void) |
| void | close_table (void) |
Signals | |
| void | signal_closed (QWidget *) |
Public Member Functions | |
| hk_kdetable (QWidget *w=0, const char *n=0, WFlags f=0) | |
| virtual bool | set_mode (enum_mode s) |
| bool | in_designmode (void) |
| virtual void | set_datasource (hk_datasource *) |
| hk_datasource * | datasource (void) |
| void | set_autoclose (bool c) |
| void | set_nodesignmode (bool n) |
| hk_dsgrid * | grid (void) |
Protected Member Functions | |
| virtual void | before_source_vanishes (void) |
| void | closeEvent (QCloseEvent *e) |
Protected Attributes | |
| hk_kdetoolbar * | toolbar |
| hk_kdegrid * | p_grid |
| hk_kdetabledesign * | p_design |
|
|
true if the design window is shown |
|
|
when the datasource vanishes (i.e. will be destroyed) and autoclose is true, the hk_kdetable will be closed otherwise it still is on your screen. |
|
|
if the designwindow should not be shown set this true. Default is false. |
1.4.1