summaryrefslogtreecommitdiff
path: root/parse_file.h
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2016-07-27 17:27:44 +0930
committerdaniel-Jones <daniel@danieljon.es>2016-07-27 17:27:44 +0930
commit536bc6c7a1ea06769566f0558071ed92afaf57cd (patch)
tree0988bb1f3c59591c9f02cab32b0f1484df3b9e19 /parse_file.h
parentcdb03cae2c21c9a5ada496b92e705995334e9e9a (diff)
downloadcsgo_stats-536bc6c7a1ea06769566f0558071ed92afaf57cd.tar.gz
csgo_stats-536bc6c7a1ea06769566f0558071ed92afaf57cd.zip
Added the ability to select users from file - see source code for file example. you can dynamically refresh the stats and info to any person on the list/with a new ID. Added weapon icons from the games iconlibs.swf file; the images were ugly. added a few new stats etc
Diffstat (limited to 'parse_file.h')
-rw-r--r--parse_file.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/parse_file.h b/parse_file.h
index 3ee8b0d..e12a66f 100644
--- a/parse_file.h
+++ b/parse_file.h
@@ -10,6 +10,11 @@ public:
parse_file();
QString parse_user_data(QString option, QString split);
QString parse_csgo_data(QString option);
+ void parse_users(); /* parse file */
+ QStringList get_usernames(); /* returns pre parsed data */
+ QStringList get_ids(); /* returns pre parsed data */
+ QStringList usernames;
+ QStringList userids;
};
#endif // PARSE_FILE_H