|
Namespaces |
namespace | std |
Typedefs |
typedef bool | yesno_dialogtype (const hk_string &, bool) |
typedef hk_string | translatefunctiontype (const hk_string &) |
typedef void | password_dialogtype (hk_connection *, struct_connectionfields *) |
typedef bool | newpassword_dialogtype (hk_string &) |
typedef hk_string | stringvalue_dialogtype (const hk_string &) |
typedef hk_string | file_dialogtype (const hk_string &, enum_operationmode) |
typedef bool | progress_dialogtype (long int, long int, const hk_string &) |
Enumerations |
enum | enum_operationmode { file_open,
file_save
} |
Functions |
class class typedef void | messagewindowtype (const hk_string &) |
void | show_warningmessage (const hk_string &m) |
bool | show_yesnodialog (const hk_string &m, bool default_value) |
hk_string | show_filedialog (const hk_string &f="", enum_operationmode m=file_open) |
hk_string | show_directorydialog (const hk_string &t) |
hk_string | show_stringvaluedialog (const hk_string &t) |