Apycom jQuery Menus

Class MessageBoxSense To print a messagebox. More...

#include <SDK_Manila_Sense.h>

Collaboration diagram for MessageBoxSense:

List of all members.

Public Member Functions

 ~MessageBoxSense ()
virtual void loadSurf ()
 load (or reload) surfaces
void updateFrame (DIRECTDRAW_GDI *screen)
 Use this method to redraw message box (used internally).

Static Public Member Functions

static int show (wstring title, wstring message, int type)
 Use this method to show a message box.

Public Attributes

HWND hWnd
 Handle of messageBox.

Detailed Description

Class MessageBoxSense To print a messagebox.

Four type of messagebox: info, Ok/Cancel, Abort/Retry and Yes/No.

Definition at line 1712 of file SDK_Manila_Sense.h.


Constructor & Destructor Documentation

MessageBoxSense::~MessageBoxSense (  ) 

Definition at line 163 of file MessageBoxSense.cpp.


Member Function Documentation

void MessageBoxSense::loadSurf (  )  [virtual]

load (or reload) surfaces

Definition at line 12 of file MessageBoxSense.cpp.

int MessageBoxSense::show ( wstring  title,
wstring  message,
int  type 
) [static]

Use this method to show a message box.

Be careful : if used alone, set the name of your application using GlobalInformations::setName(L"MyName") BEFORE using this method !

Parameters:
title Title of message box
message Message printed
type one of these values : MESSAGE_ALERT, MESSAGE_YESNO, MESSAGE_OKCANCEL or MESSAGE_ABORTRETRY
Returns:
one of these values : MSG_REP_NO, MSG_REP_YES, MSG_REP_CANCEL, MSG_REP_OK, MSG_REP_ABORT or MSG_REP_RETRY

Definition at line 268 of file MessageBoxSense.cpp.

void MessageBoxSense::updateFrame ( DIRECTDRAW_GDI screen  ) 

Use this method to redraw message box (used internally).

Parameters:
screen surface to print the message box.

Definition at line 370 of file MessageBoxSense.cpp.


Member Data Documentation

Handle of messageBox.

Definition at line 1741 of file SDK_Manila_Sense.h.


The documentation for this class was generated from the following files:
Thibault LELORE