Home
last modified time | relevance | path

Searched refs:FXPPMIcon (Results 1 – 25 of 57) sorted by relevance

123

/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXPPMIcon.h35 class FXAPI FXPPMIcon : public FXIcon {
36 FXDECLARE(FXPPMIcon) in FXDECLARE() argument
38 FXPPMIcon(){} in FXDECLARE()
40 FXPPMIcon(const FXPPMIcon&);
41 FXPPMIcon &operator=(const FXPPMIcon&);
48FXPPMIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
57 virtual ~FXPPMIcon();
H A DMakefile.am202 FXPPMIcon.h \
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXPPMIcon.h35 class FXAPI FXPPMIcon : public FXIcon {
36 FXDECLARE(FXPPMIcon) in FXDECLARE() argument
38 FXPPMIcon(){} in FXDECLARE()
40 FXPPMIcon(const FXPPMIcon&);
41 FXPPMIcon &operator=(const FXPPMIcon&);
48FXPPMIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
57 virtual ~FXPPMIcon();
H A DMakefile.am191 FXPPMIcon.h \
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXPPMIcon.cpp59 const FXchar FXPPMIcon::fileExt[]="ppm";
63 const FXchar FXPPMIcon::mimeType[]="image/x-portable-pixmap";
67 FXIMPLEMENT(FXPPMIcon,FXIcon,NULL,0)
71 FXPPMIcon::FXPPMIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXPPMIcon() function in FX::FXPPMIcon
82 bool FXPPMIcon::savePixels(FXStream& store) const { in savePixels()
91 bool FXPPMIcon::loadPixels(FXStream& store){ in loadPixels()
103 FXPPMIcon::~FXPPMIcon(){ in ~FXPPMIcon()
H A DFXIconSource.cpp181 …else if(comparecase(FXPPMIcon::fileExt,type)==0 || comparecase("pbm",type)==0 || comparecase("pgm"… in loadIconStream()
182 icon=new FXPPMIcon(app); in loadIconStream()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXPPMIcon.cpp59 const FXchar FXPPMIcon::fileExt[]="ppm";
63 const FXchar FXPPMIcon::mimeType[]="image/x-portable-pixmap";
67 FXIMPLEMENT(FXPPMIcon,FXIcon,NULL,0)
71 FXPPMIcon::FXPPMIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXPPMIcon() function in FX::FXPPMIcon
82 bool FXPPMIcon::savePixels(FXStream& store) const { in savePixels()
91 bool FXPPMIcon::loadPixels(FXStream& store){ in loadPixels()
103 FXPPMIcon::~FXPPMIcon(){ in ~FXPPMIcon()
H A DFXIconSource.cpp181 …else if(comparecase(FXPPMIcon::fileExt,type)==0 || comparecase("pbm",type)==0 || comparecase("pgm"… in loadIconStream()
182 icon=new FXPPMIcon(app); in loadIconStream()
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXPPMIcon.h35 class FXAPI FXPPMIcon : public FXIcon {
36 FXDECLARE(FXPPMIcon) in FXDECLARE() argument
38 FXPPMIcon(){} in FXDECLARE()
40 FXPPMIcon(const FXPPMIcon&);
41 FXPPMIcon &operator=(const FXPPMIcon&);
47FXPPMIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
56 virtual ~FXPPMIcon();
H A DMakefile.am134 FXPPMIcon.h \
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXPPMIcon.h32 class FXAPI FXPPMIcon : public FXIcon {
33 FXDECLARE(FXPPMIcon) in FXDECLARE() argument
35 FXPPMIcon(){} in FXDECLARE()
37 FXPPMIcon(const FXPPMIcon&);
38 FXPPMIcon &operator=(const FXPPMIcon&);
45FXPPMIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
54 virtual ~FXPPMIcon();
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXPPMIcon.cpp57 const FXchar FXPPMIcon::fileExt[]="ppm";
61 const FXchar FXPPMIcon::mimeType[]="image/x-portable-pixmap";
65 FXIMPLEMENT(FXPPMIcon,FXIcon,NULL,0)
69 FXPPMIcon::FXPPMIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXPPMIcon() function in FX::FXPPMIcon
78 FXbool FXPPMIcon::savePixels(FXStream& store) const { in savePixels()
87 FXbool FXPPMIcon::loadPixels(FXStream& store){ in loadPixels()
100 FXPPMIcon::~FXPPMIcon(){ in ~FXPPMIcon()
H A DFXIconSource.cpp147 …if(comparecase(FXPPMIcon::fileExt,type)==0 || comparecase("pbm",type)==0 || comparecase("pgm",type… in iconFromType()
148 return new FXPPMIcon(app); in iconFromType()
286 return new FXPPMIcon(app); in iconFromStream()
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXPPMIcon.h32 class FXAPI FXPPMIcon : public FXIcon {
33 FXDECLARE(FXPPMIcon) in FXDECLARE() argument
35 FXPPMIcon(){} in FXDECLARE()
37 FXPPMIcon(const FXPPMIcon&);
38 FXPPMIcon &operator=(const FXPPMIcon&);
45FXPPMIcon(FXApp* a,const void *pix=NULL,FXColor clr=FXRGB(192,192,192),FXuint opts=0,FXint w=1,FXi…
54 virtual ~FXPPMIcon();
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXPPMIcon.cpp57 const FXchar FXPPMIcon::fileExt[]="ppm";
61 const FXchar FXPPMIcon::mimeType[]="image/x-portable-pixmap";
65 FXIMPLEMENT(FXPPMIcon,FXIcon,NULL,0)
69 FXPPMIcon::FXPPMIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXPPMIcon() function in FX::FXPPMIcon
78 FXbool FXPPMIcon::savePixels(FXStream& store) const { in savePixels()
87 FXbool FXPPMIcon::loadPixels(FXStream& store){ in loadPixels()
100 FXPPMIcon::~FXPPMIcon(){ in ~FXPPMIcon()
H A DFXIconSource.cpp147 …if(comparecase(FXPPMIcon::fileExt,type)==0 || comparecase("pbm",type)==0 || comparecase("pgm",type… in iconFromType()
148 return new FXPPMIcon(app); in iconFromType()
286 return new FXPPMIcon(app); in iconFromStream()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXPPMIcon.cpp59 const FXchar FXPPMIcon::fileExt[]="ppm";
63 FXIMPLEMENT(FXPPMIcon,FXIcon,NULL,0)
67 FXPPMIcon::FXPPMIcon(FXApp* a,const void *pix,FXColor clr,FXuint opts,FXint w,FXint h):FXIcon(a,NUL… in FXPPMIcon() function in FX::FXPPMIcon
78 FXbool FXPPMIcon::savePixels(FXStream& store) const { in savePixels()
87 FXbool FXPPMIcon::loadPixels(FXStream& store){ in loadPixels()
99 FXPPMIcon::~FXPPMIcon(){ in ~FXPPMIcon()
H A DFXIconSource.cpp180 …else if(comparecase(FXPPMIcon::fileExt,type)==0 || comparecase("pbm",type)==0 || comparecase("pgm"… in loadIcon()
181 icon=new FXPPMIcon(app); in loadIcon()
H A DMakefile.dmc234 FXPPMIcon.cpp \
481 FXPPMIcon.obj \
H A DMakefile.dmc.resp128 +FXPPMIcon.obj &
H A DMakefile.bc.resp128 +FXPPMIcon.obj &
H A DMakefile.bc170 FXPPMIcon.cpp \
/dports/x11-toolkits/fox14/fox-1.4.35/tests/
H A DMakefile.in596 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
684 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
772 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
862 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
950 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
1038 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
1126 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
1214 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
1302 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
1402 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
[all …]
/dports/x11-toolkits/fox14/fox-1.4.35/adie/
H A DMakefile.in444 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
535 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
626 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
717 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
806 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
896 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
986 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
1076 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
/dports/x11-toolkits/fox14/fox-1.4.35/calculator/
H A DMakefile.in381 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
469 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
557 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
645 ../include/FXPPMIcon.h ../include/FXRASIcon.h \
733 ../include/FXPPMIcon.h ../include/FXRASIcon.h \

123