Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94232370
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
Wed, Dec 4, 23:30
Size
587 B
Mime Type
text/x-c++
Expires
Fri, Dec 6, 23:30 (2 d)
Engine
blob
Format
Raw Data
Handle
22764572
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