|
enum | enum_showmode { sm_all,
sm_central,
sm_local
} |
|
|
virtual void | new_clicked () |
|
virtual void | start_clicked () |
|
virtual void | alter_clicked () |
|
virtual void | delete_clicked () |
|
void | copy (void) |
|
void | paste (void) |
|
void | copying_cancelled () |
|
|
void | signal_new_database (void) |
|
void | signal_delete_database (const QString &) |
|
void | signal_reload_databases (void) |
|
void | signal_new_table (void) |
|
void | signal_delete_table (const QString &) |
|
void | signal_designmode_table (const QString &) |
|
void | signal_viewmode_table (const QString &) |
|
void | signal_new_view (void) |
|
void | signal_delete_view (const QString &) |
|
void | signal_designmode_view (const QString &) |
|
void | signal_viewmode_view (const QString &) |
|
void | signal_new_query (void) |
|
void | signal_delete_query (const QString &) |
|
void | signal_designmode_query (const QString &) |
|
void | signal_viewmode_query (const QString &) |
|
void | signal_new_form (void) |
|
void | signal_delete_form (const QString &) |
|
void | signal_designmode_form (const QString &) |
|
void | signal_viewmode_form (const QString &) |
|
void | signal_new_report (void) |
|
void | signal_delete_report (const QString &) |
|
void | signal_designmode_report (const QString &) |
|
void | signal_viewmode_report (const QString &) |
|
void | signal_new_module (void) |
|
void | signal_delete_module (const QString &) |
|
void | signal_designmode_module (const QString &) |
|
|
| hk_kdedblistview (QWidget *parent=0L, const char *name=0L) |
|
void | set_database (hk_database *) |
|
bool | is_tableitem (QListViewItem *, bool includingheader=false) |
|
bool | is_queryitem (QListViewItem *, bool includingheader=false) |
|
bool | is_viewitem (QListViewItem *, bool includingheader=false) |
|
bool | is_formitem (QListViewItem *, bool includingheader=false) |
|
bool | is_reportitem (QListViewItem *, bool includingheader=false) |
|
bool | is_moduleitem (QListViewItem *, bool includingheader=false) |
|
bool | is_databaseitem (QListViewItem *) |
|
bool | is_headeritem (QListViewItem *) |
|
bool | is_tableitem (bool includingheader=false) |
|
bool | is_queryitem (bool includingheader=false) |
|
bool | is_viewitem (bool includingheader=false) |
|
bool | is_formitem (bool includingheader=false) |
|
bool | is_reportitem (bool includingheader=false) |
|
bool | is_moduleitem (bool includingheader=false) |
|
bool | is_databaseitem (void) |
|
bool | is_headeritem (void) |
|
bool | is_tableheader (void) |
|
bool | is_queryheader (void) |
|
bool | is_viewheader (void) |
|
bool | is_formheader (void) |
|
bool | is_reportheader (void) |
|
bool | is_tableheader (QListViewItem *) |
|
bool | is_queryheader (QListViewItem *) |
|
bool | is_viewheader (QListViewItem *) |
|
bool | is_formheader (QListViewItem *) |
|
bool | is_reportheader (QListViewItem *) |
|
bool | is_moduleheader (QListViewItem *) |
|
bool | cancel (void) |
|
void | reload_lists (void) |
|
void | set_showmode (enum_showmode) |
|
enum_showmode | showmode (void) const |
|
|
static void | set_use_singleclick (bool) |
|
static bool | use_singleclick (void) |
|
|
void | item_clicked (QListViewItem *) |
|
void | item_doubleclicked (QListViewItem *) |
|
void | slot_drop (QDropEvent *) |
|
|
QDragObject * | dragObject () |
|
void | item_selected (QListViewItem *) |
|
virtual void | list_changes (listtype type) |
|
virtual bool | acceptDrag (QDropEvent *) const |
|
bool | decode_action (QMimeSource *event) |
|
bool | copy_presentationfile (void) |
|
bool | copy_table (void) |
|
bool | copy_view (void) |
|
bool | copy_database (void) |
|
hk_connection * | find_connection (void) |
|
|
static bool | set_progress (long int, long int, const hk_string &) |
|
The documentation for this class was generated from the following files: