#include <engine.h>
Collaboration diagram for core::ubuntu::media::Engine::Volume: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 37 of file engine.cpp.
References max(), min(), and value.
Here is the call graph for this function:
|
static |
Definition at line 32 of file engine.cpp.
Referenced by Volume().
|
static |
Definition at line 27 of file engine.cpp.
Referenced by Volume().
| bool core::ubuntu::media::Engine::Volume::operator!= | ( | const Volume & | rhs | ) | const |
Definition at line 43 of file engine.cpp.
References value.
| bool core::ubuntu::media::Engine::Volume::operator== | ( | const Volume & | rhs | ) | const |
Definition at line 48 of file engine.cpp.
References value.
| double core::ubuntu::media::Engine::Volume::value |
Definition at line 59 of file engine.h.
Referenced by operator!=(), operator==(), and Volume().