My Project
SallyAPI::GUI::CBreadcrumb Class Reference

Breadcrumb. More...

#include <Breadcrumb.h>

Inheritance diagram for SallyAPI::GUI::CBreadcrumb:
SallyAPI::GUI::CControl SallyAPI::GUI::CGUIBaseObject SallyAPI::Core::CBaseObject

List of all members.

Public Member Functions

 CBreadcrumb (SallyAPI::GUI::CGUIBaseObject *parent, int x, int y, int width, int controlId=0)
 Constructor.
virtual ~CBreadcrumb ()
 Destructor.
void SetImageId (int image)
 Sets an image identifier.

Detailed Description

Breadcrumb.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

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

Constructor.

m_iImage(NULL), m_iImageSize(ICON_SIZE)

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]parentIf non-null, the parent.
xThe x coordinate.
yThe y coordinate.
widthThe width.
controlIdIdentifier for the control.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

void CBreadcrumb::SetImageId ( int  image)

Sets an image identifier.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
imageThe image.

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