My Project
SallyAPI::GUI::CGroupBox Class Reference

Group box. More...

#include <GroupBox.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Group box.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

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

Constructor.

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

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

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