anatomist 6.0.4
3D neuroimaging data viewer
anatomist::Control::KeyMapKey Struct Reference

#include <anatomist/controler/control.h>

Public Member Functions

 KeyMapKey (int k, int s)
 
bool operator== (const KeyMapKey &k) const
 
bool operator!= (const KeyMapKey &k) const
 

Public Attributes

int key
 
int state
 

Detailed Description

Definition at line 135 of file control.h.

Constructor & Destructor Documentation

◆ KeyMapKey()

anatomist::Control::KeyMapKey::KeyMapKey ( int k,
int s )
inline

Definition at line 137 of file control.h.

References key, and state.

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

Member Function Documentation

◆ operator!=()

bool anatomist::Control::KeyMapKey::operator!= ( const KeyMapKey & k) const
inline

Definition at line 145 of file control.h.

References KeyMapKey().

◆ operator==()

bool anatomist::Control::KeyMapKey::operator== ( const KeyMapKey & k) const
inline

Definition at line 140 of file control.h.

References key, KeyMapKey(), and state.

Member Data Documentation

◆ key

int anatomist::Control::KeyMapKey::key

Definition at line 138 of file control.h.

Referenced by KeyMapKey(), anatomist::Control::LessKeyMap::operator()(), and operator==().

◆ state

int anatomist::Control::KeyMapKey::state

Definition at line 139 of file control.h.

Referenced by KeyMapKey(), anatomist::Control::LessKeyMap::operator()(), and operator==().


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