![]() |
DDraceNetwork Documentation
|
#include <maplayers.h>
Public Member Functions | |
| CMapLayers (ERenderType Type, bool OnlineOnly=true) | |
| int | Sizeof () const override |
| void | OnInit () override |
| void | OnRender () override |
| void | OnMapLoad () override |
| virtual CCamera * | GetCurCamera () |
| CEnvelopeState & | EnvEvaluator () |
| Public Member Functions inherited from CComponent | |
| virtual void | OnStateChange (int NewState, int OldState) |
| virtual void | OnConsoleInit () |
| virtual void | OnShutdown () |
| virtual void | OnReset () |
| virtual void | OnWindowResize () |
| virtual void | OnUpdate () |
| virtual void | OnNewSnapshot () |
| virtual void | OnRelease () |
| virtual void | OnMessage (int Msg, void *pRawMsg) |
| virtual bool | OnCursorMove (float x, float y, IInput::ECursorType CursorType) |
| virtual bool | OnInput (const IInput::CEvent &Event) |
| virtual bool | OnTouchState (const std::vector< IInput::CTouchFingerState > &vTouchFingerStates) |
| Public Member Functions inherited from CComponentInterfaces | |
| virtual void | OnInterfacesInit (CGameClient *pClient) |
| virtual | ~CComponentInterfaces ()=default |
Private Attributes | |
| CLayers * | m_pLayers |
| CMapImages * | m_pImages |
| ERenderType | m_Type |
| bool | m_OnlineOnly |
| CRenderLayerParams | m_Params |
| CMapRenderer | m_MapRenderer |
| CEnvelopeState | m_EnvEvaluator |
Friends | |
| class | CBackground |
| class | CMenuBackground |
Additional Inherited Members | |
| Protected Member Functions inherited from CComponentInterfaces | |
| class CGameClient * | GameClient () const |
| class IClient * | Client () const |
| class IKernel * | Kernel () const |
| class IEngine * | Engine () const |
| class IGraphics * | Graphics () const |
| class ITextRender * | TextRender () const |
| class IInput * | Input () const |
| class IStorage * | Storage () const |
| class CUi * | Ui () const |
| class ISound * | Sound () const |
| class CRenderTools * | RenderTools () const |
| class CRenderMap * | RenderMap () const |
| class IConfigManager * | ConfigManager () const |
| class CConfig * | Config () const |
| class IConsole * | Console () const |
| class IDemoPlayer * | DemoPlayer () const |
| class IDemoRecorder * | DemoRecorder (int Recorder) const |
| class IFavorites * | Favorites () const |
| class IServerBrowser * | ServerBrowser () const |
| class CLayers * | Layers () const |
| class CCollision * | Collision () const |
| int64_t | time () const |
| float | LocalTime () const |
| class IHttp * | Http () const |
| CMapLayers::CMapLayers | ( | ERenderType | Type, |
| bool | OnlineOnly = true ) |
|
inline |
|
virtual |
Reimplemented in CMenuBackground.
|
overridevirtual |
Called to let the components run initialization code.
Reimplemented from CComponent.
Reimplemented in CMenuBackground.
|
overridevirtual |
|
overridevirtual |
Called when the component should get rendered.
The render order depends on the component insertion order.
Reimplemented from CComponent.
Reimplemented in CMenuBackground.
|
inlineoverridevirtual |
Gets the size of the non-abstract component.
Implements CComponent.
Reimplemented in CMenuBackground.
|
friend |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |