Home
last modified time | relevance | path

Searched refs:mpSettings (Results 1 – 7 of 7) sorted by relevance

/haiku/src/apps/mediaplayer/settings/
H A DSettings.cpp19 mpSettings::operator!=(const mpSettings& other) const in operator !=()
48 Settings::Get(mpSettings& settings) const in Get()
67 (uint32)mpSettings::RESUME_ALWAYS); in Get()
70 (uint32)mpSettings::SUBTITLE_SIZE_MEDIUM); in Get()
73 (uint32)mpSettings::SUBTITLE_PLACEMENT_BOTTOM_OF_VIDEO); in Get()
77 (uint32)mpSettings::BG_MOVIES_FULL_VOLUME); in Get()
85 Settings::Update(const mpSettings& settings) in Update()
H A DSettingsWindow.cpp105 B_TRANSLATE("never"), mpSettings::RESUME_NEVER); in SettingsWindow()
107 B_TRANSLATE("ask every time"), mpSettings::RESUME_ASK); in SettingsWindow()
109 B_TRANSLATE("always"), mpSettings::RESUME_ALWAYS); in SettingsWindow()
114 B_TRANSLATE("Small"), mpSettings::SUBTITLE_SIZE_SMALL); in SettingsWindow()
116 B_TRANSLATE("Medium"), mpSettings::SUBTITLE_SIZE_MEDIUM); in SettingsWindow()
118 B_TRANSLATE("Large"), mpSettings::SUBTITLE_SIZE_LARGE); in SettingsWindow()
123 mpSettings::SUBTITLE_PLACEMENT_BOTTOM_OF_VIDEO); in SettingsWindow()
125 mpSettings::SUBTITLE_PLACEMENT_BOTTOM_OF_SCREEN); in SettingsWindow()
295 == mpSettings::BG_MOVIES_FULL_VOLUME); in AdoptSettings()
297 == mpSettings::BG_MOVIES_HALF_VLUME); in AdoptSettings()
[all …]
H A DSettings.h22 struct mpSettings { struct
57 bool operator!=(const mpSettings& other) const; argument
68 void Get(mpSettings& settings) const; argument
69 void Update(const mpSettings& settings);
H A DSettingsWindow.h37 mpSettings fSettings;
38 mpSettings fLastSettings;
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp419 mpSettings settings; in _AdoptGlobalSettings()
426 case mpSettings::SUBTITLE_SIZE_SMALL: in _AdoptGlobalSettings()
429 case mpSettings::SUBTITLE_SIZE_MEDIUM: in _AdoptGlobalSettings()
432 case mpSettings::SUBTITLE_SIZE_LARGE: in _AdoptGlobalSettings()
469 case mpSettings::SUBTITLE_PLACEMENT_BOTTOM_OF_VIDEO: in _LayoutSubtitle()
473 case mpSettings::SUBTITLE_PLACEMENT_BOTTOM_OF_SCREEN: in _LayoutSubtitle()
H A DController.cpp383 case mpSettings::BG_MOVIES_MUTED: in PlayerActivated()
386 case mpSettings::BG_MOVIES_HALF_VLUME: in PlayerActivated()
389 case mpSettings::BG_MOVIES_FULL_VOLUME: in PlayerActivated()
736 bool resume = fResume == mpSettings::RESUME_ALWAYS; in RestoreState()
737 if (fResume == mpSettings::RESUME_ASK) { in RestoreState()
1047 mpSettings settings; in _AdoptGlobalSettings()
H A DMainWin.cpp2949 mpSettings settings; in _AdoptGlobalSettings()