class EE::UI::UndoStack::EventIndexChanged¶
#include <undostack.hpp> class EventIndexChanged: public EE::UI::UndoStack::Event { public: // construction EventIndexChanged(int idx); // methods int index() 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;