WidgetBuildView#
(Build View)
- Category:
Edit
- Default object name:
build_view
- Inherits from: Widget
Description#
Represents the project as a network displaying all objects as nodes and showing references and texture bindings as links between the nodes.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
action |
layout_all |
VISUAL_HINT_DEFAULT |
Layout all displayed nodes. |
action |
layout_selection |
VISUAL_HINT_DEFAULT |
Layout currently selected nodes. |
CID#
class "WidgetBuildView" "Widget" {
#license {
flavor "advanced"
}
#version 0.9
icon "../icons/object_icons/widget_nodal_view.iconrc"
category "Edit"
doc "Represents the project as a network displaying all objects as nodes and showing references and texture bindings as links between the nodes."
aliases "WidgetNodalView" "NodalView" "WidgetBuilderView"
reference "widget_image_view" {
doc "Active image view"
filter "WidgetImageView"
private yes
value ""
}
action "layout_all" {
doc "Layout all displayed nodes."
value <empty>
}
action "layout_selection" {
doc "Layout currently selected nodes."
value <empty>
}
}