AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
ViewHierarchyTreeModel Class Reference

Public Member Functions

 ViewHierarchyTreeModel (_< AViewContainerBase > root)
 
void scan (aui::no_escape< AView > view)
 
void setupConnectionsIfNotPresent (aui::no_escape< AViewContainerBase > container)
 
ATreeModelIndexOrRoot makeIndex (aui::no_escape< AView > view)
 
size_t childrenCount (const ATreeModelIndexOrRoot &vertex) override
 Count of children of the vertex. More...
 
AString itemAt (const ATreeModelIndex &index) override
 value representation, used by ATreeView. More...
 
ATreeModelIndex indexOfChild (size_t row, size_t column, const ATreeModelIndexOrRoot &vertex) override
 Creates valid ATreeModelIndex of the child. More...
 
ATreeModelIndexOrRoot parent (const ATreeModelIndex &ofChild) override
 Creates index of parent vertex of the specified vertex. More...
 
- Public Member Functions inherited from ITreeModel< AString >
AOptional< ATreeModelIndexfind (const Predicate &predicate)
 
void forEachDirectChildOf (const ATreeModelIndexOrRoot &vertex, Callback callback)
 
- Public Member Functions inherited from AObject
_< AObjectsharedPtr ()
 
_weak< AObjectweakPtr ()
 
void clearSignals () noexcept
 
template<AAnySignal Signal, ACompatibleSlotFor< Signal > Function>
void connect (Signal &signal, Function &&function)
 
void setSignalsEnabled (bool enabled)
 
bool isSignalsEnabled () const noexcept
 
template<ASignalInvokable T>
void operator^ (T &&t)
 
_< AAbstractThreadgetThread () const
 
bool isSlotsCallsOnlyOnMyThread () const noexcept
 
void setSlotsCallsOnlyOnMyThread (bool slotsCallsOnlyOnMyThread)
 
- Public Member Functions inherited from aui::noncopyable
 noncopyable (const noncopyable &)=delete
 
noncopyableoperator= (const noncopyable &)=delete
 

Additional Inherited Members

- Public Types inherited from ITreeModel< AString >
using stored_t = AString
 
- Static Public Member Functions inherited from AObject
static void disconnect ()
 
template<AAnySignal Signal, aui::derived_from< AObject > Object, ACompatibleSlotFor< Signal > Function>
static void connect (Signal &signal, Object *object, Function &&function)
 
template<AAnySignal Signal, aui::derived_from< AObject > Object, ACompatibleSlotFor< Signal > Function>
static void connect (Signal &signal, Object &object, Function &&function)
 
template<AAnySignal Signal, aui::derived_from< AObject > Object, ACompatibleSlotFor< Signal > Function>
static void connect (Signal &signal, _< Object > object, Function &&function)
 
static void moveToThread (aui::no_escape< AObject > object, _< AAbstractThread > thread)
 
- Signals and public fields inherited from ITreeModel< AString >
emits< ATreeModelIndexdataChanged
 Model data was changed.
 
emits< ATreeModelIndexdataInserted
 Model data was added.
 
emits< ATreeModelIndexdataRemoved
 Model data about to remove.
 
- Protected Member Functions inherited from AObject
void setThread (_< AAbstractThread > thread)
 Set thread of the object.
 

Member Function Documentation

◆ childrenCount()

size_t ViewHierarchyTreeModel::childrenCount ( const ATreeModelIndexOrRoot &  vertex)
inlineoverridevirtual

Count of children of the vertex.

Parameters
vertexthe vertex to determine the children count of

Implements ITreeModel< AString >.

◆ indexOfChild()

ATreeModelIndex ViewHierarchyTreeModel::indexOfChild ( size_t  row,
size_t  column,
const ATreeModelIndexOrRoot &  vertex 
)
inlineoverridevirtual

Creates valid ATreeModelIndex of the child.

Parameters
rowchild row (index)
columnchild column (typically 0)
parentvertex. std::nullopt indicates root vertex
Returns
The child of the parent index with specified row and column.

Implements ITreeModel< AString >.

◆ itemAt()

AString ViewHierarchyTreeModel::itemAt ( const ATreeModelIndex index)
inlineoverridevirtual

value representation, used by ATreeView.

Implements ITreeModel< AString >.

◆ parent()

ATreeModelIndexOrRoot ViewHierarchyTreeModel::parent ( const ATreeModelIndex vertex)
inlineoverridevirtual

Creates index of parent vertex of the specified vertex.

Implements ITreeModel< AString >.


The documentation for this class was generated from the following file:
Inheritance diagram for ViewHierarchyTreeModel:
Collaboration diagram for ViewHierarchyTreeModel: