![]()  | 
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members
 | 
#include <FXTIFIcon.h>
Inheritance diagram for FX::FXTIFIcon:
Public Member Functions | |
| FXTIFIcon (FXApp *a, const void *pix=NULL, FXColor clr=FXRGB(192, 192, 192), FXuint opts=0, FXint w=1, FXint h=1) | |
| void | setCodec (FXuint c) | 
| FXuint | getCodec () const | 
| virtual bool | savePixels (FXStream &store) const | 
| virtual bool | loadPixels (FXStream &store) | 
| virtual | ~FXTIFIcon () | 
Static Public Attributes | |
| static const FXchar | fileExt [] | 
| static const FXchar | mimeType [] | 
| static const bool | supported | 
      
  | 
  ||||||||||||||||||||||||||||
| 
 Construct an icon from memory stream formatted in TIFF format. 
  | 
  
      
  | 
  
| 
 Destroy. 
  | 
  
      
  | 
  
| 
 Set codec to save with. 
  | 
  
      
  | 
  
| 
 Get codec setting. 
  | 
  
      
  | 
  
| 
 Save pixels into stream in TIFF format. 
 Reimplemented from FX::FXImage.  | 
  
      
  | 
  
| 
 Load pixels from stream in TIFF format. 
 Reimplemented from FX::FXImage.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 True if format is supported. 
  | 
  
| 
 |