My Project
SallyAPI::GUI::CContextMenu Class Reference

Pop up menu. More...

#include <ContextMenu.h>

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

List of all members.

Public Member Functions

 CContextMenu (SallyAPI::GUI::CGUIBaseObject *parent, int x, int y, int width, int height, int controlId=0)
 Constructor.
virtual ~CContextMenu ()
 Destructor.
void SetArrowPosition (CONTEXT_MENU_ARROW_POSITION position)
 Sets an arrow position.

Protected Member Functions

virtual void RenderControl ()
 Renders a control.

Protected Attributes

CONTEXT_MENU_ARROW_POSITION m_ePosition

Detailed Description

Pop up menu.

Author:
Christian Knobloch
Date:
30.03.2011

Constructor & Destructor Documentation

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

Constructor.

Author:
Christian Knobloch
Date:
30.03.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:
30.03.2011

Member Function Documentation

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

Renders a control.

Author:
Christian Knobloch
Date:
30.03.2011

Reimplemented from SallyAPI::GUI::CForm.

Sets an arrow position.

Author:
Christian Knobloch
Date:
30.03.2011
Parameters:
positionThe position.

Member Data Documentation


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