.. index:: pair: class; EE::Graphics::DrawableResourceConnection .. _doxid-class_e_e_1_1_graphics_1_1_drawable_resource_connection: class EE::Graphics::DrawableResourceConnection ============================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class DrawableResourceConnection { public: // construction :target:`DrawableResourceConnection`(); :target:`DrawableResourceConnection`(DrawableResourceConnection&& other); :target:`DrawableResourceConnection`(const DrawableResourceConnection&); :target:`~DrawableResourceConnection`(); // methods DrawableResourceConnection& :target:`operator=`(DrawableResourceConnection&& other); DrawableResourceConnection& :target:`operator=`(const DrawableResourceConnection&); void :target:`disconnect`(); :target:`operator bool`() const; };