QTfrontend/selectWeapon.h
changeset 5029 97c650500991
parent 4976 088d40d8aba2
--- a/QTfrontend/selectWeapon.h	Sun Mar 20 08:42:32 2011 +0000
+++ b/QTfrontend/selectWeapon.h	Fri Mar 25 23:35:04 2011 +0200
@@ -56,6 +56,7 @@
  public slots:
   void setDefault();
   void setWeapons(const QString& ammo);
+  //sets the name of the current set
   void setWeaponsName(const QString& name);
   void deleteWeaponsName();
   void newWeaponsName();
@@ -67,10 +68,12 @@
   void weaponsDeleted();
 
  private:
+  //the name of the current weapon set
   QString curWeaponsName;
 
   QLineEdit* m_name;
 
+  //storage for all the weapons sets
   QSettings* wconf;
 
   const int m_numItems;
@@ -79,6 +82,7 @@
   typedef QList<SelWeaponItem*> ItemsList;
   typedef QMap<int, ItemsList> twi;
   twi weaponItems;
+  //layout element for each tab:
   QGridLayout* p1Layout;
   QGridLayout* p2Layout;
   QGridLayout* p3Layout;