Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

Difficulty Class Reference

This class is used to convert difficulty values to text. More...

#include <difficulty.h>

List of all members.

Static Public Methods

QString text (int difficulty)

Static Private Attributes

QStringList s_texts
bool s_is_initialized


Detailed Description

This class is used to convert difficulty values to text.

Author:
Ralf Schmelter (ralfs@pc2a.chemie.uni-dortmund.de).
Version:
0.1


Member Function Documentation

QString Difficulty::text int difficulty [static]
 

Returns a human readable representation of the given difficulty.

Parameters:
difficulty   The difficulty.


Member Data Documentation

bool Difficulty::s_is_initialized [static, private]
 

If true, we have created the texts.

QStringList Difficulty::s_texts [static, private]
 

Here we store the texts.


The documentation for this class was generated from the following file:
Generated at Sun Jan 6 18:49:10 2002 for EasySok by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001