![]() |
pCon.planner Plugin SDK
Version 8.9
|
Allows plugins to create and manage dockable windows. More...
Public Member Functions | |
Window^ | CreateDockableWindow (System::String^ pName) |
Creates a dockable host window and requests plugin to set the content. More... | |
Window^ | GetWindow (System::String^ pName) |
Returns existing window or null. More... | |
Widget^ | GetWidget (System::String^ pKey) |
Returns existing widget or null. More... | |
Allows plugins to create and manage dockable windows.
Window X3g::Plugin::WindowManager::CreateDockableWindow | ( | System::String^ | pName) |
Creates a dockable host window and requests plugin to set the content.
System::ArgumentNullException | Window name is null or empty. |
System::ArgumentException | Window with this name already exists. |
Name must be unique within the plugin. Created window is invisible by default. Returns null if window is not supported by Plugin::X3gSetWindowContent.
Widget X3g::Plugin::WindowManager::GetWidget | ( | System::String^ | pKey) |
Returns existing widget or null.
Window X3g::Plugin::WindowManager::GetWindow | ( | System::String^ | pName) |
Returns existing window or null.