From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qimageformatplugin.html | 94 ---------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 doc/html/qimageformatplugin.html (limited to 'doc/html/qimageformatplugin.html') diff --git a/doc/html/qimageformatplugin.html b/doc/html/qimageformatplugin.html deleted file mode 100644 index 992380794..000000000 --- a/doc/html/qimageformatplugin.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - -TQImageFormatPlugin Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQImageFormatPlugin Class Reference

- -

The TQImageFormatPlugin class provides an abstract base for custom image format plugins. -More... -

#include <qimageformatplugin.h> -

List of all member functions. -

Public Members

- -

Detailed Description

- - -The TQImageFormatPlugin class provides an abstract base for custom image format plugins. -

-

The image format plugin is a simple plugin interface that makes -it easy to create custom image formats that can be used -transparently by applications. -

Writing an image format plugin is achieved by subclassing this -base class, reimplementing the pure virtual functions keys() and -installIOHandler(), and exporting the class with the -Q_EXPORT_PLUGIN macro. See the Plugins - documentation for details. -

See also Plugins. - -


Member Function Documentation

-

TQImageFormatPlugin::TQImageFormatPlugin () -

-Constructs an image format plugin. This is invoked automatically -by the Q_EXPORT_PLUGIN macro. - -

TQImageFormatPlugin::~TQImageFormatPlugin () -

-Destroys the image format plugin. -

You never have to call this explicitly. TQt destroys a plugin -automatically when it is no longer used. - -

bool TQImageFormatPlugin::installIOHandler ( const TQString & format ) [pure virtual] -

- -

Installs a TQImageIO image I/O handler for the image format format. -

See also keys(). - -

TQStringList TQImageFormatPlugin::keys () const [pure virtual] -

- -

Returns the list of image formats this plugin supports. -

See also installIOHandler(). - - -


-This file is part of the TQt toolkit. -Copyright © 1995-2007 -Trolltech. All Rights Reserved.


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- -- cgit v1.2.1