feature/test #9
@ -1,6 +1,7 @@
|
||||
#ifndef RUMBLEGRAPHVIEWER_H
|
||||
#define RUMBLEGRAPHVIEWER_H
|
||||
|
||||
#include "xrawfile.h"
|
||||
#include "zonefile.h"
|
||||
#include <QWidget>
|
||||
|
||||
@ -17,13 +18,13 @@ public:
|
||||
~RumbleGraphViewer();
|
||||
|
||||
void SetEntryCount(quint32 aCount);
|
||||
void SetRumbleGraphFile(const std::shared_ptr<RawFile> aRawFile);
|
||||
void SetZoneFile(std::shared_ptr<ZoneFile> aZoneFile);
|
||||
void SetRumbleGraphFile(const XRawFile *aRawFile);
|
||||
void SetZoneFile(ZoneFile* aZoneFile);
|
||||
|
||||
private:
|
||||
Ui::RumbleGraphViewer *ui;
|
||||
quint32 mEntryCount;
|
||||
std::shared_ptr<RawFile> mRumbleGraphFile;
|
||||
const XRawFile* mRumbleGraphFile;
|
||||
};
|
||||
|
||||
#endif // RUMBLEGRAPHVIEWER_H
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user