Home
last modified time | relevance | path

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

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dthemeprovider.cpp265 std::wstring name = COptions::Get()->get_string(OPTION_ICONS_THEME); in CThemeProvider()
273 COptions::Get()->watch(OPTION_ICONS_THEME, this); in CThemeProvider()
338 std::wstring const theme = COptions::Get()->get_string(OPTION_ICONS_THEME); in CreateBitmap()
373 std::wstring const theme = COptions::Get()->get_string(OPTION_ICONS_THEME); in CreateAnimation()
461 std::wstring name = COptions::Get()->get_string(OPTION_ICONS_THEME); in OnOptionsChanged()
H A DOptions.h57 OPTION_ICONS_THEME, enumerator
H A Dstatusbar.cpp338 COptions::Get()->watch(OPTION_ICONS_THEME, this); in BEGIN_EVENT_TABLE()
665 if (options.test(OPTION_ICONS_THEME)) { in OnOptionsChanged()
H A DMainfrm.cpp539 COptions::Get()->watch(OPTION_ICONS_THEME, this); in CMainFrame()
2919 if (options.test(OPTION_ICONS_THEME) || options.test(OPTION_ICONS_SCALE)) { in OnOptionsChanged()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_themes.cpp196 m_pOptions->set(OPTION_ICONS_THEME, theme.ToStdWstring()); in SavePage()
255 std::wstring activeTheme = m_pOptions->get_string(OPTION_ICONS_THEME); in OnDisplayedFirstTime()