My Project
SallyAPI::GUI::CTabcontrol Class Reference

Tabcontrol. More...

#include <Tabcontrol.h>

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

List of all members.

Public Member Functions

 CTabcontrol (SallyAPI::GUI::CGUIBaseObject *parent, int x, int y, int width, int height, int controlId=0)
 Constructor.
virtual ~CTabcontrol ()
 Destructor.
void SetTabPosition (SallyAPI::GUI::TabPosition tabPosition)
 Sets a tab position.
SallyAPI::GUI::TabPosition GetTabPosition ()
 Gets the tab position.
void AddTabItem (SallyAPI::GUI::CTabcontrolItem *item)
 Adds a tab item.
int GetFormWidth ()
 Gets the form width.
int GetFormHeight ()
 Gets the form height.
virtual void SendMessageToParent (SallyAPI::GUI::CGUIBaseObject *reporter, int reporterId, int messageId, SallyAPI::GUI::SendMessage::CParameterBase *messageParameter=NULL)
 Send message to parent.

Detailed Description

Tabcontrol.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CTabcontrol::CTabcontrol ( 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.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Adds a tab item.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]itemIf non-null, the item.

Gets the form height.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The form height.

Gets the form width.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The form width.

Gets the tab position.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The tab position.
void CTabcontrol::SendMessageToParent ( SallyAPI::GUI::CGUIBaseObject reporter,
int  reporterId,
int  messageId,
SallyAPI::GUI::SendMessage::CParameterBase messageParameter = NULL 
) [virtual]

Send message to parent.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]reporterIf non-null, the reporter.
reporterIdIdentifier for the reporter.
messageIdIdentifier for the message.
[in,out]messageParameterIf non-null, the message parameter.

Reimplemented from SallyAPI::GUI::CForm.

Sets a tab position.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
tabPositionThe tab position.

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