QStandardItem

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 QStandardItem {}

Constructors

this
this()
Undocumented in source.
this
this(const(QString) text)
Undocumented in source.
this
this(const(QIcon) icon, const(QString) text)
Undocumented in source.
this
this(int rows, int columns)
Undocumented in source.
this
this(QStandardItemPrivate dd)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

ItemType
enum ItemType
Undocumented in source.

Functions

accessibleDescription
QString accessibleDescription()
Undocumented in source. Be warned that the author may not have intended to support it.
accessibleText
QString accessibleText()
Undocumented in source. Be warned that the author may not have intended to support it.
appendColumn
void appendColumn(const(QList!(QStandardItem)) aitems)
Undocumented in source. Be warned that the author may not have intended to support it.
appendRow
void appendRow(const(QList!(QStandardItem)) aitems)
Undocumented in source. Be warned that the author may not have intended to support it.
appendRows
void appendRows(const(QList!(QStandardItem)) aitems)
Undocumented in source. Be warned that the author may not have intended to support it.
background
QBrush background()
Undocumented in source. Be warned that the author may not have intended to support it.
child
QStandardItem child(int row, int column)
Undocumented in source.
clearData
void clearData()
Undocumented in source.
clone
QStandardItem clone()
Undocumented in source.
column
int column()
Undocumented in source.
columnCount
int columnCount()
Undocumented in source.
data
QVariant data(int role)
Undocumented in source.
emitDataChanged
void emitDataChanged()
Undocumented in source.
flags
qt.core.namespace.ItemFlags flags()
Undocumented in source.
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.
hasChildren
bool hasChildren()
Undocumented in source.
icon
QIcon icon()
Undocumented in source. Be warned that the author may not have intended to support it.
index
QModelIndex index()
Undocumented in source.
insertColumn
void insertColumn(int column, const(QList!(QStandardItem)) items)
Undocumented in source.
insertColumns
void insertColumns(int column, int count)
Undocumented in source.
insertRow
void insertRow(int row, const(QList!(QStandardItem)) items)
Undocumented in source.
insertRows
void insertRows(int row, const(QList!(QStandardItem)) items)
Undocumented in source.
insertRows
void insertRows(int row, int count)
Undocumented in source.
model
QStandardItemModel model()
Undocumented in source.
opLess
bool opLess(QStandardItem other)
Undocumented in source.
parent
QStandardItem parent()
Undocumented in source.
read
void read(QDataStream in_)
Undocumented in source.
removeColumn
void removeColumn(int column)
Undocumented in source.
removeColumns
void removeColumns(int column, int count)
Undocumented in source.
removeRow
void removeRow(int row)
Undocumented in source.
removeRows
void removeRows(int row, int count)
Undocumented in source.
row
int row()
Undocumented in source.
rowCount
int rowCount()
Undocumented in source.
setAccessibleDescription
void setAccessibleDescription(const(QString) aaccessibleDescription)
Undocumented in source. Be warned that the author may not have intended to support it.
setAccessibleText
void setAccessibleText(const(QString) aaccessibleText)
Undocumented in source. Be warned that the author may not have intended to support it.
setBackground
void setBackground(const(QBrush) abrush)
Undocumented in source. Be warned that the author may not have intended to support it.
setChild
void setChild(int row, int column, QStandardItem item)
Undocumented in source.
setChild
void setChild(int arow, QStandardItem aitem)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnCount
void setColumnCount(int columns)
Undocumented in source.
setData
void setData(const(QVariant) value, int role)
Undocumented in source.
setData
void setData(T value, int role)
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) abrush)
Undocumented in source. Be warned that the author may not have intended to support it.
setIcon
void setIcon(const(QIcon) aicon)
Undocumented in source. Be warned that the author may not have intended to support it.
setRowCount
void setRowCount(int rows)
Undocumented in source.
setSizeHint
void setSizeHint(const(QSize) asizeHint)
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.
setText
void setText(const(QString) atext)
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.
sortChildren
void sortChildren(int column, qt.core.namespace.SortOrder order)
Undocumented in source.
statusTip
QString statusTip()
Undocumented in source. Be warned that the author may not have intended to support it.
takeChild
QStandardItem takeChild(int row, int column)
Undocumented in source.
takeColumn
QList!(QStandardItem) takeColumn(int column)
Undocumented in source.
takeRow
QList!(QStandardItem) takeRow(int row)
Undocumented in source.
text
QString text()
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.
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.

Variables

d_ptr
QScopedPointer!(QStandardItemPrivate) d_ptr;
Undocumented in source.

Meta