In file src/H_Main.h:

class HglApplication: public HApplication


Inheritance:


Public Fields

[more]HWindow* m_window

Public Methods

[more] HglApplication()
[more]virtual ~HglApplication()
[more]unsigned int GetScreenMode()
[more]bool SetScreenMode(unsigned int ScreenMode, ostream &out)
SetScreenMode returns true if successful
[more]void PrintScreenMode(unsigned int ScreenMode, ostream &out)
write screen mode information
[more]void PrintAllScreenModes(ostream &out)
[more]virtual void draw_init()
init is called after the window is opened
[more]virtual void draw_shutdown()
init is called befor the window is closed
[more]virtual void draw()
[more]virtual void key_down(H_KEY AHKey, char c)
[more]virtual void resize(unsigned int width, unsigned int height)


Inherited from HApplication:

Public Fields

oHAppData* m_data

Public Methods

ostatic int TimeRefreshRate()
ovirtual const char* name()
ovirtual void on_idle(unsigned int elapsed_time)


Documentation

o HglApplication()

ovirtual ~HglApplication()

ounsigned int GetScreenMode()

obool SetScreenMode(unsigned int ScreenMode, ostream &out)
SetScreenMode returns true if successful

ovoid PrintScreenMode(unsigned int ScreenMode, ostream &out)
write screen mode information

ovoid PrintAllScreenModes(ostream &out)

ovirtual void draw_init()
init is called after the window is opened

ovirtual void draw_shutdown()
init is called befor the window is closed

ovirtual void draw()

ovirtual void key_down(H_KEY AHKey, char c)

ovirtual void resize(unsigned int width, unsigned int height)

oHWindow* m_window


Direct child classes:
CarWorldClient

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.