#include <FxUIModelIndex.h>
|
| enum | UIDataRole {
DisplayRole = 0
, DecorationRole = 1
, EditRole = 2
, ToolTipRole = 3
,
FontRole = 6
, BackgroundColorRole = 8
, TextColorRole = 9
, UserRole = 0x0100
} |
| |
| enum | UIItemFlags { NoItemFlags = 0
, ItemIsSelectable = 1
, ItemIsEditable = 2
, ItemIsEnabled = 32
} |
| |
| enum | UIOrientation { Horizontal = 0x1
, Vertical = 0x2
} |
| |
Definition at line 23 of file FxUIModelIndex.h.
◆ UIDataRole
| Enumerator |
|---|
| DisplayRole | |
| DecorationRole | |
| EditRole | |
| ToolTipRole | |
| FontRole | |
| BackgroundColorRole | |
| TextColorRole | |
| UserRole | |
Definition at line 28 of file FxUIModelIndex.h.
◆ UIItemFlags
| Enumerator |
|---|
| NoItemFlags | |
| ItemIsSelectable | |
| ItemIsEditable | |
| ItemIsEnabled | |
Definition at line 41 of file FxUIModelIndex.h.
◆ UIOrientation
◆ CFxUIModelIndex()
| CFxUIModelIndex::CFxUIModelIndex |
( |
| ) |
|
|
inline |
◆ column()
| int CFxUIModelIndex::column |
( |
| ) |
const |
|
inline |
◆ data()
◆ flags()
◆ internalId()
| quintptr CFxUIModelIndex::internalId |
( |
| ) |
const |
|
inline |
◆ internalPointer()
| void * CFxUIModelIndex::internalPointer |
( |
| ) |
const |
|
inline |
◆ isValid()
| bool CFxUIModelIndex::isValid |
( |
| ) |
const |
|
inline |
◆ model()
◆ operator!=()
◆ operator<()
◆ operator==()
◆ parent()
◆ row()
| int CFxUIModelIndex::row |
( |
| ) |
const |
|
inline |
◆ CFxUIAbstractItemModel
The documentation for this class was generated from the following files: