Majoranapp
A C++ library for studying MZM in non-interacting systems
|
Key bindings for char and selected terms, dimensions and TODO system options. More...
#include <KeyBindings.hpp>
Static Public Member Functions | |
static void | Help () |
display all key bindings More... | |
static std::string | GetOptstring () |
Get the Optstring object optstring for ArgvParser. More... | |
Static Public Attributes | |
static const std::map< char, std::string > | mapDimensions |
Dimensions translation map. More... | |
static const std::map< char, std::string > | mapParameters |
Parameters name translation map. More... | |
static const std::map< char, SystemOption > | mapSystemKeys |
SystemKeys name translation map. More... | |
static const char | VerboseKey {'v'} |
static const char | HelpKey {'h'} |
static const char | QuietKey {'q'} |
static const char | FilenameKey {'f'} |
Key bindings for char and selected terms, dimensions and TODO system options.
|
inlinestatic |
Get the Optstring object optstring for ArgvParser.
|
inlinestatic |
display all key bindings
|
static |
|
static |
|
static |
Dimensions translation map.
|
static |
Parameters name translation map.
|
static |
SystemKeys name translation map.
|
static |
|
static |