Unit 'DirectXUT' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directxut]

CDXUTDialogResourceManager

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: DirectXUT.pas line 643

type CDXUTDialogResourceManager = class

protected

  m_TextureCache: array of PDXUTTextureNode;

  

  m_FontCache: array of PDXUTFontNode;

  

  m_pd3dDevice: IDirect3DDevice9;

  

  function CreateFont();

  

  function CreateTexture();

  

public

  m_pStateBlock: IDirect3DStateBlock9;

  

  m_pSprite: ID3DXSprite;

  

  m_Dialogs: TList;

  

  constructor Create;

  

  destructor Destroy; override;

  

  function OnCreateDevice();

  

  function OnResetDevice;

  

  procedure OnLostDevice;

  

  procedure OnDestroyDevice;

  

  function MsgProc();

  

  function AddFont();

  

  function AddTexture();

  

  function RegisterDialog();

  

  procedure UnregisterDialog();

  

  procedure EnableKeyboardInputForAllDialogs;

  

  property FontNode []: PDXUTFontNode; [r]

  

  property TextureNode []: PDXUTTextureNode; [r]

  

  property D3DDevice: IDirect3DDevice9; [r]

  

end;

Inheritance

CDXUTDialogResourceManager

  

|

TObject



CT Web help

CodeTyphon Studio