Searched refs:icon (Results 176 - 200 of 265) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dprefs-dialog.cc302 hig->addWideControl( checkBoxNew( tr( "Show Transmission icon in the &notification area" ), Prefs::SHOW_TRAY_ICON ) );
526 const QIcon folderIcon = iconProvider.icon( QFileIconProvider::Folder );
528 const QIcon fileIcon = iconProvider.icon( QFileIconProvider::File );
569 const QIcon folderIcon = iconProvider.icon( QFileIconProvider::Folder );
571 const QIcon fileIcon = iconProvider.icon( QFileIconProvider::File );
H A Dmainwin.cc73 QIcon icon = QIcon::fromTheme( name ); local
75 if( icon.isNull( ) && ( fallback >= 0 ) )
76 icon = style()->standardIcon( QStyle::StandardPixmap( fallback ), 0, this );
78 return icon;
318 // if they're using a tray icon, close to the tray
1329 QIcon icon = getStockIcon( key, QStyle::SP_DriveNetIcon ); local
1330 QPixmap pixmap = icon.pixmap ( 16, 16 );
H A Dfilterbar.cc163 // draw the icon and text
172 // draw the icon
428 QIcon icon = QIcon::fromTheme( "edit-clear", style()->standardIcon( QStyle::SP_DialogCloseButton ) ); local
431 p->setIcon( icon );
H A Ddetails.cc135 QIcon icon = QIcon::fromTheme( freedesktop_name ); local
137 if( icon.isNull( ) )
138 icon = style()->standardIcon( QStyle::StandardPixmap( fallback ), 0, this );
140 return icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dbitmap.cpp19 #include "wx/icon.h"
98 // as PICT conversion will only result in a 16x16 icon, let's attempt
580 wxASSERT_MSG( err == noErr , wxT("Error when constructing icon ref") );
938 bool wxBitmap::CopyFromIcon(const wxIcon& icon) argument
941 int w = icon.GetWidth() ;
942 int h = icon.GetHeight() ;
944 Create( icon.GetWidth() , icon.GetHeight() ) ;
986 OSStatus err = IconRefToIconFamily( MAC_WXHICON(icon.GetHICON()) , selector , &iconFamily ) ;
1036 dc.DrawIcon( icon ,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp319 wxIcon *icon = (wxIcon*)CreateResFromNode( local
323 if (icon) { rt = *icon; delete icon; }
1182 wxIcon icon; local
1183 icon.CopyFromBitmap(GetBitmap(param, defaultArtClient, size));
1184 return icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddc.h264 void DrawIcon(const wxIcon& icon, wxCoord x, wxCoord y) argument
265 { DoDrawIcon(icon, x, y); }
266 void DrawIcon(const wxIcon& icon, const wxPoint& pt) argument
267 { DoDrawIcon(icon, pt.x, pt.y); }
725 virtual void DoDrawIcon(const wxIcon& icon, wxCoord x, wxCoord y) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.c1086 SendResp_icon(struct upnphttp * h, char * icon) argument
1095 if( strcmp(icon, "sm.png") == 0 )
1097 DPRINTF(E_DEBUG, L_HTTP, "Sending small PNG icon\n");
1102 else if( strcmp(icon, "lrg.png") == 0 )
1104 DPRINTF(E_DEBUG, L_HTTP, "Sending large PNG icon\n");
1109 else if( strcmp(icon, "sm.jpg") == 0 )
1111 DPRINTF(E_DEBUG, L_HTTP, "Sending small JPEG icon\n");
1116 else if( strcmp(icon, "lrg.jpg") == 0 )
1118 DPRINTF(E_DEBUG, L_HTTP, "Sending large JPEG icon\n");
1125 DPRINTF(E_WARN, L_HTTP, "Invalid icon reques
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.c1332 SendResp_icon(struct upnphttp * h, char * icon) argument
1340 if( strcmp(icon, "sm.png") == 0 )
1342 DPRINTF(E_DEBUG, L_HTTP, "Sending small PNG icon\n");
1347 else if( strcmp(icon, "lrg.png") == 0 )
1349 DPRINTF(E_DEBUG, L_HTTP, "Sending large PNG icon\n");
1354 else if( strcmp(icon, "sm.jpg") == 0 )
1356 DPRINTF(E_DEBUG, L_HTTP, "Sending small JPEG icon\n");
1361 else if( strcmp(icon, "lrg.jpg") == 0 )
1363 DPRINTF(E_DEBUG, L_HTTP, "Sending large JPEG icon\n");
1370 DPRINTF(E_WARN, L_HTTP, "Invalid icon reques
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dnotebook.tex299 \twocolitem{{\bf wxBK\_HITTEST\_ONICON}}{The point was over an icon (currently wxMSW only).}
301 \twocolitem{{\bf wxBK\_HITTEST\_ONITEM}}{The point was over an item, but not on the label or icon.}
382 Sets the amount of space around each page's icon and label, in pixels.
H A Dcshelp.tex80 On Windows, you may add a question-mark icon to a dialog by use of the wxDIALOG\_EX\_CONTEXTHELP extra style, but
H A Ddialog.tex421 \func{void}{SetIcon}{\param{const wxIcon\& }{icon}}
423 Sets the icon for this dialog.
427 \docparam{icon}{The icon to associate with this dialog.}
H A Dgraphicscontext.tex137 \func{void}{DrawIcon}{\param{const wxIcon\& }{icon}, \param{wxDouble }{x}, \param{wxDouble }{y}, \param{wxDouble }{w}, \param{wxDouble }{h}}
139 Draws the icon.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddc.cpp38 #include "wx/icon.h"
1161 void wxDC::DoDrawIcon(const wxIcon& icon, wxCoord x, wxCoord y) argument
1165 wxCHECK_RET( icon.Ok(), wxT("invalid icon in DrawIcon") );
1168 ::DrawIconEx(GetHdc(), XLOG2DEV(x), YLOG2DEV(y), GetHiconOf(icon), icon.GetWidth(), icon.GetHeight(), 0, NULL, DI_NORMAL);
1170 ::DrawIcon(GetHdc(), XLOG2DEV(x), YLOG2DEV(y), GetHiconOf(icon));
1174 CalcBoundingBox(x + icon.GetWidth(), y + icon
[all...]
H A Dmakefile.sl145 icon.obj \
333 icon.obj: $(MSWDIR)\icon.cpp
334 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\icon.cpp /BINARY icon.obj
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dtabmdi.cpp565 // get icon with the system icon size
575 void wxAuiMDIChildFrame::SetIcon(const wxIcon& icon) argument
580 m_icon = icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Ddc.cpp750 void wxDC::DoDrawIcon(const wxIcon& icon, wxCoord x, wxCoord y) argument
753 DoDrawBitmap((const wxBitmap&)icon, x, y, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp652 // KDE stores the icon info in its .kdelnk files. The file for mimetype/subtype
659 // wxFileConfig, i.e. there are groups, comments and entries. The icon is the
872 // ok, now we can take care of icon:
877 wxLogTrace(TRACE_MIME, wxT(" icon %s"), strIcon.c_str());
882 // icon is just the short name
1024 wxString icon; local
1029 nIndex = file.GetCmd(_T("Icon[")+locale->GetName()+_T("]"), icon);
1032 nIndex = file.GetCmd( wxT("Icon"), icon);
1034 nameicon = wxString(wxT("--icon ")) + icon;
2570 icon, member in struct:MailcapLineData
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dprivate.h294 // Creates an icon or cursor depending from a bitmap
730 #define GetHiconOf(icon) ((HICON)(icon).GetHICON())
885 // Get the size of an icon
H A Ddc.h205 virtual void DoDrawIcon(const wxIcon& icon, wxCoord x, wxCoord y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dstatus.c43 #include "icon.h"
502 * UAM count offset -> vol icon/mask offset -> flags ->
509 * (16-bytes), network addresses, volume icon/mask
529 status_icon(status, icon, sizeof(icon), c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Drc2xml.cpp1118 //Look up icon
1126 //Save icon as a bitmap
1337 wxLogError(_T("Unable to find icon:")+iconname);
1341 wxIcon icon; local
1343 if (!icon.LoadFile(*iconpath,wxBITMAP_TYPE_ICO ))
1344 wxLogError(_T("Unable to load icon:")+*iconpath);
1346 bitmap.CopyFromIcon(icon);
1348 bitmap = icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp616 int icon; local
620 icon = wxICON_HAND;
625 icon = wxICON_INFORMATION;
628 wxMessageBox(msg, _T("Numeric test result"), wxOK | icon, this);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/nubus/
H A Dnubus.c596 unsigned char icon[128]; local
599 nubus_get_rsrc_mem(&icon, ent, 128);
600 printk(KERN_INFO " icon:\n");
608 if (icon[y*4 + x/8]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfile-list.c443 GdkPixbuf * icon = gtr_get_mime_type_icon( mime_type, GTK_ICON_SIZE_MENU, build->w ); local
457 FC_ICON, icon,
470 g_object_unref( icon );
501 GDK_TYPE_PIXBUF, /* icon */

Completed in 198 milliseconds

1234567891011