#include <iso_flock_visual_window_settings_event.h>
Collaboration diagram for iso::flock::WindowSettingsEvent:
Public Member Functions | |
WindowSettingsEvent (const GLWindowSettings &pSettings) | |
WindowSettingsEvent (double pTime, const GLWindowSettings &pSettings) | |
WindowSettingsEvent (const WindowSettingsEvent &pEvent) | |
virtual | ~WindowSettingsEvent () |
event::Event * | copy () const |
event::Event * | copy (double pTime) const |
void | execute () throw (event::EventException) |
Protected Member Functions | |
WindowSettingsEvent () | |
Protected Attributes | |
GLWindowSettings | mSettings |
WindowSettingsEvent::WindowSettingsEvent | ( | const GLWindowSettings & | pSettings | ) |
WindowSettingsEvent::WindowSettingsEvent | ( | double | pTime, | |
const GLWindowSettings & | pSettings | |||
) |
WindowSettingsEvent::WindowSettingsEvent | ( | const WindowSettingsEvent & | pEvent | ) |
WindowSettingsEvent::~WindowSettingsEvent | ( | ) | [virtual] |
WindowSettingsEvent::WindowSettingsEvent | ( | ) | [protected] |
event::Event * WindowSettingsEvent::copy | ( | ) | const |
event::Event * WindowSettingsEvent::copy | ( | double | pTime | ) | const |
void WindowSettingsEvent::execute | ( | ) | throw (event::EventException) |