Panda3D
 All Classes Functions Variables Enumerations
Public Member Functions | List of all members
RocketSystemInterface Class Reference

This is an implementation of SystemInterface that redirects the log output to Panda's notify system. More...

#include "rocketSystemInterface.h"

Inheritance diagram for RocketSystemInterface:

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...
 

Detailed Description

This is an implementation of SystemInterface that redirects the log output to Panda's notify system.

Definition at line 29 of file rocketSystemInterface.h.

Member Function Documentation

float RocketSystemInterface::GetElapsedTime ( )

Get the number of seconds elapsed since the start of the application.

Definition at line 25 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 39 of file rocketSystemInterface.cxx.


The documentation for this class was generated from the following files: