class Continent

This class represents the continents of the world. More...

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

Public Methods

Private Members


Detailed Description

This class represents the continents of the world. Each country belongs to a continent. When a player owns all the countries of a continent, he wins more armies. It is the basic object on which the strategies are funded.

 Continent ()

Continent

 ~Continent ()

~Continent

const QList<Country>&  getMembers ()

getMembers

[virtual]

Read property of QList members.

 Continent (const QString &myName, const QList<Country>& myCountries, const int myBonus )

Continent

const QString&  getName ()

getName

[virtual]

const int&  getBonus ()

getBonus

[virtual]

const Player*  owner (void)

owner

QPtrList<Country> members

members

[private]

const QString name

name

[private]

const int bonus

bonus

[private]