Home
last modified time | relevance | path

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

123456789

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Diconbndl.cpp37 size_t i, max = ic.m_icons.GetCount(); in WX_DEFINE_OBJARRAY()
41 m_icons.Add( ic.m_icons[i] ); in WX_DEFINE_OBJARRAY()
48 m_icons.Empty(); in DeleteIcons()
85 size_t max = m_icons.GetCount(); in GetIcon()
91 tmp = &m_icons[0]; in GetIcon()
105 if( !m_icons[i].Ok() ) in GetIcon()
107 wxCoord sx = m_icons[i].GetWidth(), sy = m_icons[i].GetHeight(); in GetIcon()
116 sysIcon = &m_icons[i]; in GetIcon()
122 tmp = &m_icons[0]; in GetIcon()
132 wxIcon& tmp = m_icons[i]; in AddIcon()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Diconbndl.cpp37 size_t i, max = ic.m_icons.GetCount(); in WX_DEFINE_OBJARRAY()
41 m_icons.Add( ic.m_icons[i] ); in WX_DEFINE_OBJARRAY()
48 m_icons.Empty(); in DeleteIcons()
85 size_t max = m_icons.GetCount(); in GetIcon()
91 tmp = &m_icons[0]; in GetIcon()
105 if( !m_icons[i].Ok() ) in GetIcon()
107 wxCoord sx = m_icons[i].GetWidth(), sy = m_icons[i].GetHeight(); in GetIcon()
116 sysIcon = &m_icons[i]; in GetIcon()
122 tmp = &m_icons[0]; in GetIcon()
132 wxIcon& tmp = m_icons[i]; in AddIcon()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Diconbndl.cpp37 size_t i, max = ic.m_icons.GetCount(); in WX_DEFINE_OBJARRAY()
41 m_icons.Add( ic.m_icons[i] ); in WX_DEFINE_OBJARRAY()
48 m_icons.Empty(); in DeleteIcons()
85 size_t max = m_icons.GetCount(); in GetIcon()
91 tmp = &m_icons[0]; in GetIcon()
105 if( !m_icons[i].Ok() ) in GetIcon()
107 wxCoord sx = m_icons[i].GetWidth(), sy = m_icons[i].GetHeight(); in GetIcon()
116 sysIcon = &m_icons[i]; in GetIcon()
122 tmp = &m_icons[0]; in GetIcon()
132 wxIcon& tmp = m_icons[i]; in AddIcon()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Diconbndl.cpp37 size_t i, max = ic.m_icons.GetCount(); in WX_DEFINE_OBJARRAY()
41 m_icons.Add( ic.m_icons[i] ); in WX_DEFINE_OBJARRAY()
48 m_icons.Empty(); in DeleteIcons()
85 size_t max = m_icons.GetCount(); in GetIcon()
91 tmp = &m_icons[0]; in GetIcon()
105 if( !m_icons[i].Ok() ) in GetIcon()
107 wxCoord sx = m_icons[i].GetWidth(), sy = m_icons[i].GetHeight(); in GetIcon()
116 sysIcon = &m_icons[i]; in GetIcon()
122 tmp = &m_icons[0]; in GetIcon()
132 wxIcon& tmp = m_icons[i]; in AddIcon()
[all …]
/dports/x11/polybar/polybar-3.5.7/src/drawtypes/
H A Dramp.cpp9 m_icons.emplace_back(forward<decltype(icon)>(icon)); in add()
13 return m_icons[index]; in get()
17 size_t index = percentage * m_icons.size() / 100.0f; in get_by_percentage()
18 return m_icons[math_util::cap<size_t>(index, 0, m_icons.size() - 1)]; in get_by_percentage()
26 index = m_icons.size() - 1; in get_by_percentage_with_borders()
28 index = percentage * (m_icons.size() - 2) / 100.0f + 1; in get_by_percentage_with_borders()
29 index = math_util::cap<size_t>(index, 0, m_icons.size() - 1); in get_by_percentage_with_borders()
31 return m_icons[index]; in get_by_percentage_with_borders()
35 return !m_icons.empty(); in operator bool()
H A Diconset.cpp7 m_icons.emplace(id, forward<decltype(icon)>(icon)); in add()
11 return m_icons.find(id) != m_icons.end(); in has()
16 auto icon = m_icons.find(id); in get()
17 if (icon != m_icons.end()) { in get()
23 for (auto const& icon : m_icons) { in get()
30 return m_icons.find(fallback_id)->second; in get()
34 return !m_icons.empty(); in operator bool()
/dports/x11/polybar/polybar-3.5.7/src/modules/
H A Dmpd.cpp59 m_icons = factory_util::shared<iconset>(); in mpd_module()
62 m_icons->add("play", load_label(m_conf, name(), TAG_ICON_PLAY)); in mpd_module()
65 m_icons->add("pause", load_label(m_conf, name(), TAG_ICON_PAUSE)); in mpd_module()
68 m_icons->add("stop", load_label(m_conf, name(), TAG_ICON_STOP)); in mpd_module()
71 m_icons->add("prev", load_label(m_conf, name(), TAG_ICON_PREV)); in mpd_module()
74 m_icons->add("next", load_label(m_conf, name(), TAG_ICON_NEXT)); in mpd_module()
77 m_icons->add("seekb", load_label(m_conf, name(), TAG_ICON_SEEKB)); in mpd_module()
274 if (m_icons->has("random")) { in update()
277 if (m_icons->has("repeat")) { in update()
280 if (m_icons->has("single")) { in update()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMultiIconValueIndicator.cpp64 m_icons.back()->SizeMove(icon_ul, icon_lr); in CompleteConstruction()
88 AttachChild(m_icons.back()); in CompleteConstruction()
91 if (!m_icons.empty()) in CompleteConstruction()
111 if (m_icons.size() != m_meter_types.size()) { in Update()
116 for (std::size_t i = 0; i < m_icons.size(); ++i) { in Update()
117 assert(m_icons[i]); in Update()
132 m_icons[i]->SetValue(total); in Update()
137 for (unsigned int i = 0; i < m_icons.size(); ++i) in SetToolTip()
139 m_icons.at(i)->SetBrowseInfoWnd(browse_wnd); in SetToolTip()
143 for (unsigned int i = 0; i < m_icons.size(); ++i) in ClearToolTip()
[all …]
H A DSpecialsPanel.cpp24 m_icons() in SpecialsPanel()
36 for (const auto& entry : m_icons) { in InWindow()
62 for (auto& entry : m_icons) in Update()
64 m_icons.clear(); in Update()
104 m_icons[entry.first] = graphic; in Update()
126 for (auto& entry : m_icons) { in Update()
139 if (m_icons.empty()) { in Update()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/editor/
H A Dobject_group.cpp23 m_icons(), in ObjectGroup()
26 m_icons.clear(); in ObjectGroup()
31 m_icons(), in ObjectGroup()
34 m_icons.clear(); in ObjectGroup()
43 m_icons.push_back( ObjectIcon( iter.as_mapping() ) ); in ObjectGroup()
51 m_icons.push_back(new_icon); in add_icon()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/embedded/weatherinfo/
H A Dweatherinfo.cpp65 QHash<QString, QString> m_icons; member in WeatherInfo
191 if (m_icons.isEmpty()) { in extractIcon()
196 m_icons["sunny"] = "weather-sunny"; in extractIcon()
197 m_icons["flurries"] = "weather-snow"; in extractIcon()
198 m_icons["fog"] = "weather-fog"; in extractIcon()
199 m_icons["haze"] = "weather-haze"; in extractIcon()
200 m_icons["icy"] = "weather-icy"; in extractIcon()
201 m_icons["sleet"] = "weather-sleet"; in extractIcon()
203 m_icons["snow"] = "weather-snow"; in extractIcon()
204 m_icons["chance_of_snow"] = "weather-snow"; in extractIcon()
[all …]
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dpanosemodel.cpp43 m_icons << QIcon(fn); in PanoseAttributeModel()
45 m_icons << QIcon(); in PanoseAttributeModel()
62 return m_icons.at(index.row()); in data()
71 return m_icons.count(); in rowCount()
95 m_icons[k] << QIcon(fn); in PanoseValueModel()
97 m_icons[k] << QIcon(); in PanoseValueModel()
127 if(m_icons[m_cat].at(index.row()).isNull()) in data()
133 return m_icons[m_cat].at(index.row()); in data()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtsvg/examples/svg/embedded/weatherinfo/
H A Dweatherinfo.cpp81 QHash<QString, QString> m_icons; member in WeatherInfo
215 if (m_icons.isEmpty()) { in extractIcon()
219 m_icons["Sun"] = "weather-sunny"; in extractIcon()
220 m_icons["Sun/clear sky"] = "weather-sunny"; in extractIcon()
221 m_icons["Clear sky"] = "weather-sunny"; in extractIcon()
222 m_icons["Snow showers"] = "weather-snow"; in extractIcon()
223 m_icons["Snow"] = "weather-snow"; in extractIcon()
224 m_icons["Fog"] = "weather-fog"; in extractIcon()
225 m_icons["Sleet"] = "weather-sleet"; in extractIcon()
226 m_icons["Sleet showers"] = "weather-sleet"; in extractIcon()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Diconbndl.h31 wxIconBundle() : m_icons() {} in wxIconBundle()
33 wxIconBundle( const wxString& file, long type ) : m_icons() in wxIconBundle()
36 wxIconBundle( const wxIcon& icon ) : m_icons() in wxIconBundle()
40 wxIconBundle( const wxIconBundle& ic ) : m_icons() in wxIconBundle()
65 wxIconArray m_icons;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Diconbndl.h31 wxIconBundle() : m_icons() {} in wxIconBundle()
33 wxIconBundle( const wxString& file, long type ) : m_icons() in wxIconBundle()
36 wxIconBundle( const wxIcon& icon ) : m_icons() in wxIconBundle()
40 wxIconBundle( const wxIconBundle& ic ) : m_icons() in wxIconBundle()
65 wxIconArray m_icons;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Diconbndl.h31 wxIconBundle() : m_icons() {} in wxIconBundle()
33 wxIconBundle( const wxString& file, long type ) : m_icons() in wxIconBundle()
36 wxIconBundle( const wxIcon& icon ) : m_icons() in wxIconBundle()
40 wxIconBundle( const wxIconBundle& ic ) : m_icons() in wxIconBundle()
65 wxIconArray m_icons;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Diconbndl.h31 wxIconBundle() : m_icons() {} in wxIconBundle()
33 wxIconBundle( const wxString& file, long type ) : m_icons() in wxIconBundle()
36 wxIconBundle( const wxIcon& icon ) : m_icons() in wxIconBundle()
40 wxIconBundle( const wxIconBundle& ic ) : m_icons() in wxIconBundle()
65 wxIconArray m_icons;
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Diconbndl.h35 wxIconBundle() : m_icons() {} in wxIconBundle()
37 wxIconBundle( const wxString& file, long type ) : m_icons() in wxIconBundle()
40 wxIconBundle( const wxIcon& icon ) : m_icons() in wxIconBundle()
44 wxIconBundle( const wxIconBundle& ic ) : m_icons() in wxIconBundle()
69 wxIconArray m_icons;
H A Dtoplevel.h86 const wxIcon& GetIcon() const { return m_icons.GetIcon( -1 ); } in GetIcon()
89 const wxIconBundle& GetIcons() const { return m_icons; } in GetIcons()
92 virtual void SetIcon(const wxIcon& icon) { m_icons = wxIconBundle( icon ); } in SetIcon()
95 virtual void SetIcons(const wxIconBundle& icons ) { m_icons = icons; } in SetIcons()
151 wxIconBundle m_icons; variable
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dgrid_icon_text_helpers.cpp36 m_icons( icons ), in GRID_CELL_ICON_TEXT_RENDERER()
58 if( position < (int) m_icons.size() && position != wxNOT_FOUND ) in Draw()
60 bitmap = KiBitmap( m_icons[ position ] ); in Draw()
65 bitmap = KiBitmap( m_icons[ 0 ] ); in Draw()
77 wxBitmap bitmap = KiBitmap( m_icons[ row ] ); in GetBestSize()
183 m_icons( icons ), in GRID_CELL_ICON_TEXT_POPUP()
191 return new GRID_CELL_ICON_TEXT_POPUP( m_icons, m_names ); in Clone()
207 if( i < m_icons.size() ) in Create()
208 Combo()->Append( m_names[ i ], KiBitmap( m_icons[ i ] ) ); in Create()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Diconbndl.cpp50 m_icons(other.m_icons) in wxIconBundleRefData()
56 virtual bool IsOk() const { return !m_icons.empty(); } in IsOk()
58 wxIconArray m_icons; member in wxIconBundleRefData
229 const wxIconArray& iconArray = M_ICONBUNDLEDATA->m_icons; in GetIcon()
297 wxIconArray& iconArray = M_ICONBUNDLEDATA->m_icons; in AddIcon()
319 return IsOk() ? M_ICONBUNDLEDATA->m_icons.size() : 0; in GetIconCount()
326 return M_ICONBUNDLEDATA->m_icons[n]; in GetIconByIndex()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Diconbndl.cpp50 m_icons(other.m_icons) in wxIconBundleRefData()
56 virtual bool IsOk() const { return !m_icons.empty(); } in IsOk()
58 wxIconArray m_icons; member in wxIconBundleRefData
229 const wxIconArray& iconArray = M_ICONBUNDLEDATA->m_icons; in GetIcon()
297 wxIconArray& iconArray = M_ICONBUNDLEDATA->m_icons; in AddIcon()
319 return IsOk() ? M_ICONBUNDLEDATA->m_icons.size() : 0; in GetIconCount()
326 return M_ICONBUNDLEDATA->m_icons[n]; in GetIconByIndex()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DTrayIconServer.cpp32 m_icons.insert(std::make_pair(iconId, std::move(icon))); in Insert()
42 auto iconIterator = m_icons.find(static_cast<unsigned int>(wParam)); in OnWndProc()
43 if(iconIterator != std::end(m_icons)) in OnWndProc()
53 for(const auto& iconPair : m_icons) in OnWndProc()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Diconbndl.cpp56 m_icons(other.m_icons) in wxIconBundleRefData()
62 virtual bool IsOk() const wxOVERRIDE { return !m_icons.empty(); } in IsOk()
64 wxIconArray m_icons; member in wxIconBundleRefData
301 const wxIconArray& iconArray = M_ICONBUNDLEDATA->m_icons; in GetIcon()
362 wxIconArray& iconArray = M_ICONBUNDLEDATA->m_icons; in AddIcon()
384 return IsOk() ? M_ICONBUNDLEDATA->m_icons.size() : 0; in GetIconCount()
391 return M_ICONBUNDLEDATA->m_icons[n]; in GetIconByIndex()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/common/
H A Dstructuremodel.h48 m_icons << icon; in QT_FORWARD_DECLARE_CLASS()
54 if (ind >= 0 && ind < m_icons.count()) in QT_FORWARD_DECLARE_CLASS()
55 return m_icons[ind]; in QT_FORWARD_DECLARE_CLASS()
63 QVector<QIcon> m_icons; in QT_FORWARD_DECLARE_CLASS() local
104 Icons m_icons; in QT_FORWARD_DECLARE_CLASS() local

123456789