My Project
SallyAPI::GUI::CSideMenu Class Reference

Side menu. More...

#include <SideMenu.h>

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

List of all members.

Public Member Functions

 CSideMenu (SallyAPI::GUI::CGUIBaseObject *parent, int controlId=0)
 Constructor.
 ~CSideMenu ()
 Destructor.
void AddChild (SallyAPI::GUI::CControl *control)
 Adds a child.

Protected Member Functions

virtual void RenderControl ()
 Renders a control.

Protected Attributes

int m_iYPosition

Detailed Description

Side menu.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CSideMenu::CSideMenu ( SallyAPI::GUI::CGUIBaseObject parent,
int  controlId = 0 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]parentIf non-null, the parent.
controlIdIdentifier for the control.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

void CSideMenu::AddChild ( SallyAPI::GUI::CControl control) [virtual]

Adds a child.

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

Reimplemented from SallyAPI::GUI::CForm.

void CSideMenu::RenderControl ( ) [protected, virtual]

Renders a control.

Author:
Christian Knobloch
Date:
19.04.2010

Reimplemented from SallyAPI::GUI::CForm.


Member Data Documentation


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