GNU Octave  3.8.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 Types | Public Attributes | List of all members
KeyboardTranslatorReader::Token Struct Reference
Collaboration diagram for KeyboardTranslatorReader::Token:
Collaboration graph
[legend]

Public Types

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

Public Attributes

QString text
Type type

Detailed Description

Definition at line 453 of file KeyboardTranslator.h.

Member Enumeration Documentation

Enumerator:
TitleKeyword 
TitleText 
KeyKeyword 
KeySequence 
Command 
OutputText 

Definition at line 455 of file KeyboardTranslator.h.

Member Data Documentation

QString KeyboardTranslatorReader::Token::text

Definition at line 465 of file KeyboardTranslator.h.

Type KeyboardTranslatorReader::Token::type

Definition at line 464 of file KeyboardTranslator.h.


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