PeriDyno
1.0.0
Loading...
Searching...
No Matches
D:
Peridyno
peridyno
src
Rendering
GUI
QtGUI
PStatusBar.h
Go to the documentation of this file.
1
#ifndef PSTATUSBAR_H
2
#define PSTATUSBAR_H
3
4
#include <QStatusBar>
5
6
class
QProgressBar;
7
class
QLabel;
8
9
namespace
dyno
10
{
11
class
PStatusBar
:
public
QStatusBar
12
{
13
public
:
14
PStatusBar
(QWidget *parent = Q_NULLPTR);
15
16
private
:
17
QProgressBar*
m_progressBar
;
18
QLabel*
m_progressLabel
;
19
};
20
}
21
22
#endif
// PSTATUSBAR_H
dyno::PStatusBar::m_progressBar
QProgressBar * m_progressBar
Definition
PStatusBar.h:17
dyno::PStatusBar::PStatusBar
PStatusBar(QWidget *parent=Q_NULLPTR)
Definition
PStatusBar.cpp:9
dyno::PStatusBar::m_progressLabel
QLabel * m_progressLabel
Definition
PStatusBar.h:18
dyno
This is an implementation of AdditiveCCD based on peridyno.
Definition
Array.h:25
Generated by
1.13.2