Databasehandlingdialogclasses  0.5.3
Public Slots | Signals | Public Member Functions | Protected Member Functions | Friends | List of all members
hk_kdemodulepartwidget Class Reference

KDE high level widget to define queries and see the result. More...

#include <hk_kdemodulepartwidget.h>

Inheritance diagram for hk_kdemodulepartwidget:
Inheritance graph
[legend]
Collaboration diagram for hk_kdemodulepartwidget:
Collaboration graph
[legend]

Public Slots

void module_changed (void)
 
void savebutton_clicked (void)
 
void saveasbutton_clicked (void)
 
void close_module (void)
 
void print (void)
 
void copy_clicked (void)
 
void paste_clicked (void)
 
void replace_clicked (void)
 
void find_clicked (void)
 
void findnext_clicked (void)
 
void findprevious_clicked (void)
 
void cut_clicked (void)
 
void undo_clicked (void)
 
void redo_clicked (void)
 
void selectall_clicked (void)
 
void configeditor_clicked (void)
 
virtual void show ()
 
virtual void showMaximized ()
 

Signals

void signal_closed (QWidget *)
 

Public Member Functions

void set_autoclose (bool c)
 
bool autoclose (void) const
 
virtual void reset_has_changed (void)
 
virtual void show_widget (void)
 
virtual void hide_widget (void)
 
virtual bool close_widget (void)
 
bool save_module (const hk_string &n="", bool ask=true)
 
bool load_module (const hk_string &n="")
 
bool has_changed ()
 
void set_block_has_changed (bool)
 

Protected Member Functions

 hk_kdemodulepartwidget (hk_kdemodulepart *, QWidget *w=0, const char *n=0, WFlags f=0)
 
virtual void before_source_vanishes (void)
 
virtual void closeEvent (QCloseEvent *e)
 
void keyPressEvent (QKeyEvent *e)
 
virtual void set_has_changed (enum_has_changed forcesetting=standard)
 

Friends

class hk_kdemodulepart
 

Detailed Description

KDE high level widget to define queries and see the result.

Version
Revision
1.2
Author
Horst Knorr (hk_cl.nosp@m.asse.nosp@m.s@kno.nosp@m.da.o.nosp@m.rg)

hk_kdemodulepartwidget is a high level widget to define queries and see the result. In this mode of development it has a field to enter the SQL module and a grid which shows the resulting data if there is any. hk_kdemodulepartwidget also handles actionqueries correctly.

Member Function Documentation

◆ set_autoclose()

void hk_kdemodulepartwidget::set_autoclose ( bool  c)

when the datasource vanishes (i.e. will be destroyed) and autoclose is true, the hk_kdemodulepartwidget will be closed otherwise it still is on your screen.


The documentation for this class was generated from the following files: