Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

LevelDesc Class Reference

Inheritance diagram for LevelDesc:

Inheritance graph
[legend]
Collaboration diagram for LevelDesc:

Collaboration graph
[legend]

Detailed Description

Multi lang.

level description.

Definition at line 9 of file LevelDesc.h.

Public Member Functions

 LevelDesc (const std::string &lang, const std::string &levelname, const std::string &desc)
std::string getLevelName () const
std::string getDesc () const


Constructor & Destructor Documentation

LevelDesc::LevelDesc const std::string &  lang,
const std::string &  levelname,
const std::string &  desc
 

Definition at line 12 of file LevelDesc.cpp.

00015 : Dialog(lang, "", desc)
00016 {
00017     m_levelname = levelname;
00018 }


Member Function Documentation

std::string LevelDesc::getDesc  )  const [inline]
 

Definition at line 17 of file LevelDesc.h.

00017 { return getSubtitle(); }

std::string LevelDesc::getLevelName  )  const [inline]
 

Definition at line 16 of file LevelDesc.h.

00016 { return m_levelname; }


The documentation for this class was generated from the following files:
Generated on Wed Jun 1 09:55:40 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2