June 2018
Intermediate to advanced
348 pages
8h 45m
English
The Qt meta-object system realizes the signals and slots mechanism for inter-object communication, the dynamic property system, and run-time type information.
The Qt meta-object system is based on three key aspects:
The MOC executes before the actual compilation of a Qt source file. When the MOC finds class declarations that contain the Q_OBJECT macro, it ...