![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
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. | |
| DynPropertiesList_t | DynProperties_ |
| Dynamic properties list from other plugins. | |
Keeps the tab state between runs.
The tab state consists of two parts:
Definition at line 92 of file ihaverecoverabletabs.h.
| QByteArray LC::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 99 of file ihaverecoverabletabs.h.
| DynPropertiesList_t LC::TabRecoverInfo::DynProperties_ |
Dynamic properties list from other plugins.
Definition at line 106 of file ihaverecoverabletabs.h.