Mixxx

MixxxUtils Class Reference

List of all members.

Static Public Member Functions

static QString secondsToMinutes (int totalSeconds, bool showMillis=false)
static QString millisecondsToMinutes (int totalMilliseconds, bool showMillis=false)

Detailed Description

Definition at line 20 of file mixxxutils.cpp.


Member Function Documentation

static QString MixxxUtils::millisecondsToMinutes ( int  totalMilliseconds,
bool  showMillis = false 
) [inline, static]

Constructs a nicely formatted duration string from a given number of milliseconds

Definition at line 30 of file mixxxutils.cpp.

Here is the caller graph for this function:

static QString MixxxUtils::secondsToMinutes ( int  totalSeconds,
bool  showMillis = false 
) [inline, static]

Constructs a nicely formatted duration string from a given number of seconds

Definition at line 23 of file mixxxutils.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines