|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#include <paste_context.h>
Public Member Functions | |
| PasteContext (unsigned count, float times, ItemCounts counts, bool greedy) | |
Public Attributes | |
| unsigned | count |
| Number of previous pastes to the same position. More... | |
| float | times |
| Number of times to paste. More... | |
| ItemCounts | counts |
| Count of consumed selection items. More... | |
| bool | greedy |
| If true, greedily steal items that don't match. More... | |
Definition at line 23 of file paste_context.h.
|
inline |
Definition at line 26 of file paste_context.h.
| unsigned PasteContext::count |
Number of previous pastes to the same position.
Definition at line 33 of file paste_context.h.
| ItemCounts PasteContext::counts |
Count of consumed selection items.
Definition at line 35 of file paste_context.h.
| bool PasteContext::greedy |
If true, greedily steal items that don't match.
Definition at line 36 of file paste_context.h.
| float PasteContext::times |
Number of times to paste.
Definition at line 34 of file paste_context.h.