![]() |
LeechCraft 0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
|
#include "ihaverecoverabletabs.h"
Public Attributes | |
| QByteArray | Data_ {} |
| The serialized state of a tab. | |
| QString | Name_ |
| The user-readable name of the tab. | |
| QIcon | Icon_ {} |
| Returns the icon of this tab. | |
Definition at line 21 of file ihaverecoverabletabs.h.
| QByteArray LC::TabSaveInfo::Data_ {} |
The serialized state of a tab.
This state will later be passed to the IHaveRecoverableTabs::RecoverTabs() as the LC::TabRecoverInfo::Data_ member.
Definition at line 29 of file ihaverecoverabletabs.h.
| QIcon LC::TabSaveInfo::Icon_ {} |
Returns the icon of this tab.
The return value of this function will be used in the tab restore dialog or tab reopen menu.
For example, a web browser may want to return web site's favicon.
Definition at line 48 of file ihaverecoverabletabs.h.
| QString LC::TabSaveInfo::Name_ |
The user-readable name of the tab.
The return value of this function will be used in the tab restore dialog or tab reopen menu.
For example, a web browser may want to return something like "Google — http://google.com".
Definition at line 39 of file ihaverecoverabletabs.h.