Searched refs:wxUxThemeEngine (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Duxtheme.cpp3 // Purpose: implements wxUxThemeEngine class: support for XP themes
50 if ( wxUxThemeEngine::ms_themeEngine )
55 // wxUxThemeEngine dtor (e.g. from wxDynamicLibrary dtor...) or
57 wxUxThemeEngine *themeEngine = wxUxThemeEngine::ms_themeEngine;
58 wxUxThemeEngine::ms_themeEngine = NULL;
59 wxUxThemeEngine::ms_isThemeEngineAvailable = false;
72 // wxUxThemeEngine implementation
75 wxUxThemeEngine *wxUxThemeEngine
[all...]
H A Drenderer.cpp242 wxUxThemeEngine *themeEngine = wxUxThemeEngine::Get();
351 wxUxThemeEngine::Get()->DrawThemeBackground
387 wxUxThemeEngine::Get()->DrawThemeBackground
418 hr = wxUxThemeEngine::Get()->GetThemeMetric( hTheme,
448 wxUxThemeEngine::Get()->DrawThemeBackground
491 wxUxThemeEngine::Get()->DrawThemeBackground
532 wxUxThemeEngine::Get()->DrawThemeBackground
614 wxUxThemeEngine::Get()->GetThemeColor(hTheme, EP_EDITTEXT,
624 wxUxThemeEngine
[all...]
H A Dcombo.cpp178 wxUxThemeEngine* theme = wxUxThemeEngine::GetIfActive();
244 wxUxThemeEngine * const theme = wxUxThemeEngine::GetIfActive();
286 if ( wxUxThemeEngine::GetIfActive() )
416 //wxUxThemeEngine* theme = NULL;
418 // theme = wxUxThemeEngine::GetIfActive();
507 wxUxThemeEngine* theme = NULL;
511 theme = wxUxThemeEngine::GetIfActive();
884 if ( wxUxThemeEngine
[all...]
H A Dbmpbuttn.cpp238 wxUxThemeEngine::GetIfActive() )
282 if ( wxUxThemeEngine::Get()->IsThemeBackgroundPartiallyTransparent(theme,
286 wxUxThemeEngine::Get()->DrawThemeParentBackground(GetHwndOf(button), hdc, &rectBtn);
290 wxUxThemeEngine::Get()->DrawThemeBackground(theme, hdc, BP_PUSHBUTTON, iState,
295 wxUxThemeEngine::Get()->GetThemeMargins(theme, hdc, BP_PUSHBUTTON, iState,
368 if ( autoDraw && wxUxThemeEngine::GetIfActive() )
376 wxUxThemeEngine::Get()->GetThemeMargins(theme, NULL,
600 if ( wxUxThemeEngine::GetIfActive() )
605 wxUxThemeEngine::Get()->GetThemeMargins(theme, NULL,
H A Dbutton.cpp542 else if ( wxUxThemeEngine::GetIfActive() )
784 if ( wxUxThemeEngine::Get()->IsThemeBackgroundPartiallyTransparent(theme,
788 wxUxThemeEngine::Get()->DrawThemeParentBackground(GetHwndOf(button), hdc, &rectBtn);
792 wxUxThemeEngine::Get()->DrawThemeBackground(theme, hdc, BP_PUSHBUTTON, iState,
797 wxUxThemeEngine::Get()->GetThemeMargins(theme, hdc, BP_PUSHBUTTON, iState,
831 if ( wxUxThemeEngine::GetIfActive() )
H A Dnotebook.cpp381 if ( wxUxThemeEngine::GetIfActive() )
383 wxUxThemeEngine::GetIfActive()->SetWindowTheme(GetHwnd(), L"", L"");
1204 wxUxThemeEngine::Get()->GetThemeBackgroundExtent
1213 wxUxThemeEngine::Get()->DrawThemeBackground
1249 if ( !m_hasBgCol && wxUxThemeEngine::GetIfActive() )
1319 if (wxUxThemeEngine::Get())
1328 bool success = (S_OK == wxUxThemeEngine::Get()->GetThemeColor(
1348 wxUxThemeEngine::Get()->GetThemeColor(
1367 if (S_OK == wxUxThemeEngine::Get()->GetCurrentThemeName(szwThemeFile, 1024, szwThemeColor, 256, NULL, 0))
H A Dcheckbox.cpp326 if ( wxUxThemeEngine::GetIfActive() )
489 wxUxThemeEngine *themeEngine = wxUxThemeEngine::GetIfActive();
H A Dtbar95.cpp1507 wxUxThemeEngine *theme = wxUxThemeEngine::GetIfActive();
1525 wxUxThemeEngine *theme = wxUxThemeEngine::GetIfActive();
1710 wxUxThemeEngine *theme = wxUxThemeEngine::GetIfActive();
H A Dstatbox.cpp393 if ( m_hasFgCol && wxUxThemeEngine::GetIfActive() )
423 if ( wxUxThemeEngine::Get()->GetThemeFont
H A Dstatbr95.cpp291 wxUxThemeEngine::Get()->GetThemeBackgroundContentRect(theme, NULL,
H A Dwindow.cpp286 if (wxUxThemeEngine::GetIfActive())
3333 wxUxThemeEngine* theme = wxUxThemeEngine::GetIfActive();
3375 wxUxThemeEngine* theme = wxUxThemeEngine::GetIfActive();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Duxtheme.h3 // Purpose: wxUxThemeEngine class: support for XP themes
69 // wxUxThemeEngine: provides all theme functions from uxtheme.dll
82 class WXDLLEXPORT wxUxThemeEngine class
86 static wxUxThemeEngine *Get();
90 static wxUxThemeEngine *GetIfActive();
144 wxUxThemeEngine() { } function in class:wxUxThemeEngine
148 ~wxUxThemeEngine() { }
162 static wxUxThemeEngine *ms_themeEngine;
171 DECLARE_NO_COPY_CLASS(wxUxThemeEngine)
176 /* static */ inline wxUxThemeEngine *wxUxThemeEngin
[all...]

Completed in 102 milliseconds