class Joueur

* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. More...

Definition#include <ksirk/joueur.h>
InheritsQObject (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Private Members


Detailed Description

* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * *************************************************************************

 Joueur (QString &, int, int)

Joueur

 ~Joueur ()

~Joueur

int  operator == (Joueur Arg1)

operator ==

void  setNbArmeesDisponibles (int nb)

setNbArmeesDisponibles

int  getNbArmeesDisponibles (void)

getNbArmeesDisponibles

void  setNbAttaque (int nb)

setNbAttaque

int  getNbAttaque (void)

getNbAttaque

void  setNbDefense (int nb)

setNbDefense

int  getNbDefense (void)

getNbDefense

void  setNbPays (int nb)

setNbPays

int  getNbPays (void)

getNbPays

void  setNom (QString &nomJoueur)

setNom

QStringgetNom (void)

getNom

void  setNum (int nb)

setNum

int  getNum (void)

getNum

void  incrNbArmeesDisponibles (int nb=1)

incrNbArmeesDisponibles

void  decrNbArmeesDisponibles (int nb=1)

decrNbArmeesDisponibles

void  incrNbPays (int nb=1)

incrNbPays

void  decrNbPays (int nb=1)

decrNbPays

QString nom

nom

[private]

int nbPays

nbPays

[private]

int nbArmeesDisponibles

nbArmeesDisponibles

[private]

int nbAttaque

nbAttaque

[private]

int nbDefense

nbDefense

[private]

int num

num

[private]


Generated by: gael on noirdes.limsi.fr on Mon May 20 00:28:49 2002, using kdoc 2.0a53.