Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
QHyodaX11Xterm.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_XTERM_H
8#define Q_HYODA_XTERM_H
9
10#include <QtWidgets>
11#include "QHyoda.h"
12#include "QHyodaX11.h"
13
14
15/****************************************************/
17 Q_OBJECT
18public:
19 QHyodaX11Xterm(QWidget*,QString);
20 ~QHyodaX11Xterm(void);
21 void launch(QWidget *widget);
22public slots:
23 bool close();
24 void started ();
25 void finished(int, QProcess::ExitStatus);
26 void readyReadStandardOutput(void);
27 void stateChanged(QProcess::ProcessState);
28public slots:
29 void clientClosed();
30 void clientIsEmbedded();
31 //void error(QX11EmbedContainer::Error);
32};
33
34
35
36#endif // Q_HYODA_XTERM_H