
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... | |
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.
| 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.
| 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.
1.8.3.1-20130324