QTreeWidgetItemIterator

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(const(QTreeWidgetItemIterator) it)
Undocumented in source.
this
this(QTreeWidget widget, IteratorFlags flags)
Undocumented in source.
this
this(QTreeWidgetItem item, IteratorFlags flags)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

IteratorFlags
alias IteratorFlags = QFlags!(IteratorFlag)
Undocumented in source.

Enums

IteratorFlag
enum IteratorFlag
Undocumented in source.

Functions

opOpAssign
QTreeWidgetItemIterator opOpAssign(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QTreeWidgetItemIterator opOpAssign(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
QTreeWidgetItemIterator opUnary()
Undocumented in source.
opUnary
QTreeWidgetItemIterator opUnary()
Undocumented in source.
opUnary
QTreeWidgetItem opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta