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