Completed
Create a new view
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Lazy QObject Tree Traversal
Automatically move to the next video in the Classroom when playback concludes
- 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