#include <background.h>
Inheritance diagram for BackgroundNode:
Public Member Functions | |
BackgroundNode (World *parent) | |
~BackgroundNode () | |
void | RecieveSignal (const string &id, Signal &sig) |
Recieve and Interpret a signal. | |
Private Member Functions | |
void | SetScreen (Signal &sig) |
set screen variables | |
Private Attributes | |
int | screenw |
screens height | |
int | screenh |
screens width |
|
|
|
|
|
Recieve and Interpret a signal. RecieveSignal should be overriden, by all derived node classes Reimplemented from Node.
|
|
set screen variables
|
|
screens width
|
|
screens height
|