FXTIFIcon

class FXTIFIcon

TIFF Icon class

Inheritance:


Public Methods

[more] FXTIFIcon(FXApp* a, const void* pix=NULL, FXColor clr=FXRGB(192, 192, 192), FXuint opts=0, FXint w=1, FXint h=1)
Construct an icon from memory stream formatted in TIFF format
[more]void setCodec(FXuint c)
Set codec to save with
[more]FXuint getCodec() const
Get codec setting
[more]virtual void savePixels(FXStream& store) const
Save pixels into stream in TIFF format
[more]virtual void loadPixels(FXStream& store)
Load pixels from stream in TIFF format
[more]virtual ~FXTIFIcon()
Destroy


Inherited from FXIcon:

Public Methods

ovirtual void create()
ovirtual void detach()
ovirtual void destroy()
ovirtual void render()
ovirtual void resize(FXint w, FXint h)
oFXColor getTransparentColor() const
ovoid setTransparentColor(FXColor color)


Inherited from FXImage:

Public Methods

oFXuchar* getData() const
oFXuint getOptions() const
ovoid setOptions(FXuint opts)
oFXint getChannels() const
oFXColor getPixel(FXint x, FXint y) const
ovoid setPixel(FXint x, FXint y, FXColor color)
ovirtual void restore()
ovirtual void scale(FXint w, FXint h)
ovirtual void mirror(FXbool horizontal, FXbool vertical)
ovirtual void rotate(FXint degrees)
ovirtual void crop(FXint x, FXint y, FXint w, FXint h)
ovirtual void save(FXStream& store) const
ovirtual void load(FXStream& store)


Inherited from FXDrawable:

Public Methods

oFXint getWidth() const
oFXint getHeight() const
oFXVisual* getVisual() const
ovoid setVisual(FXVisual* vis)


Inherited from FXId:

Public Methods

oFXApp* getApp() const
oFXID id() const
ovoid setUserData(void* ptr)
ovoid* getUserData() const


Inherited from FXObject:

Public Methods

oconst FXchar* getClassName() const
oFXbool isMemberOf(const FXMetaClass* metaclass) const


Documentation

TIFF Icon class
o FXTIFIcon(FXApp* a, const void* pix=NULL, FXColor clr=FXRGB(192, 192, 192), FXuint opts=0, FXint w=1, FXint h=1)
Construct an icon from memory stream formatted in TIFF format

ovoid setCodec(FXuint c)
Set codec to save with

oFXuint getCodec() const
Get codec setting

ovirtual void savePixels(FXStream& store) const
Save pixels into stream in TIFF format

ovirtual void loadPixels(FXStream& store)
Load pixels from stream in TIFF format

ovirtual ~FXTIFIcon()
Destroy


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.