Home
last modified time | relevance | path

Searched refs:OSDPretty (Results 1 – 12 of 12) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/osd/
H A Dosdpretty.cpp79 const int OSDPretty::kBorderRadius = 10;
80 const int OSDPretty::kMaxIconSize = 100;
88 OSDPretty::OSDPretty(Mode mode, QWidget *parent) in OSDPretty() function in OSDPretty
162 OSDPretty::~OSDPretty() { in ~OSDPretty()
236 void OSDPretty::Load() { in Load()
289 void OSDPretty::ReloadSettings() { in ReloadSettings()
294 QRect OSDPretty::BoxBorder() const { in BoxBorder()
407 void OSDPretty::FaderFinished() { in FaderFinished()
422 void OSDPretty::Reposition() { in Reposition()
469 void OSDPretty::enterEvent(QEvent*) {
[all …]
H A Dosdpretty.h51 class OSDPretty : public QWidget {
60 explicit OSDPretty(Mode mode, QWidget *parent = nullptr);
61 ~OSDPretty() override;
H A Dosdbase.h40 class OSDPretty; variable
101 OSDPretty *pretty_popup_;
H A Dosdbase.cpp50 pretty_popup_(new OSDPretty(OSDPretty::Mode_Popup)), in OSDBase()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/widgets/
H A Dosdpretty.cpp50 const int OSDPretty::kBorderRadius = 10;
51 const int OSDPretty::kMaxIconSize = 100;
53 const int OSDPretty::kSnapProximity = 20;
58 OSDPretty::OSDPretty(Mode mode, QWidget* parent) in OSDPretty() function in OSDPretty
141 OSDPretty::~OSDPretty() { delete ui_; } in ~OSDPretty()
150 void OSDPretty::Load() { in Load()
166 void OSDPretty::ReloadSettings() { in ReloadSettings()
171 QRect OSDPretty::BoxBorder() const { in BoxBorder()
299 void OSDPretty::FaderFinished() { in FaderFinished()
308 void OSDPretty::Reposition() { in Reposition()
[all …]
H A Dosdpretty.h27 class OSDPretty : public QWidget {
33 OSDPretty(Mode mode, QWidget* parent = nullptr);
34 ~OSDPretty();
H A Dosd.h34 class OSDPretty; variable
131 OSDPretty* pretty_popup_;
H A Dosd.cpp53 pretty_popup_(new OSDPretty(OSDPretty::Mode_Popup)) { in OSD()
/dports/audio/strawberry/strawberry-1.0.0/src/settings/
H A Dnotificationssettingspage.cpp63 pretty_popup_(new OSDPretty(OSDPretty::Mode_Draggable)) {
70 ui_->notifications_bg_preset->setItemData(0, QColor(OSDPretty::kPresetBlue), Qt::DecorationRole);
71 ui_->notifications_bg_preset->setItemData(1, QColor(OSDPretty::kPresetRed), Qt::DecorationRole);
128 …QObject::connect(pretty_popup_, &OSDPretty::PositionChanged, this, &NotificationsSettingsPage::Pre…
195 if (color == OSDPretty::kPresetBlue) {
198 else if (color == OSDPretty::kPresetRed) {
240 s.beginGroup(OSDPretty::kSettingsGroup);
272 pretty_popup_->set_background_color(OSDPretty::kPresetBlue);
276 pretty_popup_->set_background_color(OSDPretty::kPresetRed);
H A Dnotificationssettingspage.h36 class OSDPretty; variable
74 OSDPretty *pretty_popup_;
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dnotificationssettingspage.cpp33 pretty_popup_(new OSDPretty(OSDPretty::Mode_Draggable)) { in NotificationsSettingsPage()
42 ui_->notifications_bg_preset->setItemData(0, QColor(OSDPretty::kPresetBlue), in NotificationsSettingsPage()
44 ui_->notifications_bg_preset->setItemData(1, QColor(OSDPretty::kPresetOrange), in NotificationsSettingsPage()
180 if (color == OSDPretty::kPresetBlue) in Load()
182 else if (color == OSDPretty::kPresetOrange) in Load()
219 s.beginGroup(OSDPretty::kSettingsGroup); in Save()
245 pretty_popup_->set_background_color(OSDPretty::kPresetBlue); in PrettyColorPresetChanged()
249 pretty_popup_->set_background_color(OSDPretty::kPresetOrange); in PrettyColorPresetChanged()
H A Dnotificationssettingspage.h57 OSDPretty* pretty_popup_;