Just Intonation  Version 1.3.1 (19)
Explore key-independent dynamically adapting tuning in just intonation
InstrumentFileHandler Class Reference

Class for reading and writing an entire instrument. More...

#include <instrumentfilehandler.h>

Collaboration diagram for InstrumentFileHandler:
Collaboration graph

Public Member Functions

 InstrumentFileHandler ()
 

Static Public Member Functions

template<class T >
static bool write (QIODevice &iodevice, const T &object)
 
template<class T >
static bool read (QIODevice &iodevice, const T &object)
 

Detailed Description

Class for reading and writing an entire instrument.

Definition at line 29 of file instrumentfilehandler.h.

Constructor & Destructor Documentation

InstrumentFileHandler::InstrumentFileHandler ( )

Definition at line 22 of file instrumentfilehandler.cpp.

Member Function Documentation

template<class T >
template bool InstrumentFileHandler::read< bool > ( QIODevice &  iodevice,
const T &  object 
)
static

Definition at line 46 of file instrumentfilehandler.cpp.

template<class T >
template bool InstrumentFileHandler::write< bool > ( QIODevice &  iodevice,
const T &  object 
)
static

Definition at line 31 of file instrumentfilehandler.cpp.


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