RADLib
RADical C++ application framework
RADWeb::RADWebHistoryItem Struct Reference

One persisted browser history entry. More...

#include <RADWeb.h>

Public Attributes

std::string url
 Visited URL. More...
 
std::string title
 Most recent page title. More...
 
int64_t lastVisitedUnixMs = 0
 Last visit time in Unix milliseconds. More...
 
int64_t visitCount = 0
 Number of recorded visits. More...
 

Detailed Description

One persisted browser history entry.

Member Data Documentation

◆ lastVisitedUnixMs

int64_t RADWeb::RADWebHistoryItem::lastVisitedUnixMs = 0

Last visit time in Unix milliseconds.

◆ title

std::string RADWeb::RADWebHistoryItem::title

Most recent page title.

◆ url

std::string RADWeb::RADWebHistoryItem::url

Visited URL.

◆ visitCount

int64_t RADWeb::RADWebHistoryItem::visitCount = 0

Number of recorded visits.


The documentation for this struct was generated from the following file: