.. index:: pair: class; EE::UI::UndoStack::EventCleanChanged .. _doxid-class_e_e_1_1_u_i_1_1_undo_stack_1_1_event_clean_changed: class EE::UI::UndoStack::EventCleanChanged ========================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class EventCleanChanged: public :ref:`EE::UI::UndoStack::Event` { public: // construction :target:`EventCleanChanged`(bool clean); // methods bool :target:`clean`() 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 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;