Searched refs:icon (Results 201 - 225 of 265) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddccg.cpp418 void wxMacCGContext::DrawIcon( const wxIcon &icon, wxCoord x, wxCoord y, wxCoord w, wxCoord h ) argument
425 NULL , kPlotIconRefNormalFlags , MAC_WXHICON( icon.GetHICON() ) ) ;
1248 void wxDC::DoDrawIcon( const wxIcon &icon, wxCoord x, wxCoord y )
1251 wxCHECK_RET( icon.Ok(), wxT("wxDC(cg)::DoDrawIcon - invalid icon") );
1255 wxCoord w = icon.GetWidth();
1256 wxCoord h = icon.GetHeight();
1260 m_graphicContext->DrawIcon( icon , xx, yy, ww, hh ) ;
H A Dlistctrl_mac.cpp1049 IconRef icon = bmp.GetBitmapData()->GetIconRef(); local
1050 columnDesc.btnContentInfo.u.iconRef = icon;
1137 // or the total number of items in the list control (icon
1138 // or small icon view)
1432 _T("wxListCtrl::GetViewRect() only works in icon mode") );
2960 IconRef icon = bmp.GetBitmapData()->GetIconRef(); local
2968 kPlotIconRefNormalFlags, icon);
3100 IconRef icon = bmp.GetBitmapData()->GetIconRef(); local
3101 ::SetDataBrowserItemDataIcon(itemData, icon);
H A Ddc.cpp444 void wxDC::DoDrawIcon( const wxIcon &icon, wxCoord x, wxCoord y ) argument
447 wxCHECK_RET(icon.Ok(), wxT("wxDC::DoDrawIcon - invalid icon"));
453 wxCoord w = icon.GetWidth();
454 wxCoord h = icon.GetHeight();
459 PlotIconRef( &r , kAlignNone , kTransformNone , kPlotIconRefNormalFlags , MAC_WXHICON( icon.GetHICON() ) ) ;
H A Dgraphics.cpp1309 virtual void DrawIcon( const wxIcon &icon, wxDouble x, wxDouble y, wxDouble w, wxDouble h );
1753 void wxMacCoreGraphicsContext::DrawIcon( const wxIcon &icon, wxDouble x, wxDouble y, wxDouble w, wxDouble h )
1762 NULL , kPlotIconRefNormalFlags , MAC_WXHICON( icon.GetHICON() ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbitmap.tex199 \item{Wx::Bitmap->new( icon )}
248 \func{bool}{CopyFromIcon}{\param{const wxIcon\&}{ icon}}
250 Creates the bitmap from an icon.
H A Dfiletype.tex158 location of the icon for this MIME type. A \helpref{wxIcon}{wxicon} may be
161 {\bf Windows:} The function returns the icon shown by Explorer for the files of
H A Dmimetype.tex9 may be further queried for file description, icon and other attributes.
H A Dbody.tex344 wxicon icon wx.ico
347 The icon can then be referenced by name when creating a frame icon. See
352 as the Program Manager) find your application icon first.}
H A Ddragimag.tex64 Constructs a drag image from an icon and optional cursor.
H A Dtcommdlg.tex195 Under Windows, an optional icon can be shown, such as an exclamation mark or question mark.
H A Dttoolbar.tex133 // Give it an icon
H A Dxmlres.tex206 Loads an icon resource from a file.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp30 #include "wx/icon.h"
366 virtual void DrawIcon( const wxIcon &icon, wxDouble x, wxDouble y, wxDouble w, wxDouble h );
1311 void wxCairoContext::DrawIcon( const wxIcon &icon, wxDouble x, wxDouble y, wxDouble w, wxDouble h )
1313 // An icon is a bitmap on wxGTK, so do this the easy way. When we want to
1316 DrawBitmap(icon, x, y, w, h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h248 void DoDrawIcon( const wxIcon& icon, wxCoord x, wxCoord y );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmakefile.mic216 $(MICROWINDIR)/icon.$(OBJSUFF) \
H A Dgraphics.cpp31 #include "wx/icon.h"
331 virtual void DrawIcon( const wxIcon &icon, wxDouble x, wxDouble y, wxDouble w, wxDouble h );
1203 void wxGDIPlusContext::DrawIcon( const wxIcon &icon, wxDouble x, wxDouble y, wxDouble w, wxDouble h ) argument
1207 HICON hIcon = (HICON)icon.GetHICON();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbitmap.cpp18 #include "wx/icon.h"
716 bool wxBitmap::CopyFromIcon(const wxIcon& icon) argument
718 *this = icon;
H A Dtoplevel.cpp30 #include "wx/icon.h"
336 // reset the icon
1242 // frame title/icon
1257 void wxTopLevelWindowGTK::SetIcon( const wxIcon &icon )
1259 SetIcons( wxIconBundle( icon ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dmakefile.unx216 $(MICROWINDIR)/icon.$(OBJSUFF) \
H A Dbitmap.cpp21 #include "wx/icon.h"
981 bool wxBitmap::CopyFromIcon(const wxIcon& icon) argument
983 *this = icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp440 void wxDC::DoDrawIcon( const wxIcon &icon, wxCoord x, wxCoord y ) argument
443 wxCHECK_RET(icon.Ok(), wxT("Invalid icon wxDC::DoDrawIcon"));
444 DoDrawBitmap( icon , x , y , icon.GetMask() != NULL ) ;
H A Dtoplevel.cpp629 void wxTopLevelWindowMac::SetIcon(const wxIcon& icon) argument
632 wxTopLevelWindowBase::SetIcon(icon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dplasma-applet-plasmamule.cpp493 aboutData->setProgramIconName (service->icon());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Doptions.cc117 const QIcon folderIcon = iconProvider.icon( QFileIconProvider::Folder );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbitmap.cpp19 #include "wx/icon.h"
1184 bool wxBitmap::CopyFromIcon(const wxIcon& icon) argument
1186 *this = icon;

Completed in 227 milliseconds

1234567891011