Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103564581
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
Mon, Mar 3, 00:51
Size
587 B
Mime Type
text/x-c++
Expires
Wed, Mar 5, 00:51 (2 d)
Engine
blob
Format
Raw Data
Handle
24576291
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