UltraScan III
List of all members | Public Member Functions | Public Attributes
US_WindowMessage::Interpreter Class Reference

Interpreter definition. More...

#include "us_window_message.h"

Public Member Functions

 Interpreter (ulong, QString, QString)
 US_WindowMessageTypes constructor to create mappings. More...
 

Public Attributes

ulong interp_id
 Interpreter ID number. More...
 
QString interp_name
 Interpreter name. More...
 
QString file_name
 Interpreter loaded file name. More...
 

Detailed Description

Interpreter definition.

Object that holds id, name and file information for a specific interpreter (external window).

Definition at line 29 of file us_window_message.h.

Constructor & Destructor Documentation

US_WindowMessage::Interpreter::Interpreter ( ulong  ntrpid,
QString  iname,
QString  fname 
)

US_WindowMessageTypes constructor to create mappings.

Definition at line 25 of file us_window_message.cpp.

Member Data Documentation

QString US_WindowMessage::Interpreter::file_name

Interpreter loaded file name.

Definition at line 37 of file us_window_message.h.

ulong US_WindowMessage::Interpreter::interp_id

Interpreter ID number.

Definition at line 35 of file us_window_message.h.

QString US_WindowMessage::Interpreter::interp_name

Interpreter name.

Definition at line 36 of file us_window_message.h.


The documentation for this class was generated from the following files: