last changes
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "mapmodel.h"
|
||||
#include "animationmodel.h"
|
||||
#include "animlabel.h"
|
||||
#include "wavemodel.h"
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow;
|
||||
@@ -37,6 +38,8 @@ private:
|
||||
TriggerModel* trigModel;
|
||||
MapModel * mapModel;
|
||||
AnimationModel * animModel;
|
||||
WavePartModel * wavePartModel;
|
||||
WaveModel * waveModel;
|
||||
QGraphicsScene * mapScene;
|
||||
|
||||
//AnimLabel * alb;
|
||||
@@ -109,12 +112,21 @@ private slots:
|
||||
void lvSplashes_select(QModelIndex, QModelIndex);
|
||||
void lvTriggers_select(QModelIndex, QModelIndex);
|
||||
void lvMaps_select(QModelIndex, QModelIndex);
|
||||
void tbWavePartSelect(QModelIndex, QModelIndex);
|
||||
void on_cbAlRegeneration_toggled(bool checked);
|
||||
void on_cbAlArmor_toggled(bool checked);
|
||||
void on_cbSplCompisitionMode_currentIndexChanged(const QString &arg1);
|
||||
void on_sbSplZValue_valueChanged(double arg1);
|
||||
void on_sbSplAnimSpeed_valueChanged(double arg1);
|
||||
void on_cbSplKeepOnAlien_toggled(bool checked);
|
||||
void on_btWaveAddAlien_clicked();
|
||||
void on_btWaveRemoveAlien_clicked();
|
||||
void on_btWaveClear_clicked();
|
||||
void on_pbWaveAdd_clicked();
|
||||
void on_pbWaveDel_clicked();
|
||||
void on_pbWaveCopy_clicked();
|
||||
void on_btWaveUp_clicked();
|
||||
void on_btWaveDown_clicked();
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
||||
Reference in New Issue
Block a user