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

The class exposing TopSites API to QML. More...

#include <qmltopsites.h>

Inheritance diagram for QmlTopSites:

Public Member Functions

 QmlTopSites (QObject *parent=nullptr)
 
Q_INVOKABLE QList< QObject * > get () const
 Get the topsites. These refer to the sites which are displayed in the speed-dial (New tab page) More...
 

Detailed Description

The class exposing TopSites API to QML.

Definition at line 26 of file qmltopsites.h.

Constructor & Destructor Documentation

◆ QmlTopSites()

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

Definition at line 25 of file qmltopsites.cpp.

Member Function Documentation

◆ get()

QList< QObject * > QmlTopSites::get ( ) const

Get the topsites. These refer to the sites which are displayed in the speed-dial (New tab page)

Returns
List of MostVisitedUrl objects of type QmlMostVisitedUrl

Definition at line 30 of file qmltopsites.cpp.


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