rocs/RocsCore
#include <DotFileFormatPlugin.h>

Public Member Functions | |
| DotFileFormatPlugin (QObject *parent, const QList< QVariant > &) | |
| ~DotFileFormatPlugin () | |
| virtual const QStringList | extensions () const |
| virtual void | readFile () |
| virtual void | writeFile (Document &graph) |
Public Member Functions inherited from GraphFilePluginInterface | |
| GraphFilePluginInterface (const KAboutData *aboutData, QObject *parent) | |
| virtual | ~GraphFilePluginInterface () |
| const KAboutData * | aboutData () const |
| Error | error () const |
| QString | errorString () const |
| virtual Document * | graphDocument () const |
| bool | hasError () const |
| virtual bool | isGraphDocument () const |
| virtual PluginType | pluginCapability () const |
| void | setFile (const KUrl &file) |
Additional Inherited Members | |
Public Types inherited from GraphFilePluginInterface | |
| enum | Error { None, Unknown, FileIsReadOnly, CouldNotOpenFile, NoGraphFound, EncodingProblem, CouldNotRecognizeFileFormat, NotSupportedOperation } |
| enum | PluginType { ImportOnly, ExportOnly, ImportAndExport } |
Protected Member Functions inherited from GraphFilePluginInterface | |
| const KUrl & | file () const |
| void | setError (Error error, QString message=QString()) |
| void | setGraphDocument (Document *document) |
Detailed Description
Definition at line 28 of file DotFileFormatPlugin.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 56 of file DotFileFormatPlugin.cpp.
| DotFileFormatPlugin::~DotFileFormatPlugin | ( | ) |
Definition at line 52 of file DotFileFormatPlugin.cpp.
Member Function Documentation
|
virtual |
File extensions that are common for this file type.
Implements GraphFilePluginInterface.
Definition at line 62 of file DotFileFormatPlugin.cpp.
|
virtual |
Open given file and imports it into internal format.
Implements GraphFilePluginInterface.
Definition at line 69 of file DotFileFormatPlugin.cpp.
|
virtual |
Writes given graph document to formerly specified file.
- See also
- setFile().
- Parameters
-
graph is graphDocument to be serialized
Implements GraphFilePluginInterface.
Definition at line 94 of file DotFileFormatPlugin.cpp.
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:42:26 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