Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95090784
integratorchecker.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Dec 12, 19:06
Size
587 B
Mime Type
text/x-c++
Expires
Sat, Dec 14, 19:06 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22930843
Attached To
rSYMKIT symkit
integratorchecker.h
View Options
#ifndef INTEGRATORCHECKER_H
#define INTEGRATORCHECKER_H
#include <QGroupBox>
class
Oscillateur
;
class
QVBoxLayout
;
class
QRadioButton
;
class
SKActor
;
class
IntegratorChecker
:
public
QGroupBox
{
Q_OBJECT
Oscillateur
*
desc
;
QVBoxLayout
*
layout
;
QRadioButton
*
euler_cromer
;
QRadioButton
*
newmark
;
private
slots
:
void
switchToEulerCromer
();
void
switchToNewmark
();
public:
IntegratorChecker
(
Oscillateur
*
,
QWidget
*
parent
=
0
);
~
IntegratorChecker
();
static
Oscillateur
*
getOscillator
(
SKActor
*
);
};
#endif
// INTEGRATORCHECKER_H
Event Timeline
Log In to Comment