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

Public Member Functions

 shortcut_t (const shortcut_t &x)
 
 shortcut_t (void)
 
 ~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 114 of file shortcut-manager.h.

Constructor & Destructor Documentation

◆ shortcut_t() [1/2]

shortcut_manager::shortcut_t::shortcut_t ( void  )
inline

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

◆ shortcut_t() [2/2]

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

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

References m_actual_sc, m_default_sc, and x.

◆ ~shortcut_t()

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

Member Function Documentation

◆ operator=()

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

Definition at line 131 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

◆ m_default_sc

QKeySequence shortcut_manager::shortcut_t::m_default_sc

◆ m_description

QString shortcut_manager::shortcut_t::m_description

◆ m_settings_key

QString shortcut_manager::shortcut_t::m_settings_key

◆ m_tree_item

QTreeWidgetItem* shortcut_manager::shortcut_t::m_tree_item

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

Referenced by operator=().


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