Class | Factory | Register | Description |
---|---|---|---|
LayoutControl | ControlFactory | REGISTER_CONTROL | A widget, used to edit OSG object properties |
Control3D | Control3DFactory | REGISTER_CONTROL_3D | The OSGEdit manipulators (can be registered but will be ignored right now) |
Action | ActionFactory | REGISTER_ACTION[_FULL] | User actions, that can be presented as buttons on the user interface (by editing osgedit.ui) |
<?xml version="1.0" encoding="iso-8859-1"?>
<layout ignore_missing="true|false">
<tab label="..."/>
<group label="...">
<item property="...." label="...." control="....">
<parameter X="Y"/>
</item>
</group>
</layout>