Panda3D
Public Member Functions
RocketSystemInterface Class Reference

List of all members.

Public Member Functions

float GetElapsedTime ()
 Get the number of seconds elapsed since the start of the application.
bool LogMessage (Rocket::Core::Log::Type type, const Rocket::Core::String &message)
 Log the specified message.

Detailed Description

Definition at line 23 of file rocketSystemInterface.h.


Member Function Documentation

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:
 All Classes Functions Variables Enumerations