kig
KigFilters Class Reference
#include <filter.h>
Detailed Description
This singleton class handles all the input filters.Definition at line 32 of file filter.h.
Public Member Functions | |
| KigFilter * | find (const QString &mime) |
| bool | save (const KigDocument &data, const QString &outfile) |
Static Public Member Functions | |
| static KigFilters * | instance () |
Protected Types | |
| typedef std::vector< KigFilter * > | vect |
Protected Member Functions | |
| KigFilters () | |
Protected Attributes | |
| vect | mFilters |
Static Protected Attributes | |
| static KigFilters * | sThis |
Member Typedef Documentation
typedef std::vector<KigFilter*> KigFilters::vect [protected] |
Constructor & Destructor Documentation
Member Function Documentation
| KigFilters * KigFilters::instance | ( | ) | [static] |
| bool KigFilters::save | ( | const KigDocument & | data, | |
| const QString & | outfile | |||
| ) |
Member Data Documentation
vect KigFilters::mFilters [protected] |
KigFilters * KigFilters::sThis [static, protected] |
This file is part of Kig, a KDE program for Interactive Geometry.
.. Copyright (C) 2002 Dominique Devriese <devriese@kde.org>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
The documentation for this class was generated from the following files:
KDE 4.2 API Reference