.. index:: pair: class; EE::UI::UISceneNode::Context .. _doxid-class_e_e_1_1_u_i_1_1_u_i_scene_node_1_1_context: class EE::UI::UISceneNode::Context ================================== .. toctree:: :hidden: Scoped binding of a :ref:`UI ` scene and its native graphics context. Restores both previous bindings when destroyed. :ref:`Context ` objects are movable but cannot be copied. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class Context { public: // construction :target:`Context`(:ref:`UISceneNode`* scene); :target:`Context`(const Context&); :target:`Context`(Context&& other); :target:`~Context`(); // methods Context& :target:`operator=`(const Context&); Context& :target:`operator=`(Context&&); };