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

The class exposing HistoryEntry to QML. More...

#include <qmlhistoryitem.h>

Inheritance diagram for QmlHistoryItem:

Public Member Functions

 QmlHistoryItem (const HistoryEntry &entry, QObject *parent=nullptr)
 

Properties

int id
 id of the history item More...
 
QString url
 url of the history item More...
 
QString title
 title of the history item More...
 
int visitCount
 visit count of the history item More...
 
QDateTime lastVisitTime
 last visit time of the history item More...
 

Detailed Description

The class exposing HistoryEntry to QML.

Definition at line 26 of file qmlhistoryitem.h.

Constructor & Destructor Documentation

◆ QmlHistoryItem()

QmlHistoryItem::QmlHistoryItem ( const HistoryEntry entry,
QObject *  parent = nullptr 
)
explicit

Definition at line 21 of file qmlhistoryitem.cpp.

Property Documentation

◆ id

int QmlHistoryItem::id
read

id of the history item

Definition at line 1 of file qmlhistoryitem.h.

◆ lastVisitTime

QDateTime QmlHistoryItem::lastVisitTime
read

last visit time of the history item

Definition at line 1 of file qmlhistoryitem.h.

◆ title

QString QmlHistoryItem::title
read

title of the history item

Definition at line 1 of file qmlhistoryitem.h.

◆ url

QString QmlHistoryItem::url
read

url of the history item

Definition at line 1 of file qmlhistoryitem.h.

◆ visitCount

int QmlHistoryItem::visitCount
read

visit count of the history item

Definition at line 1 of file qmlhistoryitem.h.


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