#include <messages.h>
Public Methods | |
Message (void) | |
Message (unsigned o, unsigned c) | |
Message (unsigned o, unsigned c, int a) | |
Message (unsigned o, unsigned c, int a, int b) | |
bool | operator== (Message &) |
bool | operator!= (Message &msg) |
Public Attributes | |
unsigned | origin |
unsigned | code |
int | d1 |
int | d2 |
char | str [25] |
|
Definition at line 27 of file messages.h. References code, d1, d2, origin, and str.
|
|
Definition at line 28 of file messages.h. References code, d1, d2, origin, and str.
|
|
Definition at line 30 of file messages.h. References code, d1, d2, origin, and str.
|
|
Definition at line 32 of file messages.h. References code, d1, d2, origin, and str.
|
|
Definition at line 35 of file messages.h.
00035 { return (bool) (! (*this == msg)); } |
|
Definition at line 18 of file messages.c. References code, d1, d2, False, origin, str, and True.
|
|
Definition at line 23 of file messages.h. Referenced by Nodes::command_msg(), CheckBox::command_msg(), Group::Dispatch(), PushButton::Dispatch(), MSMouse::Flush(), UserInterface::GetPlayerMove(), Message(), MessageWin(), Nodes::mouse_msg(), CheckBox::mouse_msg(), operator==(), UserInterface::ShowSpyMoves(), UserInterface::TransPop(), UserInterface::UFWOOM(), MSMouse::WaitForAnyEvent(), Keybd::WaitForAnyEvent(), and MSMouse::WaitForEvent(). |
|
Definition at line 24 of file messages.h. Referenced by Nodes::command_msg(), CheckBox::command_msg(), Group::Dispatch(), Display::Dispatch(), PushButton::Dispatch(), Keybd::Event(), UserInterface::GetPlayerMove(), Message(), Nodes::mouse_msg(), CheckBox::mouse_msg(), operator==(), UserInterface::TransPop(), and UserInterface::UFWOOM(). |
|
Definition at line 24 of file messages.h. Referenced by Group::Dispatch(), Display::Dispatch(), PushButton::Dispatch(), Keybd::Event(), Message(), Nodes::mouse_msg(), CheckBox::mouse_msg(), operator==(), UserInterface::TransPop(), and UserInterface::UFWOOM(). |
|
Definition at line 22 of file messages.h. Referenced by Nodes::Dispatch(), Group::Dispatch(), Display::Dispatch(), CheckBox::Dispatch(), PushButton::Dispatch(), UserInterface::GetPlayerMove(), Message(), operator==(), UserInterface::TransPop(), and UserInterface::UFWOOM(). |
|
Definition at line 25 of file messages.h. Referenced by Message(), and operator==(). |