Dooble
|
Public Types | |
enum class | Limits { MAXIMUM_TITLE_LENGTH = 1024 , MAXIMUM_SQL_TEXT_LENGTH = 5000 , MAXIMUM_URL_LENGTH = 2048 } |
Public Slots | |
void | show (void) |
void | showFullScreen (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 QList< QUrl > &urls, bool is_private, bool attach) | |
dooble (dooble_page *page) | |
dooble (dooble_web_engine_view *view) | |
bool | anonymous_tab_headers (void) const |
bool | attached (void) const |
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 Member Functions | |
static QSet< QString > | current_url_executables (void) |
static void | clean (void) |
static void | print (QWidget *parent, dooble_charts *chart) |
static void | print_preview (QPrinter *printer, dooble_charts *chart) |
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_gopher > | s_gopher = nullptr |
static QPointer< dooble_history > | s_history = nullptr |
static QPointer< dooble_history_window > | s_history_popup = nullptr |
static QPointer< dooble_history_window > | s_history_window = nullptr |
static QPointer< dooble_jar > | s_jar = nullptr |
static QPointer< dooble_search_engines_popup > | s_search_engines_window = nullptr |
static QPointer< dooble_settings > | s_settings = nullptr |
static QPointer< dooble_style_sheet > | s_style_sheet = nullptr |
static QPointer< dooble_web_engine_url_request_interceptor > | s_url_request_interceptor = nullptr |
static QSet< QString > | s_current_url_executables |
static QString | ABOUT_BLANK = "about:blank" |
static QString | s_default_http_user_agent = "" |
static QString | s_google_translate_url = "" |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
void | keyPressEvent (QKeyEvent *event) |
|
static |