class EE::UI::UndoStack::EventCanUndoChanged¶
#include <undostack.hpp> class EventCanUndoChanged: public EE::UI::UndoStack::Event { public: // construction EventCanUndoChanged(bool canUndo); // methods bool canUndo() const; };
Inherited Members¶
public: // methods EventId getCallbackId() const; const EventType& getType() const; const EventIndexChanged* asIndexChanged() const; const EventCleanChanged* asCleanChanged() const; const EventCanUndoChanged* asCanUndoChanged() const; const EventCanRedoChanged* asCanRedoChanged() const; const EventUndoTextChanged* asUndoTextChanged() const; const EventRedoTextChanged* asRedoTextChanged() const;