Go to the source code of this file.
|
const gui_pref | cs_color_mode ("terminal/color_mode", QVariant(0)) |
|
const QStringList | cs_color_names (QStringList()<< QT_TRANSLATE_NOOP("octave::settings_dialog", "foreground")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "background")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "selection")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "cursor")) |
|
const gui_pref | cs_cursor ("terminal/cursorType", QVariant("ibeam")) |
|
const gui_pref | cs_cursor_blinking ("terminal/cursorBlinking", QVariant(true)) |
|
const gui_pref | cs_cursor_use_fgcol ("terminal/cursorUseForegroundColor", QVariant(true)) |
|
const gui_pref | cs_dbg_location ("terminal/print_debug_location", QVariant(false)) |
|
const gui_pref | cs_focus_cmd ("terminal/focus_after_command", QVariant(false)) |
|
const gui_pref | cs_font ("terminal/fontName", QVariant()) |
|
const gui_pref | cs_font_size ("terminal/fontSize", QVariant(10)) |
|
const gui_pref | cs_hist_buffer ("terminal/history_buffer", QVariant(1000)) |
|
◆ cs_color_mode()
const gui_pref cs_color_mode |
( |
"terminal/color_mode" |
, |
|
|
QVariant(0) |
|
|
) |
| |
◆ cs_color_names()
const QStringList cs_color_names |
( |
QStringList()<< QT_TRANSLATE_NOOP("octave::settings_dialog", "foreground")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "background")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "selection")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "cursor") |
| ) |
|
◆ cs_cursor()
const gui_pref cs_cursor |
( |
"terminal/cursorType" |
, |
|
|
QVariant("ibeam") |
|
|
) |
| |
◆ cs_cursor_blinking()
const gui_pref cs_cursor_blinking |
( |
"terminal/cursorBlinking" |
, |
|
|
QVariant(true) |
|
|
) |
| |
◆ cs_cursor_use_fgcol()
const gui_pref cs_cursor_use_fgcol |
( |
"terminal/cursorUseForegroundColor" |
, |
|
|
QVariant(true) |
|
|
) |
| |
◆ cs_dbg_location()
const gui_pref cs_dbg_location |
( |
"terminal/print_debug_location" |
, |
|
|
QVariant(false) |
|
|
) |
| |
◆ cs_focus_cmd()
const gui_pref cs_focus_cmd |
( |
"terminal/focus_after_command" |
, |
|
|
QVariant(false) |
|
|
) |
| |
◆ cs_font()
const gui_pref cs_font |
( |
"terminal/fontName" |
, |
|
|
QVariant() |
|
|
) |
| |
◆ cs_font_size()
const gui_pref cs_font_size |
( |
"terminal/fontSize" |
, |
|
|
QVariant(10) |
|
|
) |
| |
◆ cs_hist_buffer()
const gui_pref cs_hist_buffer |
( |
"terminal/history_buffer" |
, |
|
|
QVariant(1000) |
|
|
) |
| |
◆ cs_colors
◆ cs_colors_count
const unsigned int cs_colors_count = 4 |
◆ cs_cursor_types
const std::vector<std::string> cs_cursor_types |