ExtendedListItemStore Class Reference

Stores ExtendedListItem data. More...

#include <extendedlistitemstore.h>

List of all members.

Public Member Functions

 ExtendedListItemStore (const QString &text)
 Constructor.
QPixmap icon () const
 Returns icon.
void setIcon (const QPixmap &icon)
 Sets icon.
void setShortenedText (const QString &shortenedText)
 Sets shortended text.
QString shortenedText () const
 Returns shortened text.
void setTextRect (const QRect &textRect)
 Sets text rect.
QString text () const
 Returns text.
QRect textRect () const
 Returns text rect.

Private Attributes

QPixmap m_icon
 Icon pixmap.
QRect m_textRect
 Text rect.
QString m_text
 Text string.
QString m_shortenedText
 Shortened text string.

Detailed Description

Stores ExtendedListItem data.

Author:
Jussi Laitinen - jussi.laitinen (at) ixonos.com

Constructor & Destructor Documentation

ExtendedListItemStore::ExtendedListItemStore ( const QString &  text  ) 

Constructor.

Sets text.

Parameters:
text item text

Member Function Documentation

QPixmap ExtendedListItemStore::icon (  )  const

Returns icon.

Returns:
QPixmap
void ExtendedListItemStore::setIcon ( const QPixmap &  icon  ) 

Sets icon.

Parameters:
icon item icon
void ExtendedListItemStore::setShortenedText ( const QString &  shortenedText  ) 

Sets shortended text.

Parameters:
shortenedText shortened text
void ExtendedListItemStore::setTextRect ( const QRect &  textRect  ) 

Sets text rect.

Parameters:
textRect text rect
QString ExtendedListItemStore::shortenedText (  )  const

Returns shortened text.

Returns:
QString
QString ExtendedListItemStore::text (  )  const

Returns text.

Returns:
QString
QRect ExtendedListItemStore::textRect (  )  const

Returns text rect.

Returns:
QRect

The documentation for this class was generated from the following files:

Generated on Fri Sep 3 12:05:41 2010 for Situare client for Maemo by  doxygen 1.6.1