![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <htmlexporter.h>
Public Member Functions | |
HtmlExporter (QObject *parent=nullptr) | |
QString | name () const override |
QString | getPath (QWidget *parent) override |
bool | exportBookmarks (BookmarkItem *root) override |
![]() | |
BookmarksExporter (QObject *parent=nullptr) | |
virtual | ~BookmarksExporter () |
bool | error () const |
QString | errorString () const |
virtual QString | name () const =0 |
virtual QString | getPath (QWidget *parent)=0 |
virtual bool | exportBookmarks (BookmarkItem *root)=0 |
Additional Inherited Members | |
![]() | |
void | setError (const QString &error) |
Definition at line 27 of file htmlexporter.h.
|
explicit |
Definition at line 24 of file htmlexporter.cpp.
|
overridevirtual |
Implements BookmarksExporter.
Definition at line 42 of file htmlexporter.cpp.
|
overridevirtual |
Implements BookmarksExporter.
Definition at line 34 of file htmlexporter.cpp.
|
overridevirtual |
Implements BookmarksExporter.
Definition at line 29 of file htmlexporter.cpp.