NAME

Qt::Gui::QListWidgetItem

PUBLIC METHODS

QListWidgetItem(const QListWidgetItem & other)
QListWidgetItem(QListWidget * view, int type = QListWidgetItem::Type)
QListWidgetItem(QListWidget * view, int type)
QListWidgetItem(QListWidget * view = 0, int type = QListWidgetItem::Type)
QListWidgetItem(QListWidget * view, int type = QListWidgetItem::Type)
QListWidgetItem(const QString & text, QListWidget * view, int type = QListWidgetItem::Type)
QListWidgetItem(const QString & text, QListWidget * view, int type)
QListWidgetItem(const QString & text, QListWidget * view = 0, int type = QListWidgetItem::Type)
QListWidgetItem(const QString & text, QListWidget * view, int type = QListWidgetItem::Type)
QListWidgetItem(const QIcon & icon, const QString & text, QListWidget * view, int type = QListWidgetItem::Type)
QListWidgetItem(const QIcon & icon, const QString & text, QListWidget * view, int type)
QListWidgetItem(const QIcon & icon, const QString & text, QListWidget * view = 0, int type = QListWidgetItem::Type)
QListWidgetItem(const QIcon & icon, const QString & text, QListWidget * view, int type = QListWidgetItem::Type)
~QListWidgetItem()
QBrush background()
QColor backgroundColor()
Qt::CheckState checkState()
QListWidgetItem * clone()
QVariant data(int role)
QFont font()
QBrush foreground()
QIcon icon()
bool isHidden()
bool isSelected()
QListWidget * listWidget()
bool operator<(const QListWidgetItem & other)
QListWidgetItem & operator=(const QListWidgetItem & other)
void read(QDataStream & in)
void setBackground(const QBrush & brush)
void setBackgroundColor(const QColor & color)
void setCheckState(Qt::CheckState state)
void setData(int role, const QVariant & value)
void setFont(const QFont & font)
void setForeground(const QBrush & brush)
void setHidden(bool hide)
void setIcon(const QIcon & icon)
void setSelected(bool select)
void setSizeHint(const QSize & size)
void setStatusTip(const QString & statusTip)
void setText(const QString & text)
void setTextAlignment(int alignment)
void setTextColor(const QColor & color)
void setToolTip(const QString & toolTip)
void setWhatsThis(const QString & whatsThis)
QSize sizeHint()
QString statusTip()
QString text()
int textAlignment()
QColor textColor()
QString toolTip()
int type()
QString whatsThis()
void write(QDataStream & out)

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html