|
| UndoStack (URIs &uris, URIMap &map) |
|
int | start_entry () |
|
bool | write (const LV2_Atom *msg, int32_t default_id=0) |
| Write an Atom to the sink. More...
|
|
int | finish_entry () |
|
bool | empty () const |
|
Entry | pop () |
|
void | save (FILE *stream, const char *name="undo") |
|
§ write()
bool Ingen::Server::UndoStack::write |
( |
const LV2_Atom * |
msg, |
|
|
int32_t |
default_id = 0 |
|
) |
| |
|
virtual |
Write an Atom to the sink.
- Parameters
-
default_id | The default response ID to use if no patch:sequenceNumber property is present on the message. |
- Returns
- True on success.
Implements Ingen::AtomSink.
The documentation for this class was generated from the following files:
- UndoStack.hpp
- UndoStack.cpp