XPlor/app/iwiviewer.h

28 lines
458 B
C
Raw Normal View History

2025-09-05 19:53:11 +00:00
#ifndef IWIVIEWER_H
#define IWIVIEWER_H
//#include "iwifile.h"
2025-09-05 19:53:11 +00:00
#include <QWidget>
namespace Ui {
class IWIViewer;
}
class IWIViewer : public QWidget
{
Q_OBJECT
public:
explicit IWIViewer(QWidget *parent = nullptr);
~IWIViewer();
void MipmapIndexChanged(int aMipmapIndex);
//void SetIWIFile(const IWIFile *aIWIFile);
2025-09-05 19:53:11 +00:00
private:
Ui::IWIViewer *ui;
//const IWIFile* mIWIFile;
2025-09-05 19:53:11 +00:00
};
#endif // IWIVIEWER_H