lemAutoRun  1.0
Public Attributes | List of all members
AutoRunCmd Struct Reference

#include <lemAutoRun.h>

Collaboration diagram for AutoRunCmd:
Collaboration graph
[legend]

Public Attributes

QString cmdString
 untouched original lar-cmd string More...
 
QString cmd
 command name string More...
 
int lineNo
 line number from where in the user auto run sequence the command originates More...
 
int noElements
 number of parameters used for this command More...
 
QString param [LAR_MAX_PARAM]
 parameter list of the command More...
 
QString loopVal
 value of a loop command. For non-loop commands it will be an empty string More...
 

Detailed Description

Structure holding the information needed to process an auto run command. If a given parameter is an empty string it should be ignored.

At the moment the following commands are implemented:

Definition at line 220 of file lemAutoRun.h.

Member Data Documentation

QString AutoRunCmd::cmd

command name string

Definition at line 222 of file lemAutoRun.h.

Referenced by PSAX2AutoRunParseHandler::endElement().

QString AutoRunCmd::cmdString
int AutoRunCmd::lineNo
QString AutoRunCmd::loopVal

value of a loop command. For non-loop commands it will be an empty string

Definition at line 226 of file lemAutoRun.h.

int AutoRunCmd::noElements
QString AutoRunCmd::param[LAR_MAX_PARAM]

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