AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
AListModelIndex Class Reference

Public Member Functions#

 AListModelIndex (std::size_t row, std::size_t column)
 
 AListModelIndex (std::size_t row)
 
std::size_t getRow () const
 
std::size_t getColumn () const
 
bool operator== (const AListModelIndex &rhs) const
 
bool operator!= (const AListModelIndex &rhs) const
 
bool operator< (const AListModelIndex &other) const
 
uint64_t hash () const
 

Detailed Description#

Examples
examples/ui/views/src/DemoListModel.cpp, and examples/ui/views/src/DemoListModel.h.