My Project
SallyAPI::GUI::CDropDownItem Class Reference

Drop down item. More...

#include <DropDownItem.h>

List of all members.

Public Member Functions

 CDropDownItem (const std::string &identifier, const std::string &text, int image=0)
 Constructor.
 ~CDropDownItem ()
 Destructor.
void SetText (const std::string &text)
 Sets a text.
std::string GetText ()
 Gets the text.
void SetIdentifier (const std::string &identifier)
 Sets an identifier.
std::string GetIdentifier ()
 Gets the identifier.
void SetImageId (int image)
 Sets an image identifier.
int GetImageId ()
 Gets the image identifier.
void SetLocalised (DROPDOWN_LOCALISATION value)
 Sets a localised.
DROPDOWN_LOCALISATION IsLocalised ()
 Is localised.

Detailed Description

Drop down item.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CDropDownItem::CDropDownItem ( const std::string &  identifier,
const std::string &  text,
int  image = 0 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
identifierThe identifier.
textThe text.
imageThe image.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Gets the identifier.

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

Gets the image identifier.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The image identifier.
std::string CDropDownItem::GetText ( )

Gets the text.

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

Is localised.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
.
void CDropDownItem::SetIdentifier ( const std::string &  identifier)

Sets an identifier.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
identifierThe identifier.
void CDropDownItem::SetImageId ( int  image)

Sets an image identifier.

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

Sets a localised.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
valueThe value.
void CDropDownItem::SetText ( const std::string &  text)

Sets a text.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
textThe text.

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