Source: hk_kdeclasses/hk_kdeclasses/hk_kdemessages.h
|
|
|
|
// ****************************************************************************
// copyright (c) 2000-2002 Horst Knorr
// This file is part of the hk_kdeclasses library.
// This file may be distributed and/or modified under the terms of the
// GNU Library Public License version 2 as published by the Free Software
// Foundation and appearing in the file LGPL included in the
// packaging of this file.
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// ****************************************************************************
//$Revision: 1.2 $
#ifndef HK_KDEMESSAGES
#define HK_KDEMESSAGES
#include
#include
/**
* displays the text w.
*/
void hk_kdewarning(const hk_string& w);
/**
* dialog with a "yes" and a "no" button.
*/
bool hk_kdeyesno_dialog(const hk_string& w,bool default_return);
/**
* dialog which asks for host,user,password and sqlserver if necessary
*/
void hk_kdepassworddlg(hk_connection*,struct_connectionfields* c);
hk_string hk_kdetranslate(const hk_string& t);
hk_string hk_kdedriverselectdialog(void);
hk_string hk_kdestringvaluedialog(const hk_string&);
void set_kdestandarddialogs(void);
#endif
Generated by: horst on horstnotebook on Wed Sep 24 10:38:50 2003, using kdoc 2.0a54. |