#include <engine.h>
Public Member Functions | |
Volume (double v=max()) | |
bool | operator!= (const Volume &rhs) const |
bool | operator== (const Volume &rhs) const |
Static Public Member Functions | |
static double | min () |
static double | max () |
Public Attributes | |
double | value |
|
explicit |
Definition at line 151 of file engine.cpp.
References max(), min(), and value.
|
static |
Definition at line 146 of file engine.cpp.
Referenced by Volume().
|
static |
Definition at line 141 of file engine.cpp.
Referenced by Volume().
bool core::ubuntu::media::Engine::Volume::operator!= | ( | const Volume & | rhs | ) | const |
Definition at line 157 of file engine.cpp.
References value.
bool core::ubuntu::media::Engine::Volume::operator== | ( | const Volume & | rhs | ) | const |
Definition at line 162 of file engine.cpp.
References value.
double core::ubuntu::media::Engine::Volume::value |
Definition at line 81 of file engine.h.
Referenced by operator!=(), operator==(), and Volume().