Searched refs:m_scheme (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Duri.cpp77 m_scheme = m_userinfo = m_server = m_port = m_path =
192 ret = ret + m_scheme + wxT(":");
223 ret = ret + m_scheme + wxT(":");
262 m_scheme = uri.m_scheme;
293 if(m_scheme != uri.m_scheme)
397 m_scheme += *uri++;
405 m_scheme += *uri++;
419 m_scheme
[all...]
H A Durl.cpp165 m_url = m_scheme + wxT(":");
214 if (m_scheme == info->m_protoname)
465 return m_scheme;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Duri.h69 const wxString& GetScheme() const { return m_scheme; }
134 wxString m_scheme; member in class:wxURI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstdrend.cpp57 : m_scheme(scheme)
178 colBg = m_scheme->GetBackground(window);
182 colBg = wxSCHEME_COLOUR(m_scheme, CONTROL);
624 colChanger.Set(wxSCHEME_COLOUR(m_scheme, HIGHLIGHT_TEXT));
626 const wxColour colBg = wxSCHEME_COLOUR(m_scheme, HIGHLIGHT);
775 dc.SetTextForeground(wxSCHEME_COLOUR(m_scheme, HIGHLIGHT_TEXT));
776 dc.SetTextBackground(wxSCHEME_COLOUR(m_scheme, HIGHLIGHT));
845 DrawSolidRect(dc, wxSCHEME_COLOUR(m_scheme, CONTROL), rect);
1061 wxColour col = m_scheme->Get(flags & wxTOPLEVEL_ACTIVE
1076 wxColour col = m_scheme
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dgtk.cpp276 return wxSCHEME_COLOUR(m_scheme, CONTROL_PRESSED);
278 return wxSCHEME_COLOUR(m_scheme, CONTROL_CURRENT);
280 return wxSCHEME_COLOUR(m_scheme, CONTROL);
518 wxGTKColourScheme *m_scheme; member in class:wxGTKTheme
535 m_scheme = NULL;
543 delete m_scheme;
569 if ( !m_scheme )
571 m_scheme = new wxGTKColourScheme;
573 return m_scheme;
951 col1 = wxSCHEME_COLOUR(m_scheme, SHADOW_DAR
[all...]
H A Dmono.cpp501 wxMonoColourScheme *m_scheme; member in class:wxMonoTheme
518 m_scheme = NULL;
526 delete m_scheme;
552 if ( !m_scheme )
554 m_scheme = new wxMonoColourScheme;
557 return m_scheme;
H A Dwin32.cpp509 wxWin32ColourScheme *m_scheme; member in class:wxWin32Theme
1066 m_scheme = NULL;
1074 delete m_scheme;
1169 if ( !m_scheme )
1171 m_scheme = new wxWin32ColourScheme;
1173 return m_scheme;
2207 dc.SetTextForeground(wxSCHEME_COLOUR(m_scheme, SHADOW_HIGHLIGHT));
2208 dc.SetTextBackground(wxSCHEME_COLOUR(m_scheme, CONTROL));
2360 colChanger.Set(wxSCHEME_COLOUR(m_scheme, HIGHLIGHT_TEXT));
2362 const wxColour colBg = wxSCHEME_COLOUR(m_scheme, HIGHLIGH
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dstdrend.h347 const wxColourScheme * const m_scheme; member in class:wxStdRenderer

Completed in 93 milliseconds