xoreos  0.0.5
Namespaces | Enumerations | Functions
txitypes.h File Reference

Texture information types. More...

#include "src/common/util.h"
Include dependency graph for txitypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Common
 
 Graphics
 

Enumerations

enum  Graphics::TXICommand {
  Graphics::TXICommandAlphaMean = 0, Graphics::TXICommandArturoHeight = 1, Graphics::TXICommandArturoWidth = 2, Graphics::TXICommandBaselineHeight = 3,
  Graphics::TXICommandBlending = 4, Graphics::TXICommandBumpMapScaling = 5, Graphics::TXICommandBumpMapTexture = 6, Graphics::TXICommandBumpyShinyTexture = 7,
  Graphics::TXICommandCanDownsample = 8, Graphics::TXICommandCaretIndent = 9, Graphics::TXICommandChannelScale = 10, Graphics::TXICommandChannelTranslate = 11,
  Graphics::TXICommandClamp = 12, Graphics::TXICommandCodepage = 13, Graphics::TXICommandCols = 14, Graphics::TXICommandCompressTexture = 15,
  Graphics::TXICommandControllerScript = 16, Graphics::TXICommandCube = 17, Graphics::TXICommandDBMapping = 18, Graphics::TXICommandDecal = 19,
  Graphics::TXICommandDefaultBPP = 20, Graphics::TXICommandDefaultHeight = 21, Graphics::TXICommandDefaultWidth = 22, Graphics::TXICommandDistort = 23,
  Graphics::TXICommandDistortAngle = 24, Graphics::TXICommandDistortionAmplitude = 25, Graphics::TXICommandDownsampleFactor = 26, Graphics::TXICommandDownsampleMax = 27,
  Graphics::TXICommandDownsampleMin = 28, Graphics::TXICommandEnvMapTexture = 29, Graphics::TXICommandFileRange = 30, Graphics::TXICommandFilter = 31,
  Graphics::TXICommandFontHeight = 32, Graphics::TXICommandFontWidth = 33, Graphics::TXICommandFPS = 34, Graphics::TXICommandIsBumpMap = 35,
  Graphics::TXICommandIsDoubleByte = 36, Graphics::TXICommandIsLightMap = 37, Graphics::TXICommandLowerRightCoords = 38, Graphics::TXICommandMaxSizeHQ = 39,
  Graphics::TXICommandMaxSizeLQ = 40, Graphics::TXICommandMinSizeHQ = 41, Graphics::TXICommandMinSizeLQ = 42, Graphics::TXICommandMipMap = 43,
  Graphics::TXICommandNumChars = 44, Graphics::TXICommandNumCharsPerSheet = 45, Graphics::TXICommandNumX = 46, Graphics::TXICommandNumY = 47,
  Graphics::TXICommandOnDemand = 48, Graphics::TXICommandPriority = 49, Graphics::TXICommandProcedureType = 50, Graphics::TXICommandRows = 51,
  Graphics::TXICommandSpacingB = 52, Graphics::TXICommandSpacingR = 53, Graphics::TXICommandSpeed = 54, Graphics::TXICommandTemporary = 55,
  Graphics::TXICommandTextureWidth = 56, Graphics::TXICommandUnique = 57, Graphics::TXICommandUpperLeftCoords = 58, Graphics::TXICommandWaterHeight = 59,
  Graphics::TXICommandWaterWidth = 60, Graphics::TXICommandXBoxDownsample = 61, Graphics::TXICommandMAX
}
 All supported commands in a TXI. More...
 

Functions

TXICommand Graphics::parseTXICommand (const Common::UString &str, Common::UString &args)
 Parse a TXI command from a string. More...
 

Detailed Description

Texture information types.

Definition in file txitypes.h.