Team Class Reference
Contains the information and handles of a team.
More...
#include <team.h>
List of all members.
Detailed Description
Contains the information and handles of a team.
Contains information like name, icon, ect. Also contains which pick was set for this team.
Definition at line 16 of file team.h.
Member Enumeration Documentation
- Enumerator:
NO |
|
SIXTEEN |
|
EIGHT |
|
QUARTER |
|
HALF |
|
FINAL |
|
Definition at line 31 of file team.h.
Constructor & Destructor Documentation
Team::Team |
( |
QString |
name, |
|
|
QString |
icon | |
|
) |
| | |
`Creates a new Team with name and an icon.
Definition at line 10 of file team.cpp.
Team::Team |
( |
int |
id, |
|
|
QString |
name, |
|
|
QString |
info, |
|
|
QString |
icon | |
|
) |
| | |
Creates a new Team with all information.
Definition at line 18 of file team.cpp.
Member Function Documentation
QPixmap Team::getIcon |
( |
void |
|
) |
|
QString Team::getIconFileName |
( |
void |
|
) |
|
QString Team::getInfo |
( |
void |
|
) |
|
QString Team::getName |
( |
void |
|
) |
|
bool Team::hasLost |
( |
void |
|
) |
|
void Team::setIcon |
( |
QString |
iconFile |
) |
|
void Team::setIconFile |
( |
QString |
filename |
) |
|
void Team::setName |
( |
QString |
name |
) |
|
void Team::setState |
( |
bool |
lost |
) |
|
Member Data Documentation
File name of the icon.
Definition at line 54 of file team.h.
The documentation for this class was generated from the following files:
- C:/Users/admin/Documents/Visual Studio 2008/Projects/AdaptiviTree/AdaptiviTree/team.h
- C:/Users/admin/Documents/Visual Studio 2008/Projects/AdaptiviTree/AdaptiviTree/team.cpp