Go to the source code of this file.
◆ dc_bookmark_file()
const QString dc_bookmark_file |
( |
"octave-doc-bookmarks.xbel" |
| ) |
|
◆ dc_bookmark_filter_active()
const gui_pref dc_bookmark_filter_active |
( |
"documentation_widget/filter_active" |
, |
|
|
QVariant(false) |
|
|
) |
| |
◆ dc_bookmark_filter_mru()
const gui_pref dc_bookmark_filter_mru |
( |
"documentation_widget/bookmark_filter_mru" |
, |
|
|
QVariant() |
|
|
) |
| |
◆ dc_bookmark_filter_shown()
const gui_pref dc_bookmark_filter_shown |
( |
"documentation_widget/filter_shown" |
, |
|
|
QVariant(true) |
|
|
) |
| |
◆ dc_browser_zoom_level()
const gui_pref dc_browser_zoom_level |
( |
"documentation_widget/browser_zoom_level" |
, |
|
|
QVariant(0) |
|
|
) |
| |
◆ dc_xbel_attr_folded()
const QLatin1String dc_xbel_attr_folded |
( |
"folded" |
| ) |
|
◆ dc_xbel_attr_href()
const QLatin1String dc_xbel_attr_href |
( |
"href" |
| ) |
|
◆ dc_xbel_attr_version()
const QLatin1String dc_xbel_attr_version |
( |
"version" |
| ) |
|
◆ dc_xbel_doctype()
const QLatin1String dc_xbel_doctype |
( |
"<!DOCTYPE xbel>" |
| ) |
|
◆ dc_xbel_name_bookmark()
const QLatin1String dc_xbel_name_bookmark |
( |
"bookmark" |
| ) |
|
◆ dc_xbel_name_folder()
const QLatin1String dc_xbel_name_folder |
( |
"folder" |
| ) |
|
◆ dc_xbel_name_format()
const QLatin1String dc_xbel_name_format |
( |
"xbel" |
| ) |
|
◆ dc_xbel_name_title()
const QLatin1String dc_xbel_name_title |
( |
"title" |
| ) |
|
◆ dc_xbel_value_no()
const QLatin1String dc_xbel_value_no |
( |
"no" |
| ) |
|
◆ dc_xbel_value_version()
const QLatin1String dc_xbel_value_version |
( |
"1.0" |
| ) |
|
◆ dc_xbel_value_yes()
const QLatin1String dc_xbel_value_yes |
( |
"yes" |
| ) |
|