class EE::UI::UndoStack::EventUndoTextChanged¶
#include <undostack.hpp> class EventUndoTextChanged: public EE::UI::UndoStack::Event { public: // construction EventUndoTextChanged(const std::string& undoText); // methods const std::string& undoText() 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;