TextEditor::TextHolderComponent::TextHolderComponent |
( |
TextEditor & |
ed | ) |
|
|
inline |
TextEditor::TextHolderComponent::~TextHolderComponent |
( |
| ) |
|
|
inline |
void TextEditor::TextHolderComponent::paint |
( |
Graphics & |
g | ) |
|
|
inlineoverride |
void TextEditor::TextHolderComponent::restartTimer |
( |
| ) |
|
|
inline |
void TextEditor::TextHolderComponent::timerCallback |
( |
| ) |
|
|
inlineoverride |
void TextEditor::TextHolderComponent::valueChanged |
( |
Value & |
value | ) |
|
|
inlineoverridevirtual |
Called when a Value object is changed.
Note that the Value object passed as a parameter may not be exactly the same object that you registered the listener with - it might be a copy that refers to the same underlying ValueSource. To find out, you can call Value::refersToSameSourceAs().
Implements Value::Listener.
The documentation for this class was generated from the following file: