COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
PythonConsole::python_command Class Reference

used to store the pending command on the command stack More...

Public Member Functions

 python_command (QString &command, bool imediate, QVector< int > &break_lines)
 

Public Attributes

QString command
 
bool imediate
 
QVector< int > break_lines
 

Detailed Description

used to store the pending command on the command stack

Definition at line 147 of file PythonConsole.hpp.

Constructor & Destructor Documentation

python_command ( QString &  command,
bool  imediate,
QVector< int > &  break_lines 
)
inline

Definition at line 149 of file PythonConsole.hpp.

Member Data Documentation

QVector<int> break_lines

Definition at line 155 of file PythonConsole.hpp.

QString command

Definition at line 153 of file PythonConsole.hpp.

bool imediate

Definition at line 154 of file PythonConsole.hpp.


The documentation for this class was generated from the following file:
Send comments to:
COOLFluiD Web Admin