Searched refs:wxIcon (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dicon.cpp3 // Purpose: wxIcon implementation for ports where it's same as wxBitmap
22 // wxIcon
25 IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap)
27 wxIcon::wxIcon( const char **bits, int WXUNUSED(width), int WXUNUSED(height) ) : function in class:wxIcon
32 wxIcon::wxIcon( char **bits, int WXUNUSED(width), int WXUNUSED(height) ) : function in class:wxIcon
37 wxIcon::wxIcon() : wxBitmap() function in class:wxIcon
41 void wxIcon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dicon.cpp3 // Purpose: wxIcon class
17 IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap)
23 wxIcon::wxIcon() function in class:wxIcon
28 wxIcon::wxIcon(const char bits[], int width, int height) function in class:wxIcon
34 wxIcon::wxIcon(char **data) function in class:wxIcon
39 wxIcon::wxIcon(cons function in class:wxIcon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dicon.h3 // Purpose: wxIcon class
19 // wxIcon
21 class WXDLLEXPORT wxIcon: public wxGDIObject class in inherits:wxGDIObject
23 DECLARE_DYNAMIC_CLASS(wxIcon)
25 wxIcon();
27 wxIcon(const char **data) { CreateFromXpm(data); } function in class:wxIcon
28 wxIcon(char **data) { CreateFromXpm((const char**)data); } function in class:wxIcon
29 wxIcon(const char bits[], int width , int height );
30 wxIcon(const wxString& name, int flags = wxBITMAP_TYPE_ICON_RESOURCE,
32 wxIcon(cons function in class:wxIcon
[all...]
H A Dtaskbar.h17 class WXDLLEXPORT wxIcon; variable in typeref:class:WXDLLEXPORT
41 bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dicon.h3 // Purpose: wxIcon implementation for ports where it's same as wxBitmap
18 // wxIcon
25 class WXDLLIMPEXP_CORE wxIcon: public wxBitmap class in inherits:wxBitmap
28 wxIcon();
30 wxIcon( const char **bits, int width=-1, int height=-1 );
31 wxIcon( char **bits, int width=-1, int height=-1 );
35 wxIcon( const wxString& filename, function in class:wxIcon
42 wxIcon(const wxIconLocation& loc) function in class:wxIcon
53 DECLARE_DYNAMIC_CLASS(wxIcon)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dicon.h3 // Purpose: wxIcon class
18 class WXDLLEXPORT wxIcon : public wxBitmap class in inherits:wxBitmap
21 wxIcon();
24 wxIcon(const char bits[], int width, int height);
27 wxIcon(const char **data);
28 wxIcon(char **data);
30 wxIcon(const wxString& name, wxBitmapType type = wxBITMAP_TYPE_XPM, function in class:wxIcon
36 wxIcon(const wxIconLocation& loc) function in class:wxIcon
41 virtual ~wxIcon();
59 DECLARE_DYNAMIC_CLASS(wxIcon)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dicon.cpp3 // Purpose: wxIcon class
16 IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap)
25 wxIcon::wxIcon() function in class:wxIcon
29 wxIcon::wxIcon(const char bits[], int width, int height) function in class:wxIcon
34 wxIcon::wxIcon( const char **bits ) : function in class:wxIcon
39 wxIcon::wxIcon( cha function in class:wxIcon
44 wxIcon::wxIcon(const wxString& icon_file, int flags, function in class:wxIcon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dicon.cpp3 // Purpose: wxIcon class
42 IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxGDIObject)
65 // wxIcon
68 wxIcon::wxIcon(const char bits[], int width, int height) function in class:wxIcon
74 wxIcon::wxIcon(const wxString& iconfile, function in class:wxIcon
83 wxIcon::wxIcon(const wxIconLocation& loc) function in class:wxIcon
96 wxIcon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dicon.h3 // Purpose: wxIcon class
18 class WXDLLEXPORT wxIcon: public wxBitmap class in inherits:wxBitmap
21 wxIcon();
23 wxIcon(const char **data);
24 wxIcon(char **data);
25 wxIcon(const char bits[], int width , int height );
26 wxIcon(const wxString& name, int flags = wxBITMAP_TYPE_ICON_RESOURCE,
28 wxIcon(const wxIconLocation& loc) function in class:wxIcon
32 virtual ~wxIcon();
39 bool operator==(const wxIcon
[all...]
H A Dtaskbarosx.h15 class WXDLLEXPORT wxIcon; variable in typeref:class:WXDLLEXPORT
33 bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dicon.cpp3 // Purpose: wxIcon class
22 IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap)
27 wxIcon::wxIcon() function in class:wxIcon
31 wxIcon::wxIcon( const char bits[], int width, int height ) function in class:wxIcon
37 wxIcon::wxIcon( const char **bits ) function in class:wxIcon
43 wxIcon::wxIcon( cha function in class:wxIcon
49 wxIcon::wxIcon( function in class:wxIcon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Diconbndl.h19 class WXDLLIMPEXP_FWD_CORE wxIcon; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
22 WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray );
36 wxIconBundle( const wxIcon& icon ) : m_icons()
52 void AddIcon( const wxIcon& icon );
57 const wxIcon& GetIcon( const wxSize& size ) const;
59 const wxIcon& GetIcon( wxCoord size = wxDefaultCoord ) const
H A Dstatbmp.h33 virtual void SetIcon(const wxIcon& icon) = 0;
36 virtual wxIcon GetIcon() const /* = 0 -- should be pure virtual */
40 return wxIcon();
H A Dicon.h3 // Purpose: wxIcon base header
48 DECLARE_VARIANT_OBJECT_EXPORTED(wxIcon,WXDLLEXPORT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dicon.h3 // Purpose: wxIcon class
18 class WXDLLEXPORT wxIcon: public wxGDIObject class in inherits:wxGDIObject
21 wxIcon();
23 wxIcon(const char **data);
24 wxIcon(char **data);
25 wxIcon(const char bits[], int width , int height );
26 wxIcon(const wxString& name, int flags = wxBITMAP_TYPE_ICON_RESOURCE,
28 wxIcon(const wxIconLocation& loc) function in class:wxIcon
32 virtual ~wxIcon();
57 DECLARE_DYNAMIC_CLASS(wxIcon)
[all...]
H A Dtaskbarosx.h15 class WXDLLEXPORT wxIcon; variable in typeref:class:WXDLLEXPORT
38 bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dicon.h3 // Purpose: wxIcon class
40 class WXDLLEXPORT wxIcon : public wxGDIImage class in inherits:wxGDIImage
45 wxIcon() { } function in class:wxIcon
48 wxIcon(const char bits[], int width, int height);
51 wxIcon(const char **data) { CreateIconFromXpm(data); } function in class:wxIcon
53 wxIcon(char **data) { CreateIconFromXpm((const char **)data); } function in class:wxIcon
56 wxIcon(const wxString& name,
60 wxIcon(const wxIconLocation& loc);
62 virtual ~wxIcon();
91 DECLARE_DYNAMIC_CLASS(wxIcon)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dicon.h3 // Purpose: wxIcon class
38 class WXDLLEXPORT wxIcon: public wxIconBase class in inherits:wxIconBase
41 wxIcon();
43 wxIcon( const char bits[]
47 inline wxIcon(const char** ppData) { CreateIconFromXpm(ppData); } function in class:wxIcon
48 inline wxIcon(char** ppData) { CreateIconFromXpm((const char**)ppData); } function in class:wxIcon
49 wxIcon( const wxString& rName
54 wxIcon(const wxIconLocation& loc) function in class:wxIcon
59 virtual ~wxIcon();
86 DECLARE_DYNAMIC_CLASS(wxIcon)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddnd.h67 const wxIcon &copy = wxNullIcon,
68 const wxIcon &move = wxNullIcon,
69 const wxIcon &none = wxNullIcon);
74 const wxIcon &copy = wxNullIcon,
75 const wxIcon &move = wxNullIcon,
76 const wxIcon &none = wxNullIcon);
95 wxIcon m_iconCopy,
103 void SetIcons(const wxIcon& copy,
104 const wxIcon& move,
105 const wxIcon
[all...]
H A Dstatbmp.h38 virtual void SetIcon(const wxIcon& icon) { SetBitmap( icon ); }
43 wxIcon GetIcon() const
47 return (const wxIcon &)m_bitmap;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddnd.h86 const wxIcon &copy = wxNullIcon,
87 const wxIcon &move = wxNullIcon,
88 const wxIcon &none = wxNullIcon);
93 const wxIcon &copy = wxNullIcon,
94 const wxIcon &move = wxNullIcon,
95 const wxIcon &none = wxNullIcon);
114 wxIcon m_iconCopy,
122 void SetIcons(const wxIcon& copy,
123 const wxIcon& move,
124 const wxIcon
[all...]
H A Dstatbmp.h38 virtual void SetIcon(const wxIcon& icon) { SetBitmap( icon ); }
43 wxIcon GetIcon() const
47 return (const wxIcon &)m_bitmap;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dstatbmp.cpp78 void wxStaticBitmap::SetIcon(const wxIcon& icon)
87 wxIcon wxStaticBitmap::GetIcon() const
89 wxIcon icon;
93 icon = (const wxIcon&)m_bitmap;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dtaskbarx11.h15 class WXDLLEXPORT wxIcon; variable in typeref:class:WXDLLEXPORT
32 bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtaskbar.h32 bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString);
46 wxIcon m_icon;

Completed in 204 milliseconds

1234567891011>>