Skip to content
Snippets Groups Projects

Make each `smtk::project::Project` own a `task::Manager`.

Merged David Thompson requested to merge dcthomp/smtk:project-task into master
Files
61
+ 11
0
Operation hint for switching the active task
--------------------------------------------
Any operation can now request the active task be switched
by providing a hint on its result attribute.
Use the ``smtk::operation::addActivateTaskHint()`` function
to add the hint before your operation completes.
Then, the :smtk:`pqSMTKOperationHintsBehavior` object will
observe when the operation has completed and process the
hint and attempt to switch to the matching task.
See ``smtk::project::Read`` for an example.
Loading