This event signals that the tool being used, on current map display, changed. More...
#include <ToolEvents.h>
Public Member Functions | |
ToolChanged (te::qt::widgets::AbstractTool *newTool, te::qt::widgets::AbstractTool *oldTool) | |
Constructor. More... | |
Public Attributes | |
int | m_id |
Identifier. More... | |
te::qt::widgets::AbstractTool * | m_newTool |
The new tool to be used. More... | |
te::qt::widgets::AbstractTool * | m_oldTool |
Previously tool being used. More... | |
This event signals that the tool being used, on current map display, changed.
Definition at line 52 of file ToolEvents.h.
|
inline |
Constructor.
newTool | Pointer to the new tool to be used. |
oldTool | Pointer to the previously used tool. |
Definition at line 62 of file ToolEvents.h.
|
inherited |
te::qt::widgets::AbstractTool* te::qt::af::evt::ToolChanged::m_newTool |
The new tool to be used.
Definition at line 70 of file ToolEvents.h.
te::qt::widgets::AbstractTool* te::qt::af::evt::ToolChanged::m_oldTool |
Previously tool being used.
Definition at line 69 of file ToolEvents.h.