Searched refs:wxIcon (Results 26 - 50 of 279) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Diconbndl.cpp71 wxIcon* tmp = new wxIcon();
79 const wxIcon& wxIconBundle::GetIcon( const wxSize& size ) const
83 wxIcon *tmp;
101 wxIcon *sysIcon = 0;
126 void wxIconBundle::AddIcon( const wxIcon& icon )
132 wxIcon& tmp = m_icons[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dimaglist.cpp57 int wxImageList::Add( const wxIcon &bitmap )
64 m_images.Append( new wxIcon( bitmap ) );
135 else if ( obj->IsKindOf(CLASSINFO(wxIcon)) )
136 return wxBitmap( *(wx_static_cast(wxIcon*, obj)) ) ;
142 wxIcon wxImageList::GetIcon(int index) const
157 return *(wx_static_cast(wxIcon*, obj)) ;
187 bool wxImageList::Replace( int index, const wxIcon &bitmap )
193 wxIcon* newBitmap = new wxIcon( bitmap );
270 if (obj->IsKindOf(CLASSINFO(wxIcon)))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dstatbmp.cpp41 bool bIsIcon = rBitmap.IsKindOf( CLASSINFO(wxIcon) );
53 wxIcon* pIcon = new wxIcon;
62 return new wxIcon( (const wxIcon&)rBitmap );
99 m_bIsIcon = rBitmap.IsKindOf(CLASSINFO(wxIcon));
163 if (m_pImage->IsKindOf(CLASSINFO(wxIcon)))
165 wxIcon* pIcon;
167 pIcon = wxDynamicCast(m_pImage, wxIcon);
H A Dicon.cpp3 // Purpose: wxIcon class
31 IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxGDIObject)
48 // wxIcon
51 wxIcon::wxIcon() function in class:wxIcon
56 wxIcon::wxIcon( const char WXUNUSED(bits)[], function in class:wxIcon
63 wxIcon::wxIcon( const wxString& rIconFile, function in class:wxIcon
84 wxIcon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dimaglist.cpp103 int wxImageList::Add(const wxIcon& icon)
114 bool wxImageList::Replace(int i, const wxIcon& icon)
H A Dtaskbar.cpp78 bool wxTaskBarIcon::SetIcon(const wxIcon& icon, const wxString& tooltip)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dstatbmp.cpp117 bool isIcon = bitmap.IsKindOf( CLASSINFO(wxIcon) );
128 wxIcon* icon = new wxIcon;
138 return new wxIcon( (const wxIcon&)bitmap );
155 m_isIcon = bitmap.IsKindOf(CLASSINFO(wxIcon));
158 m_isIcon = image->IsKindOf( CLASSINFO(wxIcon) );
217 wxIcon wxStaticBitmap::GetIcon() const
219 wxCHECK_MSG( m_image, wxIcon(), _T("no image in wxStaticBitmap") );
222 wxCHECK_MSG( m_isIcon, wxIcon(), _
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dimaglist.h34 int Add( const wxIcon& bitmap );
39 wxIcon GetIcon(int index) const;
40 bool Replace( int index, const wxIcon &bitmap );
H A Dstatbmp.h47 wxIcon GetIcon() const
50 return (const wxIcon &)m_bitmap;
52 void SetIcon(const wxIcon& icon) { SetBitmap( (const wxBitmap &)icon ) ; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dstatbmp.h47 wxIcon GetIcon() const
50 return (const wxIcon &)m_bitmap;
52 void SetIcon(const wxIcon& icon) { SetBitmap( (const wxBitmap &)icon ) ; }
H A Dimaglist.h94 int Add(const wxIcon& icon);
110 bool Replace(int index, const wxIcon& icon);
126 wxIcon *MakeIcon(int index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dstatbmp.h53 wxIcon GetIcon() const
56 return *(wxIcon*)&m_messageBitmap;
60 void SetIcon(const wxIcon& icon)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dimaglist.h70 int Add(const wxIcon& icon);
86 bool Replace(int index, const wxIcon& icon);
106 wxIcon GetIcon(int index) const;
110 wxIcon *MakeIcon(int index);
H A Ddragimag.h125 wxDragImage(const wxIcon& image, const wxCursor& cursor = wxNullCursor)
133 wxDragImage(const wxIcon& image, const wxCursor& cursor, const wxPoint& cursorHotspot)
190 bool Create(const wxIcon& image, const wxCursor& cursor = wxNullCursor);
191 bool Create(const wxIcon& image, const wxCursor& cursor, const wxPoint& WXUNUSED(cursorHotspot))
H A Dstatbmp.h50 virtual void SetIcon(const wxIcon& icon) { SetImage(&icon); }
53 virtual wxIcon GetIcon() const;
H A Dtaskbar.h33 bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString);
60 wxIcon m_icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dstatbmp.h45 virtual void SetIcon(const wxIcon& rIcon) { SetImage(rIcon); }
50 wxIcon GetIcon() const
51 { wxASSERT( m_bIsIcon ); return *(wxIcon *)m_pImage; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dstatbmp.h50 virtual void SetIcon(const wxIcon& icon) { SetImage(&icon); }
55 wxIcon GetIcon() const
59 return *(wxIcon *)m_image;
H A Ddragimag.h114 wxDragImage(const wxIcon& image, const wxCursor& cursor = wxNullCursor)
122 wxDragImage(const wxIcon& image, const wxCursor& cursor, const wxPoint& cursorHotspot)
179 bool Create(const wxIcon& image, const wxCursor& cursor = wxNullCursor);
180 bool Create(const wxIcon& image, const wxCursor& cursor, const wxPoint& WXUNUSED(cursorHotspot))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dicon.tex1 \section{\class{wxIcon}}\label{wxicon}
36 environments. Platform-specific methods for creating a {\bf wxIcon}\rtfsp
54 \membersection{wxIcon::wxIcon}\label{wxiconctor}
56 \func{}{wxIcon}{\void}
60 \func{}{wxIcon}{\param{const wxIcon\& }{icon}}
64 \func{}{wxIcon}{\param{void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
68 \func{}{wxIcon}{\param{const char}{ bits[]}, \param{int}{ width}, \param{int}{ height}\\
73 \func{}{wxIcon}{\para
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dimaglist.cpp73 if (bitmap.IsKindOf(CLASSINFO(wxIcon)))
75 m_images.Append( new wxIcon( (const wxIcon&) bitmap ) );
141 wxIcon wxGenericImageList::GetIcon(int index) const
146 wxIcon icon;
160 wxBitmap* newBitmap = (bitmap.IsKindOf(CLASSINFO(wxIcon))) ?
166 new wxBitmap( (const wxIcon&) bitmap )
193 wxBitmap* newBitmap = (bitmap.IsKindOf(CLASSINFO(wxIcon))) ?
199 new wxBitmap( (const wxIcon&) bitmap )
268 if (bm->IsKindOf(CLASSINFO(wxIcon)))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/gizmos/
H A Dstatpict.h69 void SetIcon( const wxIcon& icon )
76 wxIcon GetIcon() const
78 wxIcon icon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_bmp.cpp3 // Purpose: XRC resource for wxBitmap and wxIcon
56 return new wxIcon(GetIcon(wxEmptyString));
61 return IsOfClass(node, wxT("wxIcon"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dproject.cpp39 m_imageList.Add(wxIcon(_T("folder1")));
40 m_imageList.Add(wxIcon(_T("file1")));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dstatbmp.h57 virtual void SetIcon(const wxIcon& icon);
60 wxIcon GetIcon() const;

Completed in 183 milliseconds

1234567891011>>