Databasehandlingdialogclasses
0.5.3
|
KDE high level widget to display and design reports. More...
#include <hk_kdereportpartwidget.h>
Signals | |
void | signal_closed (QWidget *) |
void | signal_setcaption (const QString &) |
void | signal_raise_form (const hk_string &) |
Public Member Functions | |
bool | set_presentationdatasource (long n, bool r=true) |
long | presentationdatasource (void) |
void | set_database (hk_database *) |
hk_database * | database (void) |
void | set_nodesignmode (bool) |
void | set_mode (hk_presentation::enum_mode s) |
hk_presentation::enum_mode | mode (void) |
hk_kdesimplereport * | simplereport (void) |
bool | load_report (const hk_string &name="") |
bool | while_executing (void) const |
void | stop_execution (void) |
virtual void | show_widget (void) |
virtual void | hide_widget (void) |
virtual bool | close_widget (void) |
void | set_caller_form (const hk_string &) |
hk_string | caller_form (void) const |
Protected Member Functions | |
hk_kdereportpartwidget (hk_kdereportpart *, QWidget *parent=0, const char *name=0, WFlags fl=0) | |
void | closeEvent (QCloseEvent *e) |
Friends | |
class | hk_kdereportpart |
KDE high level widget to display and design reports.
this is a high level widget to display and design reports. It hereby uses hk_kdesimplereport. To use it set the database with set_database. If you want to show or edit an existing reports load it with load_report.