VPreset Class Reference
#include <vequalizer.h>
Public Member Functions | |
| VPreset (const VPreset ©) | |
| VPreset & | operator= (const VPreset ©) |
| bool | operator== (const VPreset &other) const |
| QString | name () const |
| bool | setName (const QString &name) |
| QString | file () const |
| bool | isValid () const |
| bool | isNull () const |
| operator bool () const | |
| void | save () |
| void | load () const |
| void | remove () |
Detailed Description
a preset stores the state of the equalizerVEqualizer provides a way to get a list of these or access them by name
this acts as a reference to the preset, so it might be invalid in which case isValid() is false, isNull() is true, and operator bool() return false
Definition at line 400 of file vequalizer.h.
Member Function Documentation
|
|
|
|
|
load the preset into the equalizer |
|
|
|
|
|
obliterate this preset! |
|
|
save the state of the equalizer into this preset |
|
|
set the user-presentable name of the preset Equalizer will emit renamed
|
The documentation for this class was generated from the following file:
