.. index:: pair: class; EE::UI::UndoStack::EventUndoTextChanged .. _doxid-class_e_e_1_1_u_i_1_1_undo_stack_1_1_event_undo_text_changed: class EE::UI::UndoStack::EventUndoTextChanged ============================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class EventUndoTextChanged: public :ref:`EE::UI::UndoStack::Event` { public: // construction :target:`EventUndoTextChanged`(const std::string& undoText); // methods const std::string& :target:`undoText`() const; }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // methods :ref:`EventId` :ref:`getCallbackId`() const; const :ref:`EventType`& :ref:`getType`() const; const :ref:`EventIndexChanged`* :ref:`asIndexChanged`() const; const :ref:`EventCleanChanged`* :ref:`asCleanChanged`() const; const :ref:`EventCanUndoChanged`* :ref:`asCanUndoChanged`() const; const :ref:`EventCanRedoChanged`* :ref:`asCanRedoChanged`() const; const EventUndoTextChanged* :ref:`asUndoTextChanged`() const; const :ref:`EventRedoTextChanged`* :ref:`asRedoTextChanged`() const;