COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Attributes | List of all members
ActionInfo Struct Reference

#include <CNode.hpp>

Public Attributes

QString name
 The action name. More...
 
QString readable_name
 
QString description
 The action description. More...
 
bool is_local
 Indicates whether the action is local or not. More...
 
bool is_enabled
 Indicates wheter the action is enable or not. More...
 

Detailed Description

Handles information about actions (signals).

Author
Quentin Gasper

Definition at line 80 of file CNode.hpp.

Member Data Documentation

QString description

The action description.

Definition at line 90 of file CNode.hpp.

bool is_enabled

Indicates wheter the action is enable or not.

Definition at line 100 of file CNode.hpp.

bool is_local

Indicates whether the action is local or not.

If true, the action is considered as local and has to be executed on the local component. If false, the action has to be executed on the remote component (on COOLFluiD side)

Definition at line 97 of file CNode.hpp.

QString name

The action name.

Definition at line 83 of file CNode.hpp.

QString readable_name

The action readable name. This name is intended to be displayed and should spaces instead of undescores.

Definition at line 87 of file CNode.hpp.


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