My Project
SallyAPI::GUI::CScrollListItem Class Reference

Scroll list item. More...

#include <ScrollListItem.h>

List of all members.

Public Member Functions

 CScrollListItem (int graphicId, int command, const std::string &name)
 Constructor.
virtual ~CScrollListItem ()
 Destructor.
int GetGraphicId ()
 Gets the graphic identifier.
int GetCommand ()
 Gets the command.
std::string GetName ()
 Gets the name.

Detailed Description

Scroll list item.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CScrollListItem::CScrollListItem ( int  graphicId,
int  command,
const std::string &  name 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
graphicIdIdentifier for the graphic.
commandThe command.
nameThe name.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the command.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The command.

Gets the graphic identifier.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The graphic identifier.
std::string CScrollListItem::GetName ( )

Gets the name.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The name.

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