QT List of Callbacks

Posted by Talguy on Stack Overflow See other posts from Stack Overflow or by Talguy
Published on 2011-01-15T03:35:00Z Indexed on 2011/01/15 3:54 UTC
Read the original article Hit count: 135

Filed under:
|
|

I am trying to make a real-time data collection application that has timed task. Each task can have a different or the same update period. I would like to store the task with the common update period in a list where I can iterate through it and call the function that I registered in the list. How would I go about adding callbacks to a data structure like a list or vector? Can I store slots in them?

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt