class EE::UI::UndoStack::EventRedoTextChanged

#include <undostack.hpp>

class EventRedoTextChanged: public EE::UI::UndoStack::Event {
public:
    // construction

    EventRedoTextChanged(const std::string& RedoText);

    // methods

    const std::string& RedoText() 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;