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