Message Class Reference

#include <game_msg.h>

Inheritance diagram for Message:

Inheritance graph
[legend]
Collaboration diagram for Message:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Message (const std::string &new_txt, const Color &new_color, Font *new_font, uint _time)
uint get_time ()

Private Attributes

uint time

Detailed Description

Definition at line 36 of file game_msg.h.


Constructor & Destructor Documentation

Message::Message ( const std::string &  new_txt,
const Color new_color,
Font new_font,
uint  _time 
) [inline]

Definition at line 39 of file game_msg.h.

00041                         :
00042       Text(new_txt, new_color, new_font),
00043       time(_time) {};
    inline uint get_time()


Member Function Documentation

uint Message::get_time (  )  [inline]

Definition at line 44 of file game_msg.h.

00045     { return time; }


Member Data Documentation

uint Message::time [private]

Definition at line 47 of file game_msg.h.


The documentation for this class was generated from the following file:
Generated on Mon Jan 1 13:59:26 2007 for Wormux by  doxygen 1.4.7