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

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

#include <hk_kdequery.h>

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

Public Slots

void close_query (void)
 

Signals

void signal_closed (QWidget *)
 

Public Member Functions

 hk_kdequery (QWidget *w=0, const char *n=0, WFlags f=0)
 
virtual bool set_mode (enum_mode s)
 
bool in_designmode (void) const
 
void set_nodesignmode (bool n)
 
virtual void set_datasource (hk_datasource *)
 
bool save_query (const hk_string &n="", bool ask=true)
 
bool load_query (void)
 
void set_autoclose (bool c)
 

Protected Slots

void part_removed (void)
 
void createGUI (KParts::Part *part)
 

Protected Member Functions

virtual void closeEvent (QCloseEvent *e)
 
virtual void before_source_vanishes (void)
 

Detailed Description

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

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

hk_kdequery 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 query and a grid which shows the resulting data if there is any. hk_kdequery also handles actionqueries correctly.

Member Function Documentation

◆ in_designmode()

bool hk_kdequery::in_designmode ( void  ) const

returns true if the sqlwindow or the qbe window is shown. Else returns false (when the result data is shown)

◆ set_nodesignmode()

void hk_kdequery::set_nodesignmode ( bool  n)

if the designwindow should not be shown set this true. Default is false.


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