kig
#include <drgeo-filter.h>

Public Member Functions | |
| KigDocument * | load (const QString &file) | 
| bool | supportMime (const QString &mime) | 
  Public Member Functions inherited from KigFilter | |
| KigFilter () | |
| virtual | ~KigFilter () | 
Static Public Member Functions | |
| static KigFilterDrgeo * | instance () | 
Protected Member Functions | |
| KigFilterDrgeo () | |
| ~KigFilterDrgeo () | |
  Protected Member Functions inherited from KigFilter | |
| void | fileNotFound (const QString &file) const | 
| void | notSupported (const QString &file, const QString &explanation) const | 
| void | parseError (const QString &file, const QString &explanation=QString()) const | 
| void | warning (const QString &explanation) const | 
Detailed Description
This is an import filter for the GNOME geometry program DrGeo.
Definition at line 31 of file drgeo-filter.h.
Constructor & Destructor Documentation
      
  | 
  protected | 
Definition at line 69 of file drgeo-filter.cc.
      
  | 
  protected | 
Definition at line 73 of file drgeo-filter.cc.
Member Function Documentation
      
  | 
  static | 
Definition at line 822 of file drgeo-filter.cc.
      
  | 
  virtual | 
load file fromfile and build a KigDocument from it. 
. If this function returns 0, that means that an error occurred while loading ( implementations of this function are responsible for showing an error message themselves, using the above error functions ). If this functions returns non-0, the caller owns the returned KigDocument ( that was allocated with "new" ).
Implements KigFilter.
Definition at line 82 of file drgeo-filter.cc.
      
  | 
  virtual | 
can the filter handle the mimetype mime ? 
Reimplemented from KigFilter.
Definition at line 77 of file drgeo-filter.cc.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from