Home
last modified time | relevance | path

Searched refs:CurrentAndTotalTime (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dwidgetactions.h129 enum TimeLabelType { CurrentTime = 0, TotalTime = 1, CurrentAndTotalTime = 2, RemainingTime = 3 }; enumerator
H A Dwidgetactions.cpp237 case CurrentAndTotalTime: setText(ct + " / " + tt); break; in updateText()
H A Dminigui.cpp89 time_label_action = createTimeLabelAction(TimeLabelAction::CurrentAndTotalTime, this); in createActions()
H A Ddefaultgui.cpp149 time_label_action = createTimeLabelAction(TimeLabelAction::CurrentAndTotalTime, this); in createActions()
/dports/multimedia/smplayer/smplayer-21.10.0/src/skingui/
H A Dskingui.cpp101 time_label_action = createTimeLabelAction(TimeLabelAction::CurrentAndTotalTime, this); in createActions()