![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <htmlimporter.h>
Public Member Functions | |
HtmlImporter (QObject *parent=nullptr) | |
QString | description () const override |
QString | standardPath () const override |
QString | getPath (QWidget *parent) override |
bool | prepareImport () override |
BookmarkItem * | importBookmarks () override |
![]() | |
BookmarksImporter (QObject *parent=nullptr) | |
virtual | ~BookmarksImporter () |
bool | error () const |
QString | errorString () const |
virtual QString | description () const =0 |
virtual QString | standardPath () const =0 |
virtual QString | getPath (QWidget *parent)=0 |
virtual bool | prepareImport ()=0 |
virtual BookmarkItem * | importBookmarks ()=0 |
Additional Inherited Members | |
![]() | |
void | setError (const QString &error) |
Definition at line 25 of file htmlimporter.h.
|
explicit |
Definition at line 25 of file htmlimporter.cpp.
|
overridevirtual |
Implements BookmarksImporter.
Definition at line 30 of file htmlimporter.cpp.
|
overridevirtual |
Implements BookmarksImporter.
Definition at line 41 of file htmlimporter.cpp.
|
overridevirtual |
Implements BookmarksImporter.
Definition at line 74 of file htmlimporter.cpp.
|
overridevirtual |
Implements BookmarksImporter.
Definition at line 48 of file htmlimporter.cpp.
|
overridevirtual |
Implements BookmarksImporter.
Definition at line 36 of file htmlimporter.cpp.