KMyMoneyPlugin::StoragePlugin
#include <kmymoneyplugin.h>
Public Member Functions | |
virtual void | close ()=0 |
virtual QString | fileExtension () const =0 |
virtual bool | open (const QUrl &url)=0 |
virtual QString | openErrorMessage () const |
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
◆ close()
|
pure virtual |
Closes the currently opened file If no file is opened, nothing will be done.
◆ open()
|
pure virtual |
Loads file into storage.
- Parameters
-
url URL of the file
- Returns
- true if successfully opened
◆ openErrorMessage()
|
virtual |
returns a descriptive message why opening failed
Returns a descriptive error message when open() returned false
because it could not read the file but the plugin is otherwise handling this file.
Returns an empty string if the plugin is not responsible for this file.
- Returns
- QString containing message.
Definition at line 137 of file kmymoneyplugin.cpp.
◆ 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 files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 4 2025 12:08:10 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.