![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
Keeps the tab state between runs. More...
#include "ihaverecoverabletabs.h"
Public Attributes | |
QByteArray | Data_ |
The tab-specific restore data. More... | |
DynPropertiesList_t | DynProperties_ |
Dynamic properties list from other plugins. More... | |
Keeps the tab state between runs.
The tab state consists of two parts:
Definition at line 113 of file ihaverecoverabletabs.h.
QByteArray LeechCraft::TabRecoverInfo::Data_ |
The tab-specific restore data.
For example, a web browser would store the URL of the page in this member, as well as scroll position etc.
Definition at line 120 of file ihaverecoverabletabs.h.
DynPropertiesList_t LeechCraft::TabRecoverInfo::DynProperties_ |
Dynamic properties list from other plugins.
Definition at line 127 of file ihaverecoverabletabs.h.