Multi diag tools
|
ColumnRange represents a range of columns in item models. More...
#include <ColumnRange.h>
Public Member Functions | |
constexpr void | setFirstColumn (int column) noexcept |
Set first column. | |
constexpr void | setFirstIndex (const QModelIndex &index) noexcept |
Set first model index. | |
constexpr int | firstColumn () const noexcept |
Get first column. More... | |
constexpr void | setLastColumn (int column) noexcept |
Set last column. | |
constexpr void | setLastIndex (const QModelIndex &index) noexcept |
Set last model index. | |
constexpr int | lastColumn () const noexcept |
Get last column. More... | |
constexpr void | setColumnCount (int count) noexcept |
Set column count. More... | |
constexpr int | columnCount () const noexcept |
Get column count. More... | |
constexpr bool | containsColumn (int column) const noexcept |
Check if this range contains column. | |
![]() | |
constexpr void | clear () noexcept |
Clear range. | |
constexpr bool | isValid () const noexcept |
Check if range is valid. More... | |
constexpr bool | isEmpty () const noexcept |
Check if range is empty. | |
constexpr bool | isNull () const noexcept |
Check if range is null. More... | |
Additional Inherited Members | |
![]() | |
constexpr void | setFirst (int f) noexcept |
Set first. | |
constexpr int | first () const noexcept |
Get first. More... | |
constexpr void | setLast (int l) noexcept |
Set last. | |
constexpr int | last () const noexcept |
Get last. More... | |
constexpr void | setCount (int count) noexcept |
Set count. More... | |
constexpr int | count () const noexcept |
Get count. More... | |
constexpr bool | contains (int e) const noexcept |
Check if this range contains a element. | |
ColumnRange represents a range of columns in item models.
Definition at line 31 of file ColumnRange.h.
|
inlinenoexcept |
Get column count.
Returns column count of this range if it is valid, otherwise 0.
Definition at line 105 of file ColumnRange.h.
|
inlinenoexcept |
Get first column.
Definition at line 57 of file ColumnRange.h.
|
inlinenoexcept |
Get last column.
Definition at line 84 of file ColumnRange.h.
|
inlinenoexcept |
Set column count.
Definition at line 93 of file ColumnRange.h.