This is an implementation of SystemInterface that redirects the log output to Panda's notify system. More...
#include "rocketSystemInterface.h"
Public Member Functions | |
float | GetElapsedTime () |
Get the number of seconds elapsed since the start of the application. More... | |
bool | LogMessage (Rocket::Core::Log::Type type, const Rocket::Core::String &message) |
Log the specified message. More... | |
This is an implementation of SystemInterface that redirects the log output to Panda's notify system.
Definition at line 26 of file rocketSystemInterface.h.
float RocketSystemInterface::GetElapsedTime | ( | ) |
Get the number of seconds elapsed since the start of the application.
Definition at line 21 of file rocketSystemInterface.cxx.
References ClockObject::get_global_clock(), and ClockObject::get_real_time.
bool RocketSystemInterface::LogMessage | ( | Rocket::Core::Log::Type | type, |
const Rocket::Core::String & | message | ||
) |
Log the specified message.
Returns true to continue execution, false to break into the debugger.
Definition at line 33 of file rocketSystemInterface.cxx.