My Project
SallyAPI::GUI::CContextMenuPopUp Class Reference

Context menu pop up. More...

#include <ContextMenuPopUp.h>

Inheritance diagram for SallyAPI::GUI::CContextMenuPopUp:
SallyAPI::GUI::CPopUpWindow SallyAPI::GUI::CAppBase SallyAPI::GUI::CForm SallyAPI::GUI::CControl SallyAPI::GUI::CGUIBaseObject SallyAPI::Core::CBaseObject

List of all members.

Public Member Functions

 CContextMenuPopUp (SallyAPI::GUI::CGUIBaseObject *parent, int graphicId, const std::string &explicidAppName, int width, int height)
 Constructor.
virtual ~CContextMenuPopUp ()
 Destructor.
void SetPopUpPoint (int x, int y)
 Sets a pop up point.
void SetPosition (int x, int y, CONTEXT_MENU_ARROW_POSITION arrowPosition)
 Sets a position.
void SetPopUpControlPoint (SallyAPI::GUI::CControl *control)
 Sets a pop up point by the specified control.

Protected Attributes

SallyAPI::GUI::CContextMenum_pContextMenu

Detailed Description

Context menu pop up.

Author:
Christian Knobloch
Date:
30.03.2011

Constructor & Destructor Documentation

CContextMenuPopUp::CContextMenuPopUp ( SallyAPI::GUI::CGUIBaseObject parent,
int  graphicId,
const std::string &  explicidAppName,
int  width,
int  height 
)

Constructor.

Author:
Christian Knobloch
Date:
30.03.2011
Parameters:
[in,out]parentIf non-null, the parent.
graphicIdIdentifier for the graphic.
explicidAppNameName of the explicid application.

Destructor.

Author:
Christian Knobloch
Date:
30.03.2011

Member Function Documentation

Sets a pop up point by the specified control.

Author:
Christian Knobloch
Date:
01.04.2011
Parameters:
[in,out]controlIf non-null, the control.
void CContextMenuPopUp::SetPopUpPoint ( int  x,
int  y 
)

Sets a pop up point.

Author:
Christian Knobloch
Date:
30.03.2011
Parameters:
xThe x coordinate.
yThe y coordinate.
void CContextMenuPopUp::SetPosition ( int  x,
int  y,
CONTEXT_MENU_ARROW_POSITION  arrowPosition 
)

Sets a position.

Author:
Christian Knobloch
Date:
30.03.2011
Parameters:
xThe x coordinate.
yThe y coordinate.
arrowPositionThe arrow 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