Ardour  9.0-pre0-582-g084a23a80d
PasteContext Class Reference

#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...
 

Detailed Description

Definition at line 23 of file paste_context.h.

Constructor & Destructor Documentation

◆ PasteContext()

PasteContext::PasteContext ( unsigned  count,
float  times,
ItemCounts  counts,
bool  greedy 
)
inline

Definition at line 26 of file paste_context.h.

Member Data Documentation

◆ count

unsigned PasteContext::count

Number of previous pastes to the same position.

Definition at line 33 of file paste_context.h.

◆ counts

ItemCounts PasteContext::counts

Count of consumed selection items.

Definition at line 35 of file paste_context.h.

◆ greedy

bool PasteContext::greedy

If true, greedily steal items that don't match.

Definition at line 36 of file paste_context.h.

◆ times

float PasteContext::times

Number of times to paste.

Definition at line 34 of file paste_context.h.


The documentation for this class was generated from the following file: