GNU Octave  6.2.0
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 456 of file KeyboardTranslator.h.

Member Enumeration Documentation

◆ Type

Enumerator
TitleKeyword 
TitleText 
KeyKeyword 
KeySequence 
Command 
OutputText 

Definition at line 458 of file KeyboardTranslator.h.

Member Data Documentation

◆ text

QString KeyboardTranslatorReader::Token::text

Definition at line 468 of file KeyboardTranslator.h.

◆ type

Type KeyboardTranslatorReader::Token::type

Definition at line 467 of file KeyboardTranslator.h.


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