wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
DolphinClipboard.h File Reference

DolphinClipboard: copy/paste of waveform cell rectangles to/from a data stream. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DolphinClipboard
 The beWavedDolphin clipboard layer: cell ↔ stream mapping plus the system clipboard transport (MIME wrapping and the versioned data header).

Functions

void DolphinClipboard::copy (const SignalModel &model, const QItemSelection &ranges, QDataStream &stream)
void DolphinClipboard::copyToClipboard (const SignalModel &model, const QItemSelection &ranges)
int DolphinClipboard::firstColumn (const SignalModel &model, const QItemSelection &ranges)
 Returns the leftmost column index in ranges (clamped to the model's columns).
int DolphinClipboard::firstRow (const SignalModel &model, const QItemSelection &ranges)
 Returns the topmost row index in ranges (clamped to the model's rows).
void DolphinClipboard::paste (SignalModel &model, const QItemSelection &ranges, QDataStream &stream)
bool DolphinClipboard::pasteFromClipboard (SignalModel &model, const QItemSelection &ranges)

Detailed Description

DolphinClipboard: copy/paste of waveform cell rectangles to/from a data stream.

Definition in file DolphinClipboard.h.