Falkon Develop
Cross-platform Qt-based web browser
HtmlImporter Class Reference

#include <htmlimporter.h>

Inheritance diagram for HtmlImporter:
BookmarksImporter

Public Member Functions

 HtmlImporter (QObject *parent=nullptr)
 
QString description () const override
 
QString standardPath () const override
 
QString getPath (QWidget *parent) override
 
bool prepareImport () override
 
BookmarkItemimportBookmarks () override
 
- Public Member Functions inherited from BookmarksImporter
 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 BookmarkItemimportBookmarks ()=0
 

Additional Inherited Members

- Protected Member Functions inherited from BookmarksImporter
void setError (const QString &error)
 

Detailed Description

Definition at line 25 of file htmlimporter.h.

Constructor & Destructor Documentation

◆ HtmlImporter()

HtmlImporter::HtmlImporter ( QObject *  parent = nullptr)
explicit

Definition at line 25 of file htmlimporter.cpp.

Member Function Documentation

◆ description()

QString HtmlImporter::description ( ) const
overridevirtual

Implements BookmarksImporter.

Definition at line 30 of file htmlimporter.cpp.

◆ getPath()

QString HtmlImporter::getPath ( QWidget *  parent)
overridevirtual

Implements BookmarksImporter.

Definition at line 41 of file htmlimporter.cpp.

◆ importBookmarks()

BookmarkItem * HtmlImporter::importBookmarks ( )
overridevirtual

Implements BookmarksImporter.

Definition at line 74 of file htmlimporter.cpp.

◆ prepareImport()

bool HtmlImporter::prepareImport ( )
overridevirtual

Implements BookmarksImporter.

Definition at line 48 of file htmlimporter.cpp.

◆ standardPath()

QString HtmlImporter::standardPath ( ) const
overridevirtual

Implements BookmarksImporter.

Definition at line 36 of file htmlimporter.cpp.


The documentation for this class was generated from the following files: