kwave  18.07.70
Writer.h File Reference
#include "config.h"
#include <QtGlobal>
#include <QObject>
#include "libkwave/InsertMode.h"
#include "libkwave/SampleSink.h"
Include dependency graph for Writer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kwave::Writer
 

Namespaces

 Kwave
 

Functions

Kwave::Writerflush (Kwave::Writer &s) Q_DECL_EXPORT
 

Function Documentation

◆ flush()

Kwave::Writer& flush ( Kwave::Writer s)

modifier for flushing

Definition at line 145 of file Writer.cpp.

References Kwave::Writer::flush().

Referenced by Kwave::ReversePlugin::reverseSlice().

146 {
147  s.flush();
148  return s;
149 }
bool flush()
Definition: Writer.h:94
Here is the call graph for this function:
Here is the caller graph for this function: