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

#include "gui-preferences.h"

Collaboration diagram for sc_pref:

Public Member Functions

 sc_pref (const QString &key_arg, QKeySequence::StandardKey def_std_arg)
 
 sc_pref (const QString &key_arg, Qt::Key def_arg)
 
 sc_pref (const QString &key_arg, unsigned int def_arg)
 
 sc_pref (const sc_pref &)=delete
 
 ~sc_pref (void)=default
 
sc_prefoperator= (const sc_pref &)=delete
 

Public Attributes

const unsigned int def
 
const QKeySequence::StandardKey def_std
 
const QString key
 

Detailed Description

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

Constructor & Destructor Documentation

◆ sc_pref() [1/4]

sc_pref::sc_pref ( const QString &  key_arg,
Qt::Key  def_arg 
)
inline

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

◆ sc_pref() [2/4]

sc_pref::sc_pref ( const QString &  key_arg,
unsigned int  def_arg 
)
inline

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

◆ sc_pref() [3/4]

sc_pref::sc_pref ( const QString &  key_arg,
QKeySequence::StandardKey  def_std_arg 
)
inline

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

◆ sc_pref() [4/4]

sc_pref::sc_pref ( const sc_pref )
delete

◆ ~sc_pref()

sc_pref::~sc_pref ( void  )
default

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ def

const unsigned int sc_pref::def

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

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

◆ def_std

const QKeySequence::StandardKey sc_pref::def_std

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

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

◆ key


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