virtual ZRESULT getToolsSelection(core::tools::tToolInfoSeq& seqTools)=0;

Description

Provides set of currently selected tools. There could be several selected tools at a time if they do not overlap. For example, selection tools require right moust button, delete tool requires left moust button and some other tools are alternative (work when ALT key is pressed) - they all do not overlap and can be selected simultaneously.

Return value

ZRESULT

Parameters:
seqTools
Ret-Val argument with a set of selected tools information.
See Also:
Interface overview and methods
struct core::tools::tToolInfo