HulaLoop
Simple cross-platform audio loopback and recording.
Classes | Namespaces | Macros | Functions
HulaControlError.h File Reference

<hlcontrol/internal/HulaControlError.h>This file is automatically included via hlcontrol.h More...

#include <string>
#include <hlaudio/internal/HulaAudioError.h>
#include <QCoreApplication>
#include <QMessageBox>
#include <QString>
Include dependency graph for HulaControlError.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hula::ControlException
 Exception class for the control module and higher. More...
 

Namespaces

 hula
 Wrapper around translation functions for Qt.
 

Macros

#define HL_EXPORT_OPEN_FILE_CODE   -18
 
#define HL_EXPORT_OPEN_FILE_MSG   "Could not open file %s!"
 

Functions

QString hula::getTranslatedErrorMessage (int code)
 Retrieve the description associated with a given error code. More...
 

Detailed Description

<hlcontrol/internal/HulaControlError.h>

This file is automatically included via hlcontrol.h

The exceptions defined in this file are those related to the control module. Higher and lower level modules have their own error files which define additional exceptions.