The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QTableWidgetItem

PUBLIC METHODS

QTableWidgetItem(int type)
QTableWidgetItem(int type = QTableWidgetItem::Type)
QTableWidgetItem(const QTableWidgetItem & other)
QTableWidgetItem(const QString & text, int type)
QTableWidgetItem(const QString & text, int type = QTableWidgetItem::Type)
QTableWidgetItem(const QIcon & icon, const QString & text, int type)
QTableWidgetItem(const QIcon & icon, const QString & text, int type = QTableWidgetItem::Type)
~QTableWidgetItem()
QBrush background()
QColor backgroundColor()
Qt::CheckState checkState()
QTableWidgetItem * clone()
int column()
QVariant data(int role)
QFlags<Qt::ItemFlag> flags()
QFont font()
QBrush foreground()
QIcon icon()
bool isSelected()
bool operator<(const QTableWidgetItem & other)
QTableWidgetItem & operator=(const QTableWidgetItem & other)
void read(QDataStream & in)
int row()
void setBackground(const QBrush & brush)
void setBackgroundColor(const QColor & color)
void setCheckState(Qt::CheckState state)
void setData(int role, const QVariant & value)
void setFlags(QFlags<Qt::ItemFlag> flags)
void setFont(const QFont & font)
void setForeground(const QBrush & brush)
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()
QTableWidget * tableWidget()
QString text()
int textAlignment()
QColor textColor()
QString toolTip()
int type()
QString whatsThis()
void write(QDataStream & out)

ENUM VALUES

Type
UserType

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