QTfrontend/selectWeapon.h
changeset 5051 7b5fa8d3c904
parent 5029 97c650500991
--- a/QTfrontend/selectWeapon.h	Fri Mar 25 19:42:00 2011 -0400
+++ b/QTfrontend/selectWeapon.h	Fri Mar 25 20:02:27 2011 -0400
@@ -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;