struct MAGES::SceneGraph::Editor::SceneGraphView::CachedConnection¶
struct CachedConnection
{
// properties
Port Input;
Port Output;
IActionImplementor InputImpl;
IActionImplementor OutputImpl;
// methods
CachedConnection(
Port input,
Port output,
IActionImplementor inputImpl,
IActionImplementor outputImpl
);
};