pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Classes | Typedefs
X3g::Plugin::Tool Namespace Reference

Namespace provides access to different tools. More...

Classes

class  CreatePolyline
 This tool let the user create a new polyline. More...
 
class  CreateRectangle
 This tool let the user create a new rectangle. More...
 
class  SelectRoomCallbackEventArgs
 Event args of SelectRoom tool adding a room. More...
 
class  SelectRoomFinishedEventArgs
 Event args of SelectRoom tool finishing. More...
 
class  SelectRoom
 This tool let the user chose a room. More...
 
class  ToolCallbackEventArgs
 Event args of ToolBase callback. More...
 
class  ToolBase
 Base class of internal tools. More...
 

Typedefs

typedef System::EventHandler
< SelectRoomCallbackEventArgs^ > 
SelectRoomCallbackEventHandler
 Event handler when the tool adds a room. More...
 
typedef System::EventHandler
< SelectRoomFinishedEventArgs^ > 
SelectRoomFinishedEventHandler
 Event handler when a tool finishes work. More...
 
typedef System::EventHandler
< ToolCallbackEventArgs^ > 
ToolCallbackEventHandler
 Event handler when a tool finishes work. More...
 

Detailed Description

Namespace provides access to different tools.

Typedef Documentation

Event handler when the tool adds a room.

The event argument has to be of type SelectRoomCallbackEventArgs.

Event handler when a tool finishes work.

This is used for the ToolFinished event of the SelectRoom tool. The event argument has to be of type SelectRoomFinishedEventArgs.

Event handler when a tool finishes work.

The event argument has to be of type ToolCallbackEventArgs.