Parameters for creating a tool via the TypeSys. More...
#include "Tool.hpp"

Public Member Functions | |
| ToolCreateParamsT (MapDocumentT &MapDoc_, ToolManagerT &ToolMan_, wxWindow *ParentOptionsBar_) | |
| The constructor. More... | |
Public Attributes | |
| MapDocumentT & | MapDoc |
| The map document for which the tool will be created. More... | |
| ToolManagerT & | ToolMan |
| The tool manager that manages the tool. More... | |
| wxWindow * | ParentOptionsBar |
| The window that is the designated parent for the tools options bar. More... | |
Parameters for creating a tool via the TypeSys.
| ToolT::ToolCreateParamsT::ToolCreateParamsT | ( | MapDocumentT & | MapDoc_, |
| ToolManagerT & | ToolMan_, | ||
| wxWindow * | ParentOptionsBar_ | ||
| ) |
The constructor.
| MapDoc_ | The map document for which the tool will be created. |
| ToolMan_ | The tool manager that manages the tool. |
| ParentOptionsBar_ | The window that is the designated parent for the tools options bar. |
| MapDocumentT& ToolT::ToolCreateParamsT::MapDoc |
The map document for which the tool will be created.
| wxWindow* ToolT::ToolCreateParamsT::ParentOptionsBar |
The window that is the designated parent for the tools options bar.
| ToolManagerT& ToolT::ToolCreateParamsT::ToolMan |
The tool manager that manages the tool.