![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <restoremanager.h>
Public Member Functions | |
bool | isValid () const |
void | clear () |
Public Attributes | |
QVector< BrowserWindow::SavedWindow > | windows |
QByteArray | crashedSession |
QByteArray | closedWindows |
Friends | |
FALKON_EXPORT QDataStream & | operator<< (QDataStream &stream, const RestoreData &data) |
FALKON_EXPORT QDataStream & | operator>> (QDataStream &stream, RestoreData &data) |
Definition at line 28 of file restoremanager.h.
void RestoreData::clear | ( | ) |
Definition at line 37 of file restoremanager.cpp.
bool RestoreData::isValid | ( | ) | const |
Definition at line 27 of file restoremanager.cpp.
|
friend |
Definition at line 44 of file restoremanager.cpp.
|
friend |
Definition at line 58 of file restoremanager.cpp.
QByteArray RestoreData::closedWindows |
Definition at line 32 of file restoremanager.h.
QByteArray RestoreData::crashedSession |
Definition at line 31 of file restoremanager.h.
QVector<BrowserWindow::SavedWindow> RestoreData::windows |
Definition at line 30 of file restoremanager.h.