.. index:: pair: class; EE::UI::UndoStack::EventCanRedoChanged .. _doxid-class_e_e_1_1_u_i_1_1_undo_stack_1_1_event_can_redo_changed: class EE::UI::UndoStack::EventCanRedoChanged ============================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class EventCanRedoChanged: public :ref:`EE::UI::UndoStack::Event` { public: // construction :target:`EventCanRedoChanged`(bool canRedo); // methods bool :target:`canRedo`() 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 EventCanRedoChanged* :ref:`asCanRedoChanged`() const; const :ref:`EventUndoTextChanged`* :ref:`asUndoTextChanged`() const; const :ref:`EventRedoTextChanged`* :ref:`asRedoTextChanged`() const;