Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Gdk::PixbufFormat Class Reference

A GdkPixbufFormat C++ wrapper class. More...

#include <inti/gdk-pixbuf/pixbuf.h>

Inheritance diagram for Inti::Gdk::PixbufFormat:

Inti::ReferencedObject Inti::ReferencedBase List of all members.

Public Member Functions

Constructors
Accessors

Detailed Description

A GdkPixbufFormat C++ wrapper class.

A PixbufFormat contains information about the image format accepted by a module. Only modules should access the GdkPixbufFormat fields directly, applications should use the PixbufFormat accessor methods.


Constructor & Destructor Documentation

Inti::Gdk::PixbufFormat::PixbufFormat GdkPixbufFormat *  format  )  [explicit]
 

Construct a new PixbufFormat from an existing GdkPixbufFormat.

Parameters:
format A pointer to a GdkPixbufFormat.


Member Function Documentation

std::vector<String> Inti::Gdk::PixbufFormat::get_extensions  )  const
 

Gets the filename extensions typically used for files in the given format.

Returns:
A vector of String holding the list of filename extensions.

std::vector<String> Inti::Gdk::PixbufFormat::get_mime_types  )  const
 

Gets the mime types supported by the format.

Returns:
A vector of String holding the list mime types.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:11 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002