LIDL Soundboard  1.9.0
A simple soundboard, yet better than EXP Soundboard forsenE
soundwrapper.cpp File Reference
#include "soundwrapper.h"
Include dependency graph for soundwrapper.cpp:

Functions

bool operator== (const SoundWrapper &a, const SoundWrapper &b)
 
bool operator!= (const SoundWrapper &a, const SoundWrapper &b)
 

Function Documentation

◆ operator!=()

bool operator!= ( const SoundWrapper a,
const SoundWrapper b 
)
Deprecated:
Used to be used to detect modification to prompt the user to save. Now, we compare entry save file, and what would be the output save file.
Parameters
aThe soundwrapper to be compared against.
bThe second soundwrapper.

◆ operator==()

bool operator== ( const SoundWrapper a,
const SoundWrapper b 
)
Deprecated:
Used to be used to detect modification to prompt the user to save. Now, we compare entry save file, and what would be the output save file.
Parameters
aThe soundwrapper to be compared against.
bThe second soundwrapper.

References SoundWrapper::_keySequence, SoundWrapper::_soundList, and SoundWrapper::_virtualKey.