Cafu Engine
ToolT::ToolCreateParamsT Class Reference

Parameters for creating a tool via the TypeSys. More...

#include "Tool.hpp"

Inheritance diagram for ToolT::ToolCreateParamsT:

Public Member Functions

 ToolCreateParamsT (MapDocumentT &MapDoc_, ToolManagerT &ToolMan_, wxWindow *ParentOptionsBar_)
 The constructor. More...
 

Public Attributes

MapDocumentTMapDoc
 The map document for which the tool will be created. More...
 
ToolManagerTToolMan
 The tool manager that manages the tool. More...
 
wxWindow * ParentOptionsBar
 The window that is the designated parent for the tools options bar. More...
 

Detailed Description

Parameters for creating a tool via the TypeSys.

Constructor & Destructor Documentation

ToolT::ToolCreateParamsT::ToolCreateParamsT ( MapDocumentT MapDoc_,
ToolManagerT ToolMan_,
wxWindow *  ParentOptionsBar_ 
)

The constructor.

Parameters
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.

Member Data Documentation

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.


The documentation for this class was generated from the following files: