.. index:: pair: class; EE::UI::Tools::TextureAtlasEditor .. _doxid-class_e_e_1_1_u_i_1_1_tools_1_1_texture_atlas_editor: class EE::UI::Tools::TextureAtlasEditor ======================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class TextureAtlasEditor { public: // typedefs typedef std::function :target:`TGEditorCloseCb`; // construction :target:`TextureAtlasEditor`(:ref:`UIWindow`* attachTo = NULL, const :ref:`TGEditorCloseCb`& callback = :ref:`TGEditorCloseCb`()); virtual :target:`~TextureAtlasEditor`(); // methods static TextureAtlasEditor* :target:`New`(:ref:`UIWindow`* attachTo = NULL, const :ref:`TGEditorCloseCb`& callback = :ref:`TGEditorCloseCb`()); :ref:`UISpinBox`* :target:`getSpinOffX`() const; :ref:`UISpinBox`* :target:`getSpinOffY`() const; bool :target:`isEdited`(); };