![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Keeps the tab state between runs. More...
#include "ihaverecoverabletabs.h"
Collaboration diagram for LC::TabRecoverInfo: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 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.