QTableWidgetSelectionRange

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()
Undocumented in source.
this
this(int top, int left, int bottom, int right)
Undocumented in source.
this
this(const(QTableWidgetSelectionRange) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

bottomRow
int bottomRow()
Undocumented in source. Be warned that the author may not have intended to support it.
columnCount
int columnCount()
Undocumented in source. Be warned that the author may not have intended to support it.
leftColumn
int leftColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
rightColumn
int rightColumn()
Undocumented in source. Be warned that the author may not have intended to support it.
rowCount
int rowCount()
Undocumented in source. Be warned that the author may not have intended to support it.
topRow
int topRow()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta