Home Page Toolkit Overview Using GML User Input Services Finger Tracker Calibrator Frame Grabber Service protocol Obtaining GML Installing GML Licence Developer Documentation Tcl/Tk API The GML Canvas Image processing Tcl Scripts Library List of Classes List of Files C/C++ API List of Classes List of Files |
gmlTcl_PDFDocument.h00001 /* 00002 * gmlTcl_PDFDocument.h -- 00003 * 00004 * Wrapping of gml_TPDFDocument into a Tcl interpreter. 00005 * 00006 * Copyright (c) 2004 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 February, 2004 (JL). 00012 */ 00013 #ifndef __GMLTCL_PDFDOCUMENT__ 00014 #define __GMLTCL_PDFDOCUMENT__ 00015 #if defined(__cplusplus) 00016 extern "C" { 00017 #endif 00018 00019 #include "tcl.h" 00020 #include "tk.h" 00021 00022 #include "gml/ui/gml_PDFDocument.h" 00023 00024 #include "gml/tcl/wrapper/wrapper/gmlTcl_Wrapper.h" 00025 00026 extern char gmlTcl_gPDFDocumentClassName[]; 00027 extern gmlTcl_TWrapClass gmlTcl_gPDFDocumentClassToken; 00028 00029 /* 00030 * gmlTcl_PDFDocumentInit -- 00031 * 00032 * Registers the "gmlPDFDocument" class into the interpreter. 00033 */ 00034 int gmlTcl_PDFDocumentInit (Tcl_Interp * interp); 00035 00036 /* 00037 * gmlTcl_PDFDocumentExit -- 00038 * 00039 * De-registers the gml_TPDFDocument class and all its objects from the interpreter. 00040 */ 00041 void gmlTcl_PDFDocumentExit (Tcl_Interp * interp); 00042 00043 /* 00044 * gmlTcl_gWrapParsePDFDocument -- 00045 * 00046 * Parser functions for gmlTcl_WrapperParser. 00047 */ 00048 extern gmlTcl_TWrapParseProc *gmlTcl_gWrapParsePDFDocument; 00049 00050 #if defined(__cplusplus) 00051 } 00052 #endif 00053 #endif /* __GMLTCL_PDFDOCUMENT__ */ 00054
Generated on Tue Jun 12 14:03:27 2007 for gml by
Doxygen 1.5.2.
|
Contact: julien (dot) letessier (at) gmail (dot) com.
Copyright (c) 2000-2007 CLIPS-IMAG Laboratory, Grenoble, France. All rights reserved. W3CXHTML 1.0 W3CCSS 2.0 |