GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::gui_settings Class Reference

#include "gui-settings.h"

Inheritance diagram for octave::gui_settings:
Collaboration diagram for octave::gui_settings:

Public Member Functions

 gui_settings (const gui_settings &)=delete
 
 gui_settings (const QString &file_name, QSettings::Format format, QObject *parent=nullptr)
 
 gui_settings (QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application=QString(), QObject *parent=nullptr)
 
 ~gui_settings (void)=default
 
gui_settingsoperator= (const gui_settings &)=delete
 
QKeySequence sc_def_value (const sc_pref &pref) const
 
QString sc_value (const sc_pref &pref) const
 
QVariant value (const gui_pref &pref) const
 

Detailed Description

Definition at line 35 of file gui-settings.h.

Constructor & Destructor Documentation

◆ gui_settings() [1/3]

octave::gui_settings::gui_settings ( const QString &  file_name,
QSettings::Format  format,
QObject parent = nullptr 
)
inline

Definition at line 41 of file gui-settings.h.

◆ gui_settings() [2/3]

octave::gui_settings::gui_settings ( QSettings::Format  format,
QSettings::Scope  scope,
const QString &  organization,
const QString &  application = QString (),
QObject parent = nullptr 
)
inline

Definition at line 46 of file gui-settings.h.

◆ gui_settings() [3/3]

octave::gui_settings::gui_settings ( const gui_settings )
delete

◆ ~gui_settings()

octave::gui_settings::~gui_settings ( void  )
default

Member Function Documentation

◆ operator=()

gui_settings& octave::gui_settings::operator= ( const gui_settings )
delete

◆ sc_def_value()

QKeySequence octave::gui_settings::sc_def_value ( const sc_pref pref) const

Definition at line 46 of file gui-settings.cc.

References sc_pref::def, and sc_pref::def_std.

Referenced by sc_value().

◆ sc_value()

QString octave::gui_settings::sc_value ( const sc_pref pref) const

Definition at line 37 of file gui-settings.cc.

References sc_pref::key, sc_def_value(), sc_group(), and value().

Referenced by QTerminal::notice_settings().

◆ value()


The documentation for this class was generated from the following files: