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

qwt_array.h

00001 /* -*- mode: C++ ; c-file-style: "stroustrup" -*- ***************************** 00002 * Qwt Widget Library 00003 * Copyright (C) 1997 Josef Wilgen 00004 * Copyright (C) 2002 Uwe Rathmann 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the Qwt License, Version 1.0 00008 *****************************************************************************/ 00009 00010 // vim: expandtab 00011 00012 #ifndef QWT_ARRAY_H 00013 #define QWT_ARRAY_H 00014 00015 #include "qwt_global.h" 00016 00021 #ifdef QWT_NO_MEMARRAY 00022 #include <qarray.h> 00023 #define QwtArray QArray 00024 #else 00025 #include <qmemarray.h> 00026 #define QwtArray QMemArray 00027 #endif 00028 00029 #endif

Generated on Tue Nov 16 21:12:20 2004 for Qwt User's Guide by doxygen 1.3.8