Pane showing scene overview and node details. More...
#include <Inspector.hpp>
Public Member Functions | |
void | onEditValue (const string &path, const string &text) |
void | setScene (Scene *scene) |
void | setCanvas (Canvas *canvas) |
void | update () |
virtual void | onNodeEvent (NodeEvent &event) |
void | onNodeSelectionChange () |
Private Attributes | |
Scene * | scene |
Canvas * | canvas |
NodeView | nodeView |
SceneView | sceneView |
Gtk::VPaned | pane |
list< Transformation * > | transforms |
Pane showing scene overview and node details.
void onNodeSelectionChange | ( | ) |
Updates the attribute view if the selected node changes.