KMyMoneyPlugin::StoragePlugin
KMyMoneyPlugin::StoragePlugin Class Referenceabstract
#include <kmymoneyplugin.h>
Public Member Functions | |
virtual QString | fileExtension () const =0 |
virtual bool | open (const QUrl &url)=0 |
virtual QUrl | openUrl () const =0 |
virtual bool | save (const QUrl &url)=0 |
virtual bool | saveAs ()=0 |
virtual eKMyMoney::StorageType | storageType () const =0 |
Detailed Description
This class describes the interface between the KMyMoney application and it's STORAGE plugins.
All storage plugins must provide this interface.
Definition at line 286 of file kmymoneyplugin.h.
Member Function Documentation
◆ open()
|
pure virtual |
Loads file into storage.
- Parameters
-
url URL of the file
- Returns
- true if successfully opened
◆ openUrl()
|
pure virtual |
◆ save()
|
pure virtual |
Saves storage into file.
- Parameters
-
url URL of the file
- Returns
- true if successfully saved
◆ saveAs()
|
pure virtual |
Saves storage into file.
- Parameters
-
url URL of the file
- Returns
- true if successfully saved
◆ storageType()
|
pure virtual |
Storage identifier.
- Returns
- Storage identifier
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.