Skip to Content
C++ Reactive Programming
book

C++ Reactive Programming

by Praseed Pai, Peter Abraham
June 2018
Intermediate to advanced
348 pages
8h 45m
English
Packt Publishing
Content preview from C++ Reactive Programming

Qt object model

In a GUI framework, both run-time efficiency and high-level flexibility are key factors. The standard C++ object model provides very efficient run-time support, but its static nature is inflexible in certain problematic domains. The Qt framework combines the speed of C++ with the flexibility of the Qt object model.

The Qt object model supports the following features:

  • Signals and slots, for seamless object communication
  • Queryable and designable object properties
  • Powerful events and event filters
  • Powerful internally driven timers, enabling smooth, non-blocking work in many of the tasks in an event-driven GUI
  • Internationalization with contextual string translation
  • Guarded pointers (QPointers) that are automatically set to 0 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Functional Programming in C++

Functional Programming in C++

Ivan Cukic

Publisher Resources

ISBN: 9781788629775Supplemental Content