Главная
Study mode:
on
1
Intro
2
About Qt
3
About QObject
4
QObject trees
5
Tree traversing
6
findChildren implementation
7
Toolbox
8
Coroutines in C++: core definitions
9
Coroutines in C++: implementation
10
Coroutines in C++: libraries
11
Coroutines in C++: usage example
12
Lazy traversal with coroutines: implementation
13
Lazy traversal with coroutines: usage example
14
Implementation without coroutines
15
Ranges in C++: example
16
Everything is lazy!
17
Create a new view
18
Create a cursor (single-pass)
19
Basic functionality implementation constexpr auto children
20
QObject tree traversal
21
Filter by type, name, and regex
22
Make a copy
23
Test environment
24
Useful links
Description:
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only! Grab it Explore lazy QObject tree traversal techniques in this 38-minute conference talk from NDC Conferences. Dive into modern C++ approaches for improving iteration over QObject trees, addressing issues with current non-lazy implementations. Learn how to create custom composable range objects and leverage coroutines for on-demand retrieval of QObject children. Gain insights into the Qt framework, ranges, and coroutines, and discover practical implementations for lazy traversal. Examine code examples, including filter functions, cursor creation, and constexpr usage. Understand the benefits of lazy evaluation in QObject tree traversal and how it can enhance performance in your C++ applications.

Lazy QObject Tree Traversal

NDC Conferences
Add to list