GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gui_pref Struct Reference

#include "gui-preferences.h"

Collaboration diagram for gui_pref:

Public Member Functions

 gui_pref (const gui_pref &)=delete
 
 gui_pref (const QString &key_arg, const QVariant &def_arg, const bool ignore_arg=false)
 
 ~gui_pref (void)=default
 
gui_prefoperator= (const gui_pref &)=delete
 

Public Attributes

const QVariant def
 
const bool ignore
 
const QString key
 

Detailed Description

Definition at line 37 of file gui-preferences.h.

Constructor & Destructor Documentation

◆ gui_pref() [1/2]

gui_pref::gui_pref ( const QString &  key_arg,
const QVariant &  def_arg,
const bool  ignore_arg = false 
)
inline

Definition at line 39 of file gui-preferences.h.

◆ gui_pref() [2/2]

gui_pref::gui_pref ( const gui_pref )
delete

◆ ~gui_pref()

gui_pref::~gui_pref ( void  )
default

Member Function Documentation

◆ operator=()

gui_pref& gui_pref::operator= ( const gui_pref )
delete

Member Data Documentation

◆ def

◆ ignore

const bool gui_pref::ignore

Definition at line 54 of file gui-preferences.h.

Referenced by octave::gui_settings::value().

◆ key

const QString gui_pref::key

Definition at line 52 of file gui-preferences.h.

Referenced by octave::file_editor_tab::file_editor_tab(), octave::files_dock_widget::files_dock_widget(), octave::find_files_dialog::find_files_dialog(), octave::set_path_dialog::set_path_dialog(), octave::settings_dialog::settings_dialog(), octave::terminal_dock_widget::terminal_dock_widget(), octave::workspace_view::workspace_view(), octave::welcome_wizard::accept(), annotation_dialog::button_clicked(), octave::file_editor::call_custom_editor(), octave::octave_qscintilla::comment_string(), octave::resource_manager::config_translators(), octave::main_window::confirm_shutdown(), octave::octave_qscintilla::contextmenu_run(), octave::octave_qscintilla::ctx_menu_run_finished(), octave::main_window::do_reset_windows(), octave::file_editor::empty_script(), octave::external_editor_interface::external_editor(), octave::main_window::handle_octave_ready(), octave::octave_dock_widget::handle_settings(), annotation_dialog::init(), octave::shortcut_manager::init(), octave::shortcut_manager::init_data(), octave::octave_dock_widget::make_widget(), octave::file_editor::mru_menu_update(), octave::history_dock_widget::notice_settings(), octave::variable_editor::notice_settings(), QTerminal::notice_settings(), octave::file_editor_tab::notice_settings(), octave::main_window::notice_settings(), octave::news_reader::process(), octave::resource_manager::reload_settings(), octave::main_window::request_new_function(), octave::main_window::request_open_file(), octave::main_window::restore_create_file_setting(), octave::find_dialog::restore_settings(), octave::file_editor::save_session(), octave::find_dialog::save_settings(), octave::files_dock_widget::save_settings(), octave::find_files_dialog::save_settings(), octave::history_dock_widget::save_settings(), octave::octave_dock_widget::save_settings(), octave::set_path_dialog::save_settings(), octave::workspace_view::save_settings(), octave::octave_dock_widget::set_focus_predecessor(), octave::main_window::set_window_layout(), octave::file_editor::toggle_preference(), octave::resource_manager::update_network_settings(), octave::gui_settings::value(), octave::settings_dialog::write_changed_settings(), octave::settings_dialog::write_lexer_settings(), octave::main_window::write_settings(), octave::shortcut_manager::write_shortcuts(), octave::settings_dialog::write_terminal_colors(), octave::settings_dialog::write_varedit_colors(), and octave::settings_dialog::write_workspace_colors().


The documentation for this struct was generated from the following file: