Dooble
|
Public Types | |
enum | Limits { MAXIMUM_TITLE_LENGTH = 1024, MAXIMUM_URL_LENGTH = 2048 } |
Public Slots | |
void | show (void) |
Signals | |
void | dooble_credentials_authenticated (bool state) |
Public Member Functions | |
dooble (QWidget *widget) | |
dooble (const QUrl &url, bool is_private) | |
dooble (dooble_page *page) | |
dooble (dooble_web_engine_view *view) | |
bool | is_private (void) const |
dooble_page * | current_page (void) const |
dooble_page * | new_page (const QUrl &url, bool is_private) |
void | print_current_page (void) |
Static Public Attributes | |
static QPointer< dooble_history > | s_history |
static QPointer< dooble_about > | s_about |
static QPointer< dooble_accepted_or_blocked_domains > | s_accepted_or_blocked_domains |
static QPointer< dooble_application > | s_application |
static QPointer< dooble_certificate_exceptions > | s_certificate_exceptions |
static QPointer< dooble_cookies > | s_cookies |
static QPointer< dooble_cookies_window > | s_cookies_window |
static QPointer< dooble_cryptography > | s_cryptography |
static QPointer< dooble_downloads > | s_downloads |
static QPointer< dooble_favorites_popup > | s_favorites_window |
static QPointer< dooble_history_window > | s_history_window |
static QPointer< dooble_settings > | s_settings |
static QPointer< dooble_web_engine_url_request_interceptor > | s_url_request_interceptor |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
void | keyPressEvent (QKeyEvent *event) |