Home
last modified time | relevance | path

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

/dports/finance/prestashop/prestashop/src/Core/Form/ChoiceProvider/
H A DThemeChoiceProvider.php40 private $themeProvider; variable in PrestaShop\\PrestaShop\\Core\\Form\\ChoiceProvider\\ThemeChoiceProvider
43 * @param ThemeProviderInterface $themeProvider
45 public function __construct(ThemeProviderInterface $themeProvider) argument
47 $this->themeProvider = $themeProvider;
55 $usedTheme = $this->themeProvider->getCurrentlyUsedTheme();
56 $notUsedThemes = $this->themeProvider->getNotUsedThemes();
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Translation/Factory/
H A DThemeTranslationsFactory.php44 private $themeProvider; variable in PrestaShopBundle\\Translation\\Factory\\ThemeTranslationsFactory
46 public function __construct(ThemeProvider $themeProvider) argument
48 $this->themeProvider = $themeProvider;
56 return $this->themeProvider
67 $this->themeProvider
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Translation/Extractor/
H A DThemeExtractor.php74 private $themeProvider; variable in PrestaShopBundle\\Translation\\Extractor\\ThemeExtractor
88 * @param ThemeProvider $themeProvider
92 public function setThemeProvider(ThemeProvider $themeProvider) argument
94 $this->themeProvider = $themeProvider;
150 $defaultCatalogue = $this->themeProvider
194 if (null === $this->themeProvider) {
198 $databaseCatalogue = $this->themeProvider
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Translation/Exporter/
H A DThemeExporter.php49 private $themeProvider; variable in PrestaShopBundle\\Translation\\Exporter\\ThemeExporter
83 ThemeProvider $themeProvider, argument
91 ->setThemeProvider($themeProvider);
93 $this->themeProvider = $themeProvider;
125 $this->themeProvider->setLocale($locale);
126 $this->themeProvider->setThemeName($themeName);
131 $themeCatalogue = $this->themeProvider->getThemeCatalogue();
135 $databaseCatalogue = $this->themeProvider->getDatabaseCatalogue($themeName);
218 return $this->themeProvider->getCatalogueFromPaths([$folderPath], $locale, '*');
/dports/games/libkdegames/libkdegames-21.12.3/src/
H A Dkgamerenderer.h90 Q_PROPERTY(KgThemeProvider* themeProvider READ themeProvider NOTIFY readOnlyProperty)
172 KgThemeProvider* themeProvider() const;
H A Dkgamerenderer.cpp262 KgThemeProvider* KGameRenderer::themeProvider() const in themeProvider() function in KGameRenderer
/dports/games/kreversi/kreversi-21.12.3/src/qml/
H A DCanvasItem.qml13 * Wrapper used for central access to themeProvider class.
17 provider: themeProvider
/dports/finance/prestashop/prestashop/src/Core/Addon/Theme/
H A DThemeManager.php521 $themeProvider = $kernel->getContainer()->get('prestashop.translation.theme_provider');
553 $allDomains = $this->getDefaultDomains($locale, $themeProvider);
571 private function getDefaultDomains($locale, $themeProvider) argument
575 $defaultCatalogue = $themeProvider
/dports/games/kbreakout/kbreakout-21.12.3/src/qml/
H A DCanvasItem.qml11 provider: themeProvider
/dports/games/klines/klines-21.12.3/src/
H A Dklines.cpp48 KgThemeProvider* prov = KLinesRenderer::renderer()->themeProvider(); in KLinesMainWindow()
50 mselector = new KgThemeSelector(KLinesRenderer::renderer()->themeProvider()); in KLinesMainWindow()
/dports/games/kmines/kmines-21.12.3/src/
H A Dmainwindow.cpp241 …dialog->addPage( new KgThemeSelector( m_scene->renderer().themeProvider() ), i18n( "Theme" ), QStr… in configureSettings()
243 …connect( m_scene->renderer().themeProvider(), &KgThemeProvider::currentThemeChanged, this, &KMines… in configureSettings()
/dports/games/knetwalk/knetwalk-21.12.3/src/qml/
H A DCanvasItem.qml22 provider: themeProvider
/dports/net-im/psi/psi-1.5/src/
H A Dtheme.h101 PsiThemeProvider* themeProvider() const;
H A Dchatview_webkit.cpp91 inline ChatViewThemeProvider* themeProvider() const in themeProvider() function in ChatViewPrivate
400 Theme curTheme = d->themeProvider()->current(); in init()
450 connect(d->themeProvider(), SIGNAL(themeChanged()), SLOT(init())); in setSessionData()
H A Dtheme.cpp255 PsiThemeProvider *Theme::themeProvider() const in themeProvider() function in Theme
/dports/games/killbots/killbots-21.12.3/src/
H A Dmainwindow.cpp54 …connect(Renderer::self()->themeProvider(), &KgThemeProvider::currentThemeChanged, m_scene, &Scene:… in MainWindow()
101 configDialog->addPage(new KgThemeSelector(Renderer::self()->themeProvider()), in configurePreferences()
/dports/games/klickety/klickety-21.12.3/src/
H A Dgamescene.h51 KgThemeProvider* themeProvider() const;
H A Dmainwindow.cpp92 …dialog->addPage( new KgThemeSelector( m_scene->themeProvider() ), i18n( "Theme" ), QStringLiteral(… in configureSettings()
98 …connect(m_scene->themeProvider(), &KgThemeProvider::currentThemeChanged, this, &MainWindow::loadSe… in configureSettings()
H A Dgamescene.cpp274 KgThemeProvider* GameScene::themeProvider() const in themeProvider() function in GameScene
276 return m_renderer.themeProvider(); in themeProvider()
/dports/games/kdiamond/kdiamond-21.12.3/src/
H A Dmainwindow.cpp58 , m_selector(m_renderer->themeProvider(), KgThemeSelector::EnableNewStuffDownload) in MainWindow()
H A Dgame.cpp37 …connect(renderer->themeProvider(), &KgThemeProvider::currentThemeChanged, this, &Game::updateGraph… in Game()
/dports/games/kbounce/kbounce-21.12.3/src/
H A Dmainwindow.cpp174 …dialog->addPage( new KgThemeSelector(m_gameWidget->renderer()->themeProvider(), KgThemeSelector::D… in configureSettings()
H A Dgamewidget.cpp50 connect(m_renderer.themeProvider(), &KgThemeProvider::currentThemeChanged, in KBounceGameWidget()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DControlBuilder.cs2045 ThemeProvider themeProvider = themeService.GetStylesheetThemeProvider(); in GetThemedObject()
2048 if (themeProvider != null) { in GetThemedObject()
2049 themeBuilder = themeProvider.GetSkinBuilder(control); in GetThemedObject()
/dports/games/kpat/kpat-21.12.3/src/
H A Dmainwindow.cpp446 KgThemeProvider* provider = Renderer::self()->themeProvider(); in configureAppearance()