Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

filetype.h File Reference

#include <string>

Include dependency graph for filetype.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ContentType {
  Content_JPEG = 1, Content_BMP = 2, Content_GIF = 3, Content_PNG = 4,
  Content_Targa = 5, Content_CelestiaTexture = 6, Content_3DStudio = 7, Content_CelestiaMesh = 8,
  Content_AVI = 9, Content_CelestiaCatalog = 10, Content_DDS = 11, Content_CelestiaStarCatalog = 12,
  Content_CelestiaDeepSkyCatalog = 13, Content_CelestiaScript = 14, Content_CelestiaLegacyScript = 15, Content_CelestiaModel = 16,
  Content_Unknown = -1
}

Functions

ContentType DetermineFileType (const std::string &filename)


Enumeration Type Documentation

enum ContentType
 

Enumeration values:
Content_JPEG 
Content_BMP 
Content_GIF 
Content_PNG 
Content_Targa 
Content_CelestiaTexture 
Content_3DStudio 
Content_CelestiaMesh 
Content_AVI 
Content_CelestiaCatalog 
Content_DDS 
Content_CelestiaStarCatalog 
Content_CelestiaDeepSkyCatalog 
Content_CelestiaScript 
Content_CelestiaLegacyScript 
Content_CelestiaModel 
Content_Unknown 

Definition at line 15 of file filetype.h.

00015                  {
00016     Content_JPEG                   = 1,
00017     Content_BMP                    = 2,
00018     Content_GIF                    = 3,
00019     Content_PNG                    = 4,
00020     Content_Targa                  = 5,
00021     Content_CelestiaTexture        = 6,
00022     Content_3DStudio               = 7,
00023     Content_CelestiaMesh           = 8,
00024     Content_AVI                    = 9,
00025     Content_CelestiaCatalog        = 10,
00026     Content_DDS                    = 11,
00027     Content_CelestiaStarCatalog    = 12,
00028     Content_CelestiaDeepSkyCatalog = 13,
00029     Content_CelestiaScript         = 14,
00030     Content_CelestiaLegacyScript   = 15,
00031     Content_CelestiaModel          = 16,
00032     Content_Unknown                = -1,
00033 };


Function Documentation

ContentType DetermineFileType const std::string filename  ) 
 


Generated on Sat Jan 14 22:32:59 2006 for Celestia by  doxygen 1.4.1