Public Member Functions

cl7::system::msgbox Class Reference

#include <msgbox.h>

List of all members.

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)

Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines