![]() |
pCon.planner Plugin SDK
Version 8.9
|
Public Member Functions | |
View^ | GetView (int pIndex) |
Returns the view with the given index. More... | |
void | RenderFrame () |
Manually triggers a rendering of a frame. More... | |
Properties | |
BackgroundParams^ | Background [get] |
Background settings used for all views. More... | |
ViewLayout | Layout [get, set] |
The layout of the views. More... | |
int | ViewCount [get] |
The number of the currently active/visible views (this depends on the layout). More... | |
View^ | SelectedView [get, set] |
The currently selected view. More... | |
Events | |
DragDropEventHandler^ | DragOver [add, remove, raise] |
Occurs repeatedly while an object is dragged over any view. More... | |
DragDropEventHandler^ | Drop [add, remove, raise] |
Occurs once when an object is dropped on any view. More... | |
System::EventHandler^ | LayoutChanged [add, remove, raise] |
Occurs when layout of the views has changed. More... | |
System::EventHandler^ | BackgroundChanged [add, remove, raise] |
Occurs when a background parameter has changed. More... | |
System::EventHandler^ | Rendering [add, remove, raise] |
Occurs when viewer is starting to render a frame. More... | |
View manager.
View X3g::Plugin::ViewManager::GetView | ( | int | pIndex) |
Returns the view with the given index.
void X3g::Plugin::ViewManager::RenderFrame | ( | ) |
Manually triggers a rendering of a frame.
|
get |
Background settings used for all views.
|
getset |
The layout of the views.
|
getset |
The currently selected view.
|
get |
The number of the currently active/visible views (this depends on the layout).
|
addremoveraise |
Occurs when a background parameter has changed.
|
addremoveraise |
Occurs repeatedly while an object is dragged over any view.
Listeners call DragDropEventArgs::AcceptDrop if they want to handle drop of data.
|
addremoveraise |
Occurs once when an object is dropped on any view.
Listeners call DragDropEventArgs::AcceptDrop if drop was successfully handled.
|
addremoveraise |
Occurs when layout of the views has changed.
|
addremoveraise |
Occurs when viewer is starting to render a frame.