GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
shortcut_manager::shortcut_t Class Reference
Collaboration diagram for shortcut_manager::shortcut_t:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

QKeySequence * actual_sc
 
QKeySequence * default_sc
 
QString description
 
QString settings_key
 
QTreeWidgetItem * tree_item
 

Detailed Description

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

Constructor & Destructor Documentation

shortcut_manager::shortcut_t::shortcut_t ( void  )
inline

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

References actual_sc, and default_sc.

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

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

References actual_sc, and default_sc.

shortcut_manager::shortcut_t::~shortcut_t ( void  )
inline

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

References actual_sc, and default_sc.

Member Function Documentation

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

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

References actual_sc, default_sc, description, settings_key, and tree_item.

Member Data Documentation

QKeySequence* shortcut_manager::shortcut_t::actual_sc
QKeySequence* shortcut_manager::shortcut_t::default_sc
QString shortcut_manager::shortcut_t::description
QString shortcut_manager::shortcut_t::settings_key
QTreeWidgetItem* shortcut_manager::shortcut_t::tree_item

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

Referenced by operator=().


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