Go to the source code of this file.
Functions | |
const gui_pref | ve_alternate_rows ("variable_editor/alternate_rows", QVariant(false)) |
const QString | ve_color_chars ("fbsha") |
const gui_pref | ve_color_mode ("variable_editor/color_mode", QVariant(0)) |
const gui_pref | ve_column_width ("variable_editor/column_width", QVariant(100)) |
const gui_pref | ve_font_name ("variable_editor/font_name", QVariant()) |
const gui_pref | ve_font_size ("variable_editor/font_size", QVariant(10)) |
const gui_pref | ve_row_height ("variable_editor/row_height", QVariant(10)) |
const gui_pref | ve_use_terminal_font ("variable_editor/use_terminal_font", QVariant(true)) |
Variables | |
const QStringList | ve_color_names |
const gui_pref | ve_colors [2 *ve_colors_count] |
const int | ve_colors_count = 5 |
const QStringList | ve_save_formats |
const QStringList | ve_save_formats_ext |
const gui_pref ve_alternate_rows | ( | "variable_editor/alternate_rows" | , |
QVariant(false) | |||
) |
const QString ve_color_chars | ( | "fbsha" | ) |
const gui_pref ve_color_mode | ( | "variable_editor/color_mode" | , |
QVariant(0) | |||
) |
const gui_pref ve_column_width | ( | "variable_editor/column_width" | , |
QVariant(100) | |||
) |
const gui_pref ve_font_name | ( | "variable_editor/font_name" | , |
QVariant() | |||
) |
const gui_pref ve_font_size | ( | "variable_editor/font_size" | , |
QVariant(10) | |||
) |
const gui_pref ve_row_height | ( | "variable_editor/row_height" | , |
QVariant(10) | |||
) |
const gui_pref ve_use_terminal_font | ( | "variable_editor/use_terminal_font" | , |
QVariant(true) | |||
) |
const QStringList ve_color_names |
Definition at line 73 of file gui-preferences-ve.h.
Referenced by settings_dialog::read_varedit_colors().
const gui_pref ve_colors[2 *ve_colors_count] |
Definition at line 59 of file gui-preferences-ve.h.
Referenced by variable_editor::notice_settings(), settings_dialog::read_varedit_colors(), settings_dialog::update_varedit_colors(), and settings_dialog::write_varedit_colors().
const int ve_colors_count = 5 |
Definition at line 58 of file gui-preferences-ve.h.
Referenced by variable_editor::variable_editor(), variable_editor::notice_settings(), settings_dialog::read_varedit_colors(), settings_dialog::update_varedit_colors(), and settings_dialog::write_varedit_colors().
const QStringList ve_save_formats |
Definition at line 81 of file gui-preferences-ve.h.
Referenced by variable_editor::construct_tool_bar().
const QStringList ve_save_formats_ext |
Definition at line 96 of file gui-preferences-ve.h.
Referenced by variable_editor_stack::do_save().