Home
last modified time | relevance | path

Searched refs:FXICOIcon (Results 1 – 25 of 59) sorted by relevance

123

/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXICOIcon.cpp52 const FXchar FXICOIcon::fileExt[]="ico";
56 const FXchar FXICOIcon::mimeType[]="image/ico";
60 FXIMPLEMENT(FXICOIcon,FXIcon,NULL,0)
64 FXICOIcon::FXICOIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXICOIcon() function in FX::FXICOIcon
75 bool FXICOIcon::savePixels(FXStream& store) const { in savePixels()
84 bool FXICOIcon::loadPixels(FXStream& store){ in loadPixels()
96 FXICOIcon::~FXICOIcon(){ in ~FXICOIcon()
H A DFXIconSource.cpp172 else if(comparecase(FXICOIcon::fileExt,type)==0 || comparecase("cur",type)==0){ in loadIconStream()
173 icon=new FXICOIcon(app); in loadIconStream()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXICOIcon.cpp52 const FXchar FXICOIcon::fileExt[]="ico";
56 const FXchar FXICOIcon::mimeType[]="image/ico";
60 FXIMPLEMENT(FXICOIcon,FXIcon,NULL,0)
64 FXICOIcon::FXICOIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXICOIcon() function in FX::FXICOIcon
75 bool FXICOIcon::savePixels(FXStream& store) const { in savePixels()
84 bool FXICOIcon::loadPixels(FXStream& store){ in loadPixels()
96 FXICOIcon::~FXICOIcon(){ in ~FXICOIcon()
H A DFXIconSource.cpp172 else if(comparecase(FXICOIcon::fileExt,type)==0 || comparecase("cur",type)==0){ in loadIconStream()
173 icon=new FXICOIcon(app); in loadIconStream()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXICOIcon.h35 class FXAPI FXICOIcon : public FXIcon {
36 FXDECLARE(FXICOIcon) in FXDECLARE() argument
38 FXICOIcon(){} in FXDECLARE()
40 FXICOIcon(const FXICOIcon&);
41 FXICOIcon &operator=(const FXICOIcon&);
48FXICOIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
57 virtual ~FXICOIcon();
H A DMakefile.am153 FXICOIcon.h \
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXICOIcon.cpp55 const FXchar FXICOIcon::fileExt[]="ico";
59 const FXchar FXICOIcon::mimeType[]="image/ico";
63 FXIMPLEMENT(FXICOIcon,FXIcon,NULL,0)
67 FXICOIcon::FXICOIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXICOIcon() function in FX::FXICOIcon
76 FXbool FXICOIcon::savePixels(FXStream& store) const { in savePixels()
85 FXbool FXICOIcon::loadPixels(FXStream& store){ in loadPixels()
98 FXICOIcon::~FXICOIcon(){ in ~FXICOIcon()
H A DFXIconSource.cpp138 if(comparecase(FXICOIcon::fileExt,type)==0 || comparecase("cur",type)==0){ in iconFromType()
139 return new FXICOIcon(app); in iconFromType()
334 return new FXICOIcon(app); in iconFromStream()
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXICOIcon.h35 class FXAPI FXICOIcon : public FXIcon {
36 FXDECLARE(FXICOIcon) in FXDECLARE() argument
38 FXICOIcon(){} in FXDECLARE()
40 FXICOIcon(const FXICOIcon&);
41 FXICOIcon &operator=(const FXICOIcon&);
47FXICOIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
56 virtual ~FXICOIcon();
H A DMakefile.am87 FXICOIcon.h \
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXICOIcon.h35 class FXAPI FXICOIcon : public FXIcon {
36 FXDECLARE(FXICOIcon) in FXDECLARE() argument
38 FXICOIcon(){} in FXDECLARE()
40 FXICOIcon(const FXICOIcon&);
41 FXICOIcon &operator=(const FXICOIcon&);
48FXICOIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
57 virtual ~FXICOIcon();
H A DMakefile.am142 FXICOIcon.h \
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXICOIcon.cpp55 const FXchar FXICOIcon::fileExt[]="ico";
59 const FXchar FXICOIcon::mimeType[]="image/ico";
63 FXIMPLEMENT(FXICOIcon,FXIcon,NULL,0)
67 FXICOIcon::FXICOIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXICOIcon() function in FX::FXICOIcon
76 FXbool FXICOIcon::savePixels(FXStream& store) const { in savePixels()
85 FXbool FXICOIcon::loadPixels(FXStream& store){ in loadPixels()
98 FXICOIcon::~FXICOIcon(){ in ~FXICOIcon()
H A DFXIconSource.cpp138 if(comparecase(FXICOIcon::fileExt,type)==0 || comparecase("cur",type)==0){ in iconFromType()
139 return new FXICOIcon(app); in iconFromType()
334 return new FXICOIcon(app); in iconFromStream()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXICOIcon.h32 class FXAPI FXICOIcon : public FXIcon {
33 FXDECLARE(FXICOIcon) in FXDECLARE() argument
35 FXICOIcon(){} in FXDECLARE()
37 FXICOIcon(const FXICOIcon&);
38 FXICOIcon &operator=(const FXICOIcon&);
45FXICOIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
54 virtual ~FXICOIcon();
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXICOIcon.h32 class FXAPI FXICOIcon : public FXIcon {
33 FXDECLARE(FXICOIcon) in FXDECLARE() argument
35 FXICOIcon(){} in FXDECLARE()
37 FXICOIcon(const FXICOIcon&);
38 FXICOIcon &operator=(const FXICOIcon&);
45FXICOIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
54 virtual ~FXICOIcon();
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXICOIcon.cpp52 const FXchar FXICOIcon::fileExt[]="ico";
56 FXIMPLEMENT(FXICOIcon,FXIcon,NULL,0)
60 FXICOIcon::FXICOIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXICOIcon() function in FX::FXICOIcon
71 FXbool FXICOIcon::savePixels(FXStream& store) const { in savePixels()
80 FXbool FXICOIcon::loadPixels(FXStream& store){ in loadPixels()
92 FXICOIcon::~FXICOIcon(){ in ~FXICOIcon()
H A DFXIconSource.cpp171 else if(comparecase(FXICOIcon::fileExt,type)==0 || comparecase("cur",type)==0){ in loadIcon()
172 icon=new FXICOIcon(app); in loadIcon()
H A DMakefile.dmc187 FXICOIcon.cpp \
434 FXICOIcon.obj \
H A DMakefile.dmc.resp81 +FXICOIcon.obj &
H A DMakefile.bc.resp81 +FXICOIcon.obj &
H A DMakefile.bc123 FXICOIcon.cpp \
/dports/x11-toolkits/fox14/fox-1.4.35/tests/
H A DMakefile.in593 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
681 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
769 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
859 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
947 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
1035 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
1123 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
1211 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
1299 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
1399 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
[all …]
/dports/x11-toolkits/fox14/fox-1.4.35/adie/
H A DMakefile.in441 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
532 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
623 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
714 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
803 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
893 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
983 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
1073 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
/dports/x11-toolkits/fox14/fox-1.4.35/calculator/
H A DMakefile.in378 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
466 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
554 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
642 ../include/FXICOIcon.h ../include/FXXBMIcon.h \
730 ../include/FXICOIcon.h ../include/FXXBMIcon.h \

123