pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::IModuleProvider Interface Reference

Provides access to all major managers of the pCon.planner plugin interface. More...

Inheritance diagram for X3g::Plugin::IModuleProvider:
Inheritance graph
[legend]

Properties

DocumentManager^  Document [get]
 Modify or change the currently open document. More...
 
GeometryManager^  Geometry [get]
 Covers various export formats and can be used for custom geometry exports. More...
 
Layout::LayoutManager^  Layouts [get]
 Manage Layout. More...
 
Logger^  Log [get]
 Logging functionality. More...
 
RendererManager^  Renderers [get]
 Manage Renderer available in the pCon.planner. More...
 
Room::RoomModule^  Rooms [get]
 Manage Rooms. More...
 
ViewManager^  Viewer [get]
 Manage the primary views and their arrangement. More...
 
WindowManager^  Windows [get]
 Create and manage dockable windows. More...
 

Detailed Description

Provides access to all major managers of the pCon.planner plugin interface.

Property Documentation

DocumentManager^ X3g::Plugin::IModuleProvider::Document
get

Modify or change the currently open document.


Contains other manager related to the current document.
See Class reference for more information.

GeometryManager^ X3g::Plugin::IModuleProvider::Geometry
get

Covers various export formats and can be used for custom geometry exports.

Layout:: LayoutManager^ X3g::Plugin::IModuleProvider::Layouts
get

Manage Layout.

See Class reference for more information.

Logger^ X3g::Plugin::IModuleProvider::Log
get

Logging functionality.

See Class reference for more information.

RendererManager^ X3g::Plugin::IModuleProvider::Renderers
get

Manage Renderer available in the pCon.planner.

See Class reference for more information.

Room:: RoomModule^ X3g::Plugin::IModuleProvider::Rooms
get

Manage Rooms.

See Class reference for more information.

ViewManager^ X3g::Plugin::IModuleProvider::Viewer
get

Manage the primary views and their arrangement.

See Class reference for more information.

WindowManager^ X3g::Plugin::IModuleProvider::Windows
get

Create and manage dockable windows.

See Class reference for more information.