Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

XFuConfigurationData.cpp File Reference

#include <xforge.h>
#include <xfutil/XFuPrinter.h>
#include <xfutil/XFuRLESpritePrinter.h>
#include <xfutil/XFuTokenizer.h>
#include <xfutil/XFuConfigurationData.h>

Include dependency graph for XFuConfigurationData.cpp:

Include dependency graph

Go to the source code of this file.

Defines

#define XFUCD_TYPE_DELIMITER_CHAR   (CHAR)':'
#define XFUCD_TYPE_DELIMITER_STR   XFCSTR(":")
#define XFUCD_TYPE_IMAGE_SHORT_CHAR   (CHAR)'i'
#define XFUCD_TYPE_IMAGE_SHORT_STR   XFCSTR("i")
#define XFUCD_TYPE_IMAGE_LONG   XFCSTR("image")
#define XFUCD_TYPE_PRINTER_SHORT_CHAR   (CHAR)'p'
#define XFUCD_TYPE_PRINTER_SHORT_STR   XFCSTR("p")
#define XFUCD_TYPE_PRINTER_LONG   XFCSTR("printer")
#define XFUCD_TYPE_SOUND_SHORT_CHAR   (CHAR)'s'
#define XFUCD_TYPE_SOUND_SHORT_STR   XFCSTR("s")
#define XFUCD_TYPE_SOUND_LONG   XFCSTR("sound")
#define XFUCD_TYPE_MUSIC_SHORT_CHAR   (CHAR)'m'
#define XFUCD_TYPE_MUSIC_SHORT_STR   XFCSTR("m")
#define XFUCD_TYPE_MUSIC_LONG   XFCSTR("music")


Detailed Description

X-Forge Util
Copyright 2000-2003 Fathammer Ltd

Id
XFuConfigurationData.cpp,v 1.12 2003/08/12 13:34:08 lars Exp
Date
2003/08/12 13:34:08
Revision
1.12

Definition in file XFuConfigurationData.cpp.


Define Documentation

#define XFUCD_TYPE_DELIMITER_CHAR   (CHAR)':'
 

Definition at line 17 of file XFuConfigurationData.cpp.

#define XFUCD_TYPE_DELIMITER_STR   XFCSTR(":")
 

Definition at line 18 of file XFuConfigurationData.cpp.

#define XFUCD_TYPE_IMAGE_LONG   XFCSTR("image")
 

Definition at line 21 of file XFuConfigurationData.cpp.

#define XFUCD_TYPE_IMAGE_SHORT_CHAR   (CHAR)'i'
 

Definition at line 19 of file XFuConfigurationData.cpp.

Referenced by XFuConfigurationData::put().

#define XFUCD_TYPE_IMAGE_SHORT_STR   XFCSTR("i")
 

Definition at line 20 of file XFuConfigurationData.cpp.

#define XFUCD_TYPE_MUSIC_LONG   XFCSTR("music")
 

Definition at line 30 of file XFuConfigurationData.cpp.

#define XFUCD_TYPE_MUSIC_SHORT_CHAR   (CHAR)'m'
 

Definition at line 28 of file XFuConfigurationData.cpp.

Referenced by XFuConfigurationData::put().

#define XFUCD_TYPE_MUSIC_SHORT_STR   XFCSTR("m")
 

Definition at line 29 of file XFuConfigurationData.cpp.

#define XFUCD_TYPE_PRINTER_LONG   XFCSTR("printer")
 

Definition at line 24 of file XFuConfigurationData.cpp.

#define XFUCD_TYPE_PRINTER_SHORT_CHAR   (CHAR)'p'
 

Definition at line 22 of file XFuConfigurationData.cpp.

Referenced by XFuConfigurationData::put().

#define XFUCD_TYPE_PRINTER_SHORT_STR   XFCSTR("p")
 

Definition at line 23 of file XFuConfigurationData.cpp.

#define XFUCD_TYPE_SOUND_LONG   XFCSTR("sound")
 

Definition at line 27 of file XFuConfigurationData.cpp.

#define XFUCD_TYPE_SOUND_SHORT_CHAR   (CHAR)'s'
 

Definition at line 25 of file XFuConfigurationData.cpp.

Referenced by XFuConfigurationData::put().

#define XFUCD_TYPE_SOUND_SHORT_STR   XFCSTR("s")
 

Definition at line 26 of file XFuConfigurationData.cpp.


   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch