.. index:: pair: class; EE::UI::UndoStack::EventIndexChanged .. _doxid-class_e_e_1_1_u_i_1_1_undo_stack_1_1_event_index_changed: class EE::UI::UndoStack::EventIndexChanged ========================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class EventIndexChanged: public :ref:`EE::UI::UndoStack::Event` { public: // construction :target:`EventIndexChanged`(int idx); // methods int :target:`index`() 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 EventIndexChanged* :ref:`asIndexChanged`() const; const :ref:`EventCleanChanged`* :ref:`asCleanChanged`() const; const :ref:`EventCanUndoChanged`* :ref:`asCanUndoChanged`() const; const :ref:`EventCanRedoChanged`* :ref:`asCanRedoChanged`() const; const :ref:`EventUndoTextChanged`* :ref:`asUndoTextChanged`() const; const :ref:`EventRedoTextChanged`* :ref:`asRedoTextChanged`() const;