ADeditor
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "alienmodel.h"
|
||||
#include "towermodel.h"
|
||||
|
||||
#include "splashmodel.h"
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow;
|
||||
@@ -27,8 +27,24 @@ private:
|
||||
Loader * adloader;
|
||||
AlienModel * alModel;
|
||||
TowerModel * twModel;
|
||||
SplashModel * splModel;
|
||||
|
||||
private slots:
|
||||
void on_pbSlpDel_clicked();
|
||||
void on_pbSplAdd_clicked();
|
||||
void on_sbSplLifeTime_valueChanged(int );
|
||||
void on_cbSplAutoControl_toggled(bool checked);
|
||||
void on_sbSplSpeed_valueChanged(double );
|
||||
void on_leSplName_editingFinished();
|
||||
void on_pbTwDel_clicked();
|
||||
void on_sbTwExpByKill_valueChanged(double );
|
||||
void on_sbTwExpByDam_valueChanged(double );
|
||||
void on_sbTwExpByShot_valueChanged(double );
|
||||
void on_sbTwRadius_valueChanged(double );
|
||||
void on_sbTwReload_valueChanged(int );
|
||||
void on_cbTwSplash_currentIndexChanged(int index);
|
||||
void on_sbTwCost_valueChanged(int );
|
||||
void on_sbTwBuildTime_valueChanged(int );
|
||||
void on_pbTwAdd_clicked();
|
||||
void on_leTwName_editingFinished();
|
||||
void on_pbAlDel_clicked();
|
||||
@@ -44,6 +60,7 @@ private slots:
|
||||
void on_pbSave_clicked();
|
||||
void lvAliens_select(QModelIndex, QModelIndex);
|
||||
void lvTowers_select(QModelIndex, QModelIndex);
|
||||
void lvSplashes_select(QModelIndex, QModelIndex);
|
||||
void on_cbAlRegeneration_toggled(bool checked);
|
||||
void on_cbAlArmor_toggled(bool checked);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user