DDraceNetwork Docs
CDebugHud Class Reference

#include <debughud.h>

Inheritance diagram for CDebugHud:
[legend]
Collaboration diagram for CDebugHud:
[legend]

Public Member Functions

 CDebugHud ()
 
virtual int Sizeof () const override
 
virtual void OnRender () override
 
- Public Member Functions inherited from CComponent
virtual ~CComponent ()
 
virtual int Sizeof () const =0
 
class CGameClientGameClient () const
 
class IClientClient () const
 
virtual void OnStateChange (int NewState, int OldState)
 
virtual void OnConsoleInit ()
 
virtual void OnInit ()
 
virtual void OnShutdown ()
 
virtual void OnReset ()
 
virtual void OnWindowResize ()
 
virtual void OnRefreshSkins ()
 
virtual void OnRender ()
 
virtual void OnNewSnapshot ()
 
virtual void OnRelease ()
 
virtual void OnMapLoad ()
 
virtual void OnMessage (int Msg, void *pRawMsg)
 
virtual bool OnCursorMove (float x, float y, IInput::ECursorType CursorType)
 
virtual bool OnInput (const IInput::CEvent &Event)
 

Private Member Functions

void RenderNetCorrections ()
 
void RenderTuning ()
 
void RenderHint ()
 

Private Attributes

CGraph m_RampGraph
 
CGraph m_ZoomedInGraph
 
float m_SpeedTurningPoint
 
float MiddleOfZoomedInGraph
 
float m_OldVelrampStart
 
float m_OldVelrampRange
 
float m_OldVelrampCurvature
 

Additional Inherited Members

- Protected Member Functions inherited from CComponent
class IKernelKernel () const
 
class IEngineEngine () const
 
class IGraphicsGraphics () const
 
class ITextRenderTextRender () const
 
class IInputInput () const
 
class IStorageStorage () const
 
class CUiUi () const
 
class ISoundSound () const
 
class CRenderToolsRenderTools () const
 
class IConfigManagerConfigManager () const
 
class CConfigConfig () const
 
class IConsoleConsole () const
 
class IDemoPlayerDemoPlayer () const
 
class IDemoRecorderDemoRecorder (int Recorder) const
 
class IFavoritesFavorites () const
 
class IServerBrowserServerBrowser () const
 
class CLayersLayers () const
 
class CCollisionCollision () const
 
int64_t time () const
 
float LocalTime () const
 
class IHttpHttp () const
 
- Protected Attributes inherited from CComponent
CGameClientm_pClient
 

Constructor & Destructor Documentation

◆ CDebugHud()

CDebugHud::CDebugHud ( )

Member Function Documentation

◆ OnRender()

void CDebugHud::OnRender ( )
overridevirtual

Called when the component should get rendered.

The render order depends on the component insertion order.

Reimplemented from CComponent.

◆ RenderHint()

void CDebugHud::RenderHint ( )
private

◆ RenderNetCorrections()

void CDebugHud::RenderNetCorrections ( )
private

◆ RenderTuning()

void CDebugHud::RenderTuning ( )
private

◆ Sizeof()

virtual int CDebugHud::Sizeof ( ) const
inlineoverridevirtual

Gets the size of the non-abstract component.

Implements CComponent.

Member Data Documentation

◆ m_OldVelrampCurvature

float CDebugHud::m_OldVelrampCurvature
private

◆ m_OldVelrampRange

float CDebugHud::m_OldVelrampRange
private

◆ m_OldVelrampStart

float CDebugHud::m_OldVelrampStart
private

◆ m_RampGraph

CGraph CDebugHud::m_RampGraph
private

◆ m_SpeedTurningPoint

float CDebugHud::m_SpeedTurningPoint
private

◆ m_ZoomedInGraph

CGraph CDebugHud::m_ZoomedInGraph
private

◆ MiddleOfZoomedInGraph

float CDebugHud::MiddleOfZoomedInGraph
private

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