forked from qt-creator/qt-creator
Solutions: Add a common Solutions page
Add also The Tasking solution page. Add some hints into README.md file. Change-Id: I4e355c95977d668fbc2f7bd286f9446e4e4b1f69 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -42,11 +42,25 @@ private:
|
||||
Guard &m_guard;
|
||||
};
|
||||
|
||||
/*!
|
||||
\module TaskingSolution
|
||||
\title Tasking Solution
|
||||
\ingroup solutions-modules
|
||||
\brief Contains a general purpose Tasking solution.
|
||||
|
||||
The Tasking solution depends on Qt only, and doesn't depend on any \QC specific code.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\namespace Tasking
|
||||
\inmodule TaskingSolution
|
||||
\brief The Tasking namespace encloses all classes and global functions of the Tasking solution.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\class Tasking::GroupItem
|
||||
\inheaderfile solutions/tasking/tasktree.h
|
||||
\inmodule QtCreator
|
||||
\ingroup mainclasses
|
||||
\inmodule TaskingSolution
|
||||
\brief The GroupItem class represents the basic element for composing nested tree structures.
|
||||
*/
|
||||
|
||||
@@ -1104,22 +1118,11 @@ void TaskNode::invokeEndHandler(bool success)
|
||||
m_container.m_constData.m_taskTreePrivate->advanceProgress(1);
|
||||
}
|
||||
|
||||
/*!
|
||||
\namespace Tasking
|
||||
\inmodule QtCreator
|
||||
\brief The Tasking namespace contains a general purpose TaskTree solution.
|
||||
|
||||
The Tasking namespace depends on Qt only, and doesn't depend on any \QC
|
||||
specific code.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\class Tasking::TaskTree
|
||||
\inheaderfile solutions/tasking/tasktree.h
|
||||
\inmodule QtCreator
|
||||
\ingroup mainclasses
|
||||
\brief The TaskTree class runs an async task tree structure defined in a
|
||||
declarative way.
|
||||
\inmodule TaskingSolution
|
||||
\brief The TaskTree class runs an async task tree structure defined in a declarative way.
|
||||
|
||||
Use the Tasking namespace to build extensible, declarative task tree
|
||||
structures that contain possibly asynchronous tasks, such as Process,
|
||||
|
||||
Reference in New Issue
Block a user