QListWidgetItem

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
class QListWidgetItem {}

Constructors

this
this(QListWidget listview, int type)
Undocumented in source.
this
this(const(QString) text, QListWidget listview, int type)
Undocumented in source.
this
this(const(QIcon) icon, const(QString) text, QListWidget listview, int type)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

ItemType
enum ItemType
Undocumented in source.

Functions

background
QBrush background()
Undocumented in source. Be warned that the author may not have intended to support it.
backgroundColor
QColor backgroundColor()
Undocumented in source. Be warned that the author may not have intended to support it.
checkState
qt.core.namespace.CheckState checkState()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
QListWidgetItem clone()
Undocumented in source.
data
QVariant data(int role)
Undocumented in source.
flags
qt.core.namespace.ItemFlags flags()
Undocumented in source. Be warned that the author may not have intended to support it.
font
QFont font()
Undocumented in source. Be warned that the author may not have intended to support it.
foreground
QBrush foreground()
Undocumented in source. Be warned that the author may not have intended to support it.
isHidden
bool isHidden()
Undocumented in source. Be warned that the author may not have intended to support it.
isSelected
bool isSelected()
Undocumented in source.
listWidget
QListWidget listWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
opLess
bool opLess(QListWidgetItem other)
Undocumented in source.
read
void read(QDataStream in_)
Undocumented in source.
setBackground
void setBackground(const(QBrush) brush)
Undocumented in source. Be warned that the author may not have intended to support it.
setBackgroundColor
void setBackgroundColor(const(QColor) color)
Undocumented in source. Be warned that the author may not have intended to support it.
setCheckState
void setCheckState(qt.core.namespace.CheckState state)
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(int role, const(QVariant) value)
Undocumented in source.
setData
void setData(int role, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
setFlags
void setFlags(qt.core.namespace.ItemFlags flags)
Undocumented in source.
setFont
void setFont(const(QFont) afont)
Undocumented in source. Be warned that the author may not have intended to support it.
setForeground
void setForeground(const(QBrush) brush)
Undocumented in source. Be warned that the author may not have intended to support it.
setHidden
void setHidden(bool ahide)
Undocumented in source. Be warned that the author may not have intended to support it.
setSelected
void setSelected(bool select)
Undocumented in source.
setSizeHint
void setSizeHint(const(QSize) size)
Undocumented in source. Be warned that the author may not have intended to support it.
setStatusTip
void setStatusTip(const(QString) astatusTip)
Undocumented in source. Be warned that the author may not have intended to support it.
setText
void setText(const(QString) atext)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextAlignment
void setTextAlignment(int alignment)
Undocumented in source. Be warned that the author may not have intended to support it.
setTextColor
void setTextColor(const(QColor) color)
Undocumented in source. Be warned that the author may not have intended to support it.
setToolTip
void setToolTip(const(QString) atoolTip)
Undocumented in source. Be warned that the author may not have intended to support it.
setWhatsThis
void setWhatsThis(const(QString) awhatsThis)
Undocumented in source. Be warned that the author may not have intended to support it.
sizeHint
QSize sizeHint()
Undocumented in source. Be warned that the author may not have intended to support it.
statusTip
QString statusTip()
Undocumented in source. Be warned that the author may not have intended to support it.
text
QString text()
Undocumented in source. Be warned that the author may not have intended to support it.
textAlignment
int textAlignment()
Undocumented in source. Be warned that the author may not have intended to support it.
textColor
QColor textColor()
Undocumented in source. Be warned that the author may not have intended to support it.
toolTip
QString toolTip()
Undocumented in source. Be warned that the author may not have intended to support it.
type
int type()
Undocumented in source. Be warned that the author may not have intended to support it.
whatsThis
QString whatsThis()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(QDataStream out_)
Undocumented in source.

Meta