Dooble
|
Public Types | |
enum | Limits { MAXIMUM_TITLE_LENGTH = 1024, MAXIMUM_URL_LENGTH = 2048 } |
Public Slots | |
void | show (void) |
Signals | |
void | add_session_url (void) |
void | application_locked (bool state, dooble *d) |
void | dooble_credentials_authenticated (bool state) |
void | history_cleared (void) |
Public Member Functions | |
dooble (QWidget *widget) | |
dooble (const QUrl &url, bool is_private) | |
dooble (dooble_page *page) | |
dooble (dooble_web_engine_view *view) | |
bool | initialized (void) const |
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_about > | s_about = nullptr |
static QPointer< dooble_accepted_or_blocked_domains > | s_accepted_or_blocked_domains = nullptr |
static QPointer< dooble_application > | s_application = nullptr |
static QPointer< dooble_certificate_exceptions > | s_certificate_exceptions |
static QPointer< dooble_cookies > | s_cookies = nullptr |
static QPointer< dooble_cookies_window > | s_cookies_window = nullptr |
static QPointer< dooble_cryptography > | s_cryptography = nullptr |
static QPointer< dooble_downloads > | s_downloads = nullptr |
static QPointer< dooble_favorites_popup > | s_favorites_window = nullptr |
static QPointer< dooble_history > | s_history = nullptr |
static QPointer< dooble_history_window > | s_history_window = nullptr |
static QPointer< dooble_search_engines_popup > | s_search_engines_window = nullptr |
static QPointer< dooble_settings > | s_settings = nullptr |
static QPointer< dooble_web_engine_url_request_interceptor > | s_url_request_interceptor = nullptr |
static QString | ABOUT_BLANK = "about:blank" |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
void | keyPressEvent (QKeyEvent *event) |
|
static |