ardour
Public Member Functions | Public Attributes | List of all members
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 25 of file paste_context.h.

Constructor & Destructor Documentation

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

Definition at line 28 of file paste_context.h.

Member Data Documentation

unsigned PasteContext::count

Number of previous pastes to the same position.

Definition at line 35 of file paste_context.h.

ItemCounts PasteContext::counts

Count of consumed selection items.

Definition at line 37 of file paste_context.h.

bool PasteContext::greedy

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

Definition at line 38 of file paste_context.h.

float PasteContext::times

Number of times to paste.

Definition at line 36 of file paste_context.h.


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