Home
last modified time | relevance | path

Searched refs:popupStyle (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/kf5-knotifications/knotifications-5.89.0/src/
H A Dkpassivepopup.cpp47 , popupStyle(DEFAULT_POPUP_TYPE) in Private()
63 if (popupStyle == Boxed) { in Private()
75 int popupStyle; member in KPassivePopup::Private
192 if (popupStyle == Balloon) { in calculateNearbyPoint()
265 d->popupStyle = popupstyle; in setPopupStyle()
266 if (d->popupStyle == Boxed) { in setPopupStyle()
281 if (d->popupStyle == Balloon) { in setView()
484 if (d->popupStyle == Balloon) { in moveNear()
504 if (d->popupStyle == Balloon) { in paintEvent()
556 pop->setPopupStyle(popupStyle); in message()
[all …]
H A Dkpassivepopup.h266 …static KPassivePopup *message(int popupStyle, const QString &text, QWidget *parent, const QPoint &…
276 static KPassivePopup *message(int popupStyle, const QString &text, QSystemTrayIcon *parent);
286 …static KPassivePopup *message(int popupStyle, const QString &caption, const QString &text, QSystem…
296 …static KPassivePopup *message(int popupStyle, const QString &caption, const QString &text, QWidget…
307 …message(int popupStyle, const QString &caption, const QString &text, const QPixmap &icon, QWidget …
317 …static KPassivePopup *message(int popupStyle, const QString &caption, const QString &text, const Q…
328 …message(int popupStyle, const QString &caption, const QString &text, const QPixmap &icon, WId pare…
/dports/graphics/digikam/digikam-7.4.0/core/libs/notificationmanager/
H A Ddnotificationpopup.cpp78 if (popupStyle == Boxed) in Private()
99 int popupStyle; member in Digikam::DNotificationPopup::Private
231 if (popupStyle == Balloon) in calculateNearbyPoint()
319 if (d->popupStyle == popupstyle) in setPopupStyle()
324 d->popupStyle = popupstyle; in setPopupStyle()
326 if (d->popupStyle == Boxed) in setPopupStyle()
345 if (d->popupStyle == Balloon) in setView()
566 if (d->popupStyle == Balloon) in moveNear()
589 if (d->popupStyle == Balloon) in paintEvent()
645 pop->setPopupStyle(popupStyle); in message()
[all …]
H A Ddnotificationpopup.h229 …static DNotificationPopup* message(int popupStyle, const QString& text, QWidget* parent, const QPo…
237 … static DNotificationPopup* message(int popupStyle, const QString& text, QSystemTrayIcon* parent);
245 static DNotificationPopup* message(int popupStyle, const QString& caption, const QString& text,
254 static DNotificationPopup* message(int popupStyle, const QString& caption, const QString& text,
263 static DNotificationPopup* message(int popupStyle, const QString& caption, const QString& text,
273 static DNotificationPopup* message(int popupStyle, const QString& caption, const QString& text,
282 static DNotificationPopup* message(int popupStyle, const QString& caption, const QString& text,
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DFullscreenPopupPanel.java58 Style popupStyle = getElement().getStyle(); in FullscreenPopupPanel() local
59 popupStyle.setZIndex(1001); in FullscreenPopupPanel()
60 popupStyle.setPosition(Style.Position.ABSOLUTE); in FullscreenPopupPanel()
61 popupStyle.setTop(margin, Unit.PX); in FullscreenPopupPanel()
62 popupStyle.setBottom(margin, Unit.PX); in FullscreenPopupPanel()
63 popupStyle.setLeft(margin, Unit.PX); in FullscreenPopupPanel()
64 popupStyle.setRight(margin, Unit.PX); in FullscreenPopupPanel()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/widgets/
H A Ddecoration.ts48 const popupStyle = { constant
60 ...popupStyle,
77 ...popupStyle,
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/unittest/uidescription/uiviewcreator/
H A Dcoptionmenucreator_test.cpp18 TEST(popupStyle,
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/unittest/uidescription/uiviewcreator/
H A Dcoptionmenucreator_test.cpp18 TEST(popupStyle,
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_map.php210 $popupStyle = smarty_modifier_escape($params['popupstyle']);
291 …" data-marker-filter=\"$scope\" data-map-controls=\"$controls\" data-popup-style=\"$popupStyle\"" .
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/UI/
H A DUIScreen.cpp330 box_->SetBG(dc.theme->popupStyle.background); in CreateViews()
371 …xtView(lineOfText, ALIGN_LEFT | ALIGN_VCENTER, false))->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
629 edit_->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
636 …lin->Add(new TextView(units_, new LinearLayoutParams(10.0f)))->SetTextColor(dc.theme->popupStyle.f… in CreatePopupContents()
663 edit_->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
669 …lin->Add(new TextView(units_, new LinearLayoutParams(10.0f)))->SetTextColor(dc.theme->popupStyle.f… in CreatePopupContents()
780 edit_->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
H A DView.cpp1379 Style knobStyle = (down_ || focus) ? dc.theme->popupTitle : dc.theme->popupStyle; in Draw()
1391 …dc.DrawText(temp, bounds_.x2() - 22, bounds_.centerY(), dc.theme->popupStyle.fgColor, ALIGN_CENTER… in Draw()
1498 Style knobStyle = (down_ || focus) ? dc.theme->popupTitle : dc.theme->popupStyle; in Draw()
1507 …dc.DrawText(temp, bounds_.x2() - 22, bounds_.centerY(), dc.theme->popupStyle.fgColor, ALIGN_CENTER… in Draw()
H A DView.h120 Style popupStyle; member
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/UI/
H A DUIScreen.cpp330 box_->SetBG(dc.theme->popupStyle.background); in CreateViews()
371 …xtView(lineOfText, ALIGN_LEFT | ALIGN_VCENTER, false))->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
629 edit_->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
636 …lin->Add(new TextView(units_, new LinearLayoutParams(10.0f)))->SetTextColor(dc.theme->popupStyle.f… in CreatePopupContents()
663 edit_->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
669 …lin->Add(new TextView(units_, new LinearLayoutParams(10.0f)))->SetTextColor(dc.theme->popupStyle.f… in CreatePopupContents()
780 edit_->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
H A DView.cpp1379 Style knobStyle = (down_ || focus) ? dc.theme->popupTitle : dc.theme->popupStyle; in Draw()
1391 …dc.DrawText(temp, bounds_.x2() - 22, bounds_.centerY(), dc.theme->popupStyle.fgColor, ALIGN_CENTER… in Draw()
1498 Style knobStyle = (down_ || focus) ? dc.theme->popupTitle : dc.theme->popupStyle; in Draw()
1507 …dc.DrawText(temp, bounds_.x2() - 22, bounds_.centerY(), dc.theme->popupStyle.fgColor, ALIGN_CENTER… in Draw()
H A DView.h120 Style popupStyle; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/UI/
H A DUIScreen.cpp330 box_->SetBG(dc.theme->popupStyle.background); in CreateViews()
371 …xtView(lineOfText, ALIGN_LEFT | ALIGN_VCENTER, false))->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
629 edit_->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
636 …lin->Add(new TextView(units_, new LinearLayoutParams(10.0f)))->SetTextColor(dc.theme->popupStyle.f… in CreatePopupContents()
663 edit_->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
669 …lin->Add(new TextView(units_, new LinearLayoutParams(10.0f)))->SetTextColor(dc.theme->popupStyle.f… in CreatePopupContents()
780 edit_->SetTextColor(dc.theme->popupStyle.fgColor); in CreatePopupContents()
H A DView.cpp1379 Style knobStyle = (down_ || focus) ? dc.theme->popupTitle : dc.theme->popupStyle; in Draw()
1391 …dc.DrawText(temp, bounds_.x2() - 22, bounds_.centerY(), dc.theme->popupStyle.fgColor, ALIGN_CENTER… in Draw()
1498 Style knobStyle = (down_ || focus) ? dc.theme->popupTitle : dc.theme->popupStyle; in Draw()
1507 …dc.DrawText(temp, bounds_.x2() - 22, bounds_.centerY(), dc.theme->popupStyle.fgColor, ALIGN_CENTER… in Draw()
H A DView.h120 Style popupStyle; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DDateTime.java521 int popupStyle = SWT.CALENDAR; in createPopupShell() local
523 popupStyle |= SWT.CALENDAR_WEEKNUMBERS; in createPopupShell()
525 popupCalendar = new DateTime (popupShell, popupStyle); in createPopupShell()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DDateTime.java534 int popupStyle = SWT.CALENDAR; in createPopupShell() local
536 popupStyle |= SWT.CALENDAR_WEEKNUMBERS; in createPopupShell()
538 popupCalendar = new DateTime (popupShell, popupStyle); in createPopupShell()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DSavedataScreen.cpp87 const Style &textStyle = dc.theme->popupStyle;
H A DNativeApp.cpp897 ui_theme.popupStyle = MakeStyle(g_Config.uPopupStyleFg, g_Config.uPopupStyleBg); in UIThemeInit()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DSavedataScreen.cpp87 const Style &textStyle = dc.theme->popupStyle; in CreatePopupContents()
H A DNativeApp.cpp897 ui_theme.popupStyle = MakeStyle(g_Config.uPopupStyleFg, g_Config.uPopupStyleBg); in UIThemeInit()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DSavedataScreen.cpp87 const Style &textStyle = dc.theme->popupStyle; in CreatePopupContents()

123