ATreeModelIndex#
Valid index of ITreeModel.
| Header: | #include <AUI/Model/ATreeModelIndex.h> |
| CMake: | aui_link(my_target PUBLIC aui::core) |
Public Types#
Exception#
class ATreeModelIndex::Exception
Empty structure.
Public fields and Signals#
ROOT#
struct{} ROOT
Tag type to define root vertex.
Use ATreeModelIndex::ROOT to reference.
Public Methods#
constructor#
- Arguments
rowrow of the vertex relative to it's parent.columncolumn of the vertex relative to it's parent.userdatauserdata stored in this vertex.
as#
any_cast the external user data stored in this vertex.
column#
column of the vertex relative to it's parent.
row#
row of the vertex relative to it's parent.
Examples:
examples/ui/contacts/src/view/ContactDetailsView.h
AUI Contacts - Usage of AUI_DECLARATIVE_FOR to make a contacts-like application.