#include <msgbox.h>
Public Member Functions | |
| msgbox (void) | |
| msgbox (const cl7::string_type &msg, unsigned type=MB_OK) | |
| msgbox (const cl7::string_type &msg, const cl7::string_type &title, unsigned type=MB_OK) | |
| ~msgbox (void) | |
| int | GetReturnValue () const |
| int | Show (const cl7::string_type &msg, unsigned type=MB_OK) |
| int | Show (const cl7::string_type &msg, const cl7::string_type &title, unsigned type=MB_OK) |
| cl7::system::msgbox::msgbox | ( | void | ) |
Default constructor. Does not show a message box. You have to call function Show manually.
| cl7::system::msgbox::msgbox | ( | const cl7::string_type & | msg, | |
| unsigned | type = MB_OK | |||
| ) |
Explicit constructor. Immediately shows a message box with the given parameters.
| cl7::system::msgbox::msgbox | ( | const cl7::string_type & | msg, | |
| const cl7::string_type & | title, | |||
| unsigned | type = MB_OK | |||
| ) |
Explicit constructor. Immediately shows a message box with the given parameters.
| cl7::system::msgbox::~msgbox | ( | void | ) |
Destructor.
| int cl7::system::msgbox::GetReturnValue | ( | ) | const [inline] |
Returns the return value.
| int cl7::system::msgbox::Show | ( | const cl7::string_type & | msg, | |
| const cl7::string_type & | title, | |||
| unsigned | type = MB_OK | |||
| ) |
Shows a message box with the given parameters.
| int cl7::system::msgbox::Show | ( | const cl7::string_type & | msg, | |
| unsigned | type = MB_OK | |||
| ) |
Shows a message box with the given parameters.
1.7.1