docs(c++): signal architecture — fastsignals vs Qt signals #137

Closed
opened 2026-02-10 13:22:01 +00:00 by forbes · 0 comments
Owner

Document the dual signal system: fastsignals library for fast C++ signal/slot without Qt overhead (used by OriginManager and FileOrigin), Qt signals for GUI components (QActionGroup::triggered), scoped_connection patterns for automatic disconnection, and guidelines on when to use each system.

Document the dual signal system: fastsignals library for fast C++ signal/slot without Qt overhead (used by OriginManager and FileOrigin), Qt signals for GUI components (QActionGroup::triggered), scoped_connection patterns for automatic disconnection, and guidelines on when to use each system.
forbes added the documentation label 2026-02-10 13:22:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#137