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

Snapshot of one browser tab. More...

#include <RADWeb.h>

Public Attributes

int id = 0
 Stable tab id. More...
 
int index = -1
 Current zero-based tab index. More...
 
std::string url
 Current tab URL. More...
 
std::string title
 Current tab title. More...
 
bool active = false
 True when this is the active tab. More...
 

Detailed Description

Snapshot of one browser tab.

Member Data Documentation

◆ active

bool RADWeb::RADWebTabInfo::active = false

True when this is the active tab.

◆ id

int RADWeb::RADWebTabInfo::id = 0

Stable tab id.

◆ index

int RADWeb::RADWebTabInfo::index = -1

Current zero-based tab index.

◆ title

std::string RADWeb::RADWebTabInfo::title

Current tab title.

◆ url

std::string RADWeb::RADWebTabInfo::url

Current tab URL.


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