kitchensync Library API Documentation

dbwrapper.h

00001 #ifndef VR3_DBWRAPPER_H 00002 #define VR3_DBWRAPPER_H 00003 00004 #include <qstring.h> 00005 00006 namespace Vr3 { 00012 class DBWrapper { 00013 public: 00014 DBWrapper(); 00015 ~DBWrapper(); 00016 00017 bool open( const QString& fileName ); 00018 void close(); 00019 00020 }; 00021 } 00022 00023 #endif
KDE Logo
This file is part of the documentation for kitchensync Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Aug 27 12:50:47 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003