Arcane
v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
QHyodaMachine.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4
// See the top-level COPYRIGHT file for details.
5
// SPDX-License-Identifier: Apache-2.0
6
//-----------------------------------------------------------------------------
7
#ifndef Q_HYODA_MACHINE_H
8
#define Q_HYODA_MACHINE_H
9
10
#include "QHyoda.h"
11
#include "QHyodaJob.h"
12
#include "QHyodaMachine.h"
13
14
#include <QList>
15
#include <QThread>
16
#include <QProcess>
17
#include <QStringList>
18
#include <QSignalMapper>
19
20
#include <QtWidgets>
21
22
#include <QtCore/QVariant>
23
24
class
QHyodaJob
;
25
26
27
/******************************************************************************
28
* Classe QHyodaMachine
29
*****************************************************************************/
30
class
QHyodaMachine
:
public
QWidget {
31
Q_OBJECT
32
public
:
33
QHyodaMachine
(
QHyoda
*);
34
~QHyodaMachine
();
35
public
:
36
QHyoda
*hyoda;
37
QString localHostName;
38
};
39
40
#endif
// Q_HYODA_MACHINE_H
QHyodaJob
Definition
QHyodaJob.h:41
QHyodaMachine
Definition
QHyodaMachine.h:30
QHyoda
Definition
QHyoda.h:14
arcane
hyoda
gui
QHyodaMachine.h
Généré le Lundi 18 Novembre 2024 03:01:30 pour Arcane par
1.9.8