|
RADLib
RADical C++ application framework
|
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... | |
Snapshot of one browser tab.
| bool RADWeb::RADWebTabInfo::active = false |
True when this is the active tab.
| int RADWeb::RADWebTabInfo::id = 0 |
Stable tab id.
| int RADWeb::RADWebTabInfo::index = -1 |
Current zero-based tab index.
| std::string RADWeb::RADWebTabInfo::title |
Current tab title.
| std::string RADWeb::RADWebTabInfo::url |
Current tab URL.