gmlTcl_TextRender.h

00001 /*
00002  * gmlTcl_TextRender.h --
00003  *
00004  *    See "gmlTcl_TextRender.cc".
00005  *
00006  *  Copyright (c) 2003 CLIPS-IMAG
00007  *
00008  *  See the file "gml_LicenseTerms.txt" for information on usage and redistribution
00009  *  of this file, and for a DISCLAIMER OF ALL WARRANTIES.
00010  *
00011  *  Created on Nov. 9, 2003 (FB).
00012  */
00013 
00014 #ifndef __GMLTCL_TEXTRENDER__
00015 #define __GMLTCL_TEXTRENDER__
00016   #if defined(__cplusplus)
00017     extern "C" {
00018   #endif
00019 
00020 
00021 #include "tcl.h"
00022 #include "gml/tcl/wrapper/wrapper/gmlTcl_Wrapper.h"
00023 
00024 extern char               gmlTcl_gTextRenderClassName[];
00025 extern gmlTcl_TWrapClass  gmlTcl_gTextRenderClassToken;
00026 
00027 
00028 
00029 /*
00030  * gmlTcl_TextRenderInit --
00031  *
00032  *  Registers the "gmlTextRender" class into the interpreter.
00033  */
00034 int gmlTcl_TextRenderInit (Tcl_Interp* interp);
00035 
00036 
00037 
00038 /*
00039  * gmlTcl_TextRenderExit --
00040  *
00041  *  De-registers the gml_TTextRender class and all its objects from the interpreter.
00042  */
00043 void gmlTcl_TextRenderExit (Tcl_Interp* interp);
00044 
00045 
00046 
00047 
00048 
00049 
00050   #if defined(__cplusplus)
00051     }
00052   #endif
00053 #endif
Generated on Tue Jun 12 14:03:27 2007 for gml by Doxygen 1.5.2.