GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
KeyboardTranslatorReader::Token Struct Reference
Collaboration diagram for KeyboardTranslatorReader::Token:

Public Types

enum  Type {
  TitleKeyword, TitleText, KeyKeyword, KeySequence,
  Command, OutputText
}
 

Public Attributes

QString text
 
Type type
 

Detailed Description

Definition at line 455 of file KeyboardTranslator.h.

Member Enumeration Documentation

◆ Type

Enumerator
TitleKeyword 
TitleText 
KeyKeyword 
KeySequence 
Command 
OutputText 

Definition at line 457 of file KeyboardTranslator.h.

Member Data Documentation

◆ text

QString KeyboardTranslatorReader::Token::text

Definition at line 467 of file KeyboardTranslator.h.

◆ type

Type KeyboardTranslatorReader::Token::type

Definition at line 466 of file KeyboardTranslator.h.


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