|
using | stored_t = AString |
|
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) |
|
emits< ATreeModelIndex > | dataChanged |
| Model data was changed.
|
|
emits< ATreeModelIndex > | dataInserted |
| Model data was added.
|
|
emits< ATreeModelIndex > | dataRemoved |
| Model data about to remove.
|
|
void | setThread (_< AAbstractThread > thread) |
| Set thread of the object.
|
|
◆ childrenCount()
size_t ViewHierarchyTreeModel::childrenCount |
( |
const ATreeModelIndexOrRoot & |
vertex | ) |
|
|
inlineoverridevirtual |
Count of children of the vertex.
- Parameters
-
vertex | the 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
-
row | child row (index) |
column | child column (typically 0) |
parent | vertex. std::nullopt indicates root vertex |
- Returns
- The child of the parent index with specified row and column.
Implements ITreeModel< AString >.
◆ itemAt()
◆ parent()
ATreeModelIndexOrRoot ViewHierarchyTreeModel::parent |
( |
const ATreeModelIndex & |
vertex | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- aui.views/src/AUI/Devtools/DevtoolsLayoutTab.cpp