My Project
SallyAPI::GUI::CTabcontrolItem Class Reference

Tabcontrol item. More...

#include <TabcontrolItem.h>

List of all members.

Public Member Functions

 CTabcontrolItem (SallyAPI::GUI::CGUIBaseObject *parent, const std::string &text, int icon=0)
 Constructor.
 ~CTabcontrolItem ()
 Destructor.
SallyAPI::GUI::CFormGetForm ()
 Gets the form.
SallyAPI::GUI::CTabcontrolButtonGetButton ()
 Gets the button.

Detailed Description

Tabcontrol item.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CTabcontrolItem::CTabcontrolItem ( SallyAPI::GUI::CGUIBaseObject parent,
const std::string &  text,
int  icon = 0 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]parentIf non-null, the parent.
textThe text.
iconThe icon.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the button.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the button.

Gets the form.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
null if it fails, else the form.

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