Arcane
v3.16.2.0
Documentation développeur
Toggle main menu visibility
Page principale
Pages associées
Topics
Espaces de nommage
Liste des espaces de nommage
Membres de l'espace de nommage
Tout
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Fonctions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Variables
Définitions de type
a
b
c
d
e
f
i
l
m
n
p
r
s
t
u
v
Énumérations
e
i
m
t
Valeurs énumérées
d
h
i
l
m
p
r
s
t
w
Concepts
Classes
Liste des classes
Index des classes
Hiérarchie des classes
Membres de classe
Tout
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Fonctions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Définitions de type
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
Énumérations
_
c
d
e
m
p
s
Valeurs énumérées
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Fonctions associées
_
d
i
m
o
s
Fichiers
Liste des fichiers
Membres de fichier
Tout
a
d
e
g
k
p
r
s
t
v
Fonctions
Variables
Définitions de type
Énumérations
Valeurs énumérées
k
Macros
a
e
p
r
▼
Arcane
►
Nouveautés et changements
►
Comment écrire de la documentation
►
Personnalisation de la doc
►
Compilation et installation
►
Gestion des connectivités à la demande
Réalisation d'un lecteur de maillage
►
Services et modules disponibles
Variables d'environnement
Liste des éléments obsolètes
Liste des choses à faire
►
Topics
►
Espaces de nommage
►
Concepts
►
Classes
▼
Fichiers
▼
Liste des fichiers
►
arcane
►
arcane
▼
arcane
►
accelerator
►
aleph
►
cartesianmesh
►
core
►
corefinement
►
dotnet
►
driver
►
driverlib
►
geometry
►
hdf5
▼
hyoda
▼
gui
main.cc
QHyoda.cc
QHyoda.h
QHyodaGdb.cc
QHyodaGdb.h
QHyodaGL.cc
QHyodaGL.h
QHyodaGLCell.cc
QHyodaGLCell.h
QHyodaIceT.cc
QHyodaIceT.h
QHyodaJob.cc
QHyodaJob.h
QHyodaMachine.cc
QHyodaMachine.h
QHyodaPapi.cc
QHyodaPapi.h
QHyodaSsh.cc
QHyodaSsh.h
QHyodaTcp.cc
QHyodaTcp.h
QHyodaTool.cc
QHyodaTool.h
QHyodaToolCell.cc
QHyodaToolCell.h
QHyodaToolMatrix.cc
QHyodaToolMatrix.h
QHyodaToolMesh.cc
QHyodaToolMesh.h
QHyodaX11.cc
QHyodaX11.h
QHyodaX11Emacs.cc
QHyodaX11Emacs.h
QHyodaX11Embed.cc
QHyodaX11Embed.h
QHyodaX11Mathematica.cc
QHyodaX11Mathematica.h
QHyodaX11Xterm.cc
QHyodaX11Xterm.h
QHyodaX11XtermLog.cc
QHyodaX11XtermLog.h
Hyoda.h
HyodaArc.cc
HyodaArc.h
HyodaCell.cc
HyodaDbg.h
HyodaGL.cc
HyodaIceT.cc
HyodaIceT.h
HyodaIceTGlobal.h
HyodaMatrix.cc
HyodaMatrix.h
HyodaMix.cc
HyodaMix.h
HyodaPapi.cc
HyodaPapi.h
HyodaTcp.cc
HyodaTcp.h
IHyodaPlugin.h
►
impl
►
ios
►
launcher
►
materials
►
matrix
►
mesh
►
mono
►
parallel
►
std
►
totalview
►
utils
►
arccore
►
Membres de fichier
•
Tout
Classes
Espaces de nommage
Fichiers
Fonctions
Variables
Définitions de type
Énumérations
Valeurs énumérées
Amis
Macros
Groupes
Pages
Concepts
Chargement...
Recherche...
Aucune correspondance
QHyodaPapi.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
/*---------------------------------------------------------------------------*/
8
/* QHyodaPapi.h (C) 2000-2022 */
9
/*---------------------------------------------------------------------------*/
10
/*---------------------------------------------------------------------------*/
11
12
#ifndef Q_HYODA_PAPI_H
13
#define Q_HYODA_PAPI_H
14
15
#include <QtWidgets>
16
17
#include "ui_hyodaPapi.h"
18
19
class
QHyodaTool
;
20
21
class
QHyodaPapi:
public
QWidget,
public
Ui::profilerWidget {
22
Q_OBJECT
23
public
:
24
QHyodaPapi(
QHyodaTool
*);
25
~QHyodaPapi();
26
void
update(QByteArray *byteArray);
27
public
:
28
const
int
max_nb_func_to_profile=4;
29
void
ini();
30
private
:
31
QHyodaTool
*tool;
32
};
21
class
QHyodaPapi:
public
QWidget,
public
Ui::profilerWidget {
…
};
33
34
#endif
// Q_HYODA_PAPI_H
35
QHyodaTool
Definition
QHyodaTool.h:21
arcane
hyoda
gui
QHyodaPapi.h
Généré le Lundi 5 Mai 2025 02:59:52 pour Arcane par
1.13.2