My Project
SallyAPI::GUI::CNotificationBox Class Reference

Notification box. More...

#include <NotificationBox.h>

Inheritance diagram for SallyAPI::GUI::CNotificationBox:
SallyAPI::GUI::CForm SallyAPI::GUI::CControl SallyAPI::GUI::CGUIBaseObject SallyAPI::Core::CBaseObject

List of all members.

Public Member Functions

 CNotificationBox (SallyAPI::GUI::CGUIBaseObject *parent, int x, int y, int width, int height, int controlId=0)
 Constructor.
virtual ~CNotificationBox ()
 Destructor.

Detailed Description

Notification box.

Author:
Christian Knobloch
Date:
26.12.2011

Constructor & Destructor Documentation

CNotificationBox::CNotificationBox ( SallyAPI::GUI::CGUIBaseObject parent,
int  x,
int  y,
int  width,
int  height,
int  controlId = 0 
)

Constructor.

Author:
Christian Knobloch
Date:
26.12.2011
Parameters:
[in,out]parentIf non-null, the parent.
xThe x coordinate.
yThe y coordinate.
widthThe width.
heightThe height.
controlIdIdentifier for the control.

Destructor.

Author:
Christian Knobloch
Date:
26.12.2011

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