X-Git-Url: https://git.johniez.cz/?p=aspt.git;a=blobdiff_plain;f=clubtab.h;fp=clubtab.h;h=2b537c41427535585757db7e740a4774eb152f8e;hp=54e0b1a9c3d0a36ca42f02e8b9380766a897a89c;hb=d5bb30030db3f96b903382a8f862c76d73fdc2b2;hpb=b935a223648e5014d780856903a1b421c7e84398 diff --git a/clubtab.h b/clubtab.h index 54e0b1a..2b537c4 100644 --- a/clubtab.h +++ b/clubtab.h @@ -12,6 +12,7 @@ http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode #include #include +/// Struct with club information. struct ClubStruct { QString name, budget, rat, fndd, spirit, curpos, curdiv, totgmade, totgrecv, curgmade, curgrecv, curlgmade, curlgrecv, tothgames, totwins, totdraws, totlosts, curhgames, curwins, curdraws, curlosts, curlwins, curldraws, curllosts, totmaxatt, curmaxatt, totavgatt, curavgatt, form, for_a, tactic_a, attstyle_a, agr_a, cap_a; bool incup; @@ -20,6 +21,7 @@ struct ClubStruct { extern void parse(const QString &); extern ClubStruct club; +/// Club Tab widget. class ClubTab: public QWidget { Q_OBJECT QVBoxLayout *mainLayout;