Gin
|
Public Member Functions | |
void | setHistoryLimit (int numItems) |
void | undo () |
void | redo () |
bool | canUndo () |
bool | canRedo () |
bool | addText (const juce::String &) |
const juce::String & | getCurrentText () |
Public Attributes | |
std::function< void()> | onStateChanged |
void TextHistory::setHistoryLimit | ( | int | numItems | ) |
void TextHistory::undo | ( | ) |
void TextHistory::redo | ( | ) |
bool TextHistory::canUndo | ( | ) |
bool TextHistory::canRedo | ( | ) |
bool TextHistory::addText | ( | const juce::String & | ) |
const juce::String& TextHistory::getCurrentText | ( | ) |
std::function<void ()> TextHistory::onStateChanged |