![]() |
DDraceNetwork Documentation
|
#include <mapimages.h>
Public Member Functions | |
| CMapImages () | |
| int | Sizeof () const override |
| IGraphics::CTextureHandle | Get (int Index) const override |
| int | Num () const override |
| void | OnMapLoadImpl (class CLayers *pLayers, class IMap *pMap) |
| void | OnMapLoad () override |
| void | OnInit () override |
| void | Unload () |
| void | LoadBackground (class CLayers *pLayers, class IMap *pMap) |
| IGraphics::CTextureHandle | GetEntities (EMapImageEntityLayerType EntityLayerType) override |
| IGraphics::CTextureHandle | GetSpeedupArrow () override |
| IGraphics::CTextureHandle | GetOverlayBottom () override |
| IGraphics::CTextureHandle | GetOverlayTop () override |
| IGraphics::CTextureHandle | GetOverlayCenter () override |
| void | SetTextureScale (int Scale) |
| int | GetTextureScale () const |
| void | ChangeEntitiesPath (const char *pPath) |
| 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 | OnRender () |
| 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 |
| Public Member Functions inherited from IMapImages | |
| virtual | ~IMapImages ()=default |
Private Member Functions | |
| void | InitOverlayTextures () |
| IGraphics::CTextureHandle | UploadEntityLayerText (int TextureSize, int MaxWidth, int YOffset) |
| void | UpdateEntityLayerText (CImageInfo &TextImage, int TextureSize, int MaxWidth, int YOffset, int NumbersPower, int MaxNumber=-1) |
Static Private Member Functions | |
| static void | ConchainClTextEntitiesSize (IConsole::IResult *pResult, void *pUserData, IConsole::FCommandCallback pfnCallback, void *pCallbackUserData) |
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 |
| CMapImages::CMapImages | ( | ) |
| void CMapImages::ChangeEntitiesPath | ( | const char * | pPath | ) |
|
staticprivate |
|
inlineoverridevirtual |
Implements IMapImages.
|
overridevirtual |
Implements IMapImages.
|
overridevirtual |
Implements IMapImages.
|
overridevirtual |
Implements IMapImages.
|
overridevirtual |
Implements IMapImages.
|
overridevirtual |
Implements IMapImages.
| int CMapImages::GetTextureScale | ( | ) | const |
|
private |
|
inlineoverridevirtual |
Implements IMapImages.
|
overridevirtual |
Called to let the components run initialization code.
Reimplemented from CComponent.
|
overridevirtual |
Called on map load.
Reimplemented from CComponent.
| void CMapImages::SetTextureScale | ( | int | Scale | ) |
|
inlineoverridevirtual |
Gets the size of the non-abstract component.
Implements CComponent.
| void CMapImages::Unload | ( | ) |
|
private |
|
private |
|
friend |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |