GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::shortcut_manager::shortcut_t Class Reference
Collaboration diagram for octave::shortcut_manager::shortcut_t:

Public Member Functions

 shortcut_t (void)
 
 shortcut_t (const shortcut_t &x)
 
 ~shortcut_t (void)=default
 
shortcut_toperator= (const shortcut_t &x)
 

Public Attributes

QKeySequence m_actual_sc
 
QKeySequence m_default_sc
 
QString m_description
 
QString m_settings_key
 
QTreeWidgetItem * m_tree_item
 

Detailed Description

Definition at line 136 of file shortcut-manager.h.

Constructor & Destructor Documentation

◆ shortcut_t() [1/2]

octave::shortcut_manager::shortcut_t::shortcut_t ( void  )
inline

Definition at line 140 of file shortcut-manager.h.

◆ shortcut_t() [2/2]

octave::shortcut_manager::shortcut_t::shortcut_t ( const shortcut_t x)
inline

Definition at line 145 of file shortcut-manager.h.

References m_actual_sc, m_default_sc, and x.

◆ ~shortcut_t()

octave::shortcut_manager::shortcut_t::~shortcut_t ( void  )
default

Member Function Documentation

◆ operator=()

shortcut_t& octave::shortcut_manager::shortcut_t::operator= ( const shortcut_t x)
inline

Definition at line 153 of file shortcut-manager.h.

References m_actual_sc, m_default_sc, m_description, m_settings_key, m_tree_item, and x.

Member Data Documentation

◆ m_actual_sc

QKeySequence octave::shortcut_manager::shortcut_t::m_actual_sc

◆ m_default_sc

QKeySequence octave::shortcut_manager::shortcut_t::m_default_sc

Definition at line 177 of file shortcut-manager.h.

Referenced by operator=(), and shortcut_t().

◆ m_description

QString octave::shortcut_manager::shortcut_t::m_description

Definition at line 174 of file shortcut-manager.h.

Referenced by octave::shortcut_manager::init(), and operator=().

◆ m_settings_key

QString octave::shortcut_manager::shortcut_t::m_settings_key

Definition at line 175 of file shortcut-manager.h.

Referenced by operator=().

◆ m_tree_item

QTreeWidgetItem* octave::shortcut_manager::shortcut_t::m_tree_item

Definition at line 173 of file shortcut-manager.h.

Referenced by operator=().


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