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 Attributes | List of all members
CharCodes Struct Reference

#include "Vt102Emulation.h"

Collaboration diagram for CharCodes:
Collaboration graph
[legend]

Public Attributes

char charset [4]
int cu_cs
bool graphic
bool pound
bool sa_graphic
bool sa_pound

Detailed Description

Definition at line 55 of file Vt102Emulation.h.

Member Data Documentation

char CharCodes::charset[4]

Definition at line 58 of file Vt102Emulation.h.

Referenced by Vt102Emulation::setCharset().

int CharCodes::cu_cs

Definition at line 59 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().

bool CharCodes::graphic

Definition at line 60 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().

bool CharCodes::pound

Definition at line 61 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().

bool CharCodes::sa_graphic

Definition at line 62 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().

bool CharCodes::sa_pound

Definition at line 63 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().


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