#include <popup_message.h>
|
static void | g_complain (HWND parent, const char *whatFailed, const char *msg) |
|
static void | g_complain (HWND parent, const char *whatFailed, const std::exception &e) |
|
static void | g_show (HWND parent, const char *msg, const char *title="Information") |
|
- Since
- 1.1
Definition at line 38 of file popup_message.h.
void popup_message_v2::g_complain |
( |
HWND |
parent, |
|
|
const char * |
whatFailed, |
|
|
const char * |
msg |
|
) |
| |
|
static |
void popup_message_v2::g_complain |
( |
HWND |
parent, |
|
|
const char * |
whatFailed, |
|
|
const std::exception & |
e |
|
) |
| |
|
static |
void popup_message_v2::g_show |
( |
HWND |
parent, |
|
|
const char * |
msg, |
|
|
const char * |
title = "Information" |
|
) |
| |
|
static |
Definition at line 25 of file popup_message.cpp.
29 m->show(parent, msg, title);
bool first(service_ptr_t< t_query > &p_out)
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.
virtual void popup_message_v2::show |
( |
HWND |
parent, |
|
|
const char * |
msg, |
|
|
t_size |
msg_length, |
|
|
const char * |
title, |
|
|
t_size |
title_length |
|
) |
| |
|
pure virtual |
void popup_message_v2::show |
( |
HWND |
parent, |
|
|
const char * |
msg, |
|
|
const char * |
title |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: