Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

annotating.h

Go to the documentation of this file.
00001 //============================================== 00002 // copyright : (C) 2003-2005 by Will Stokes 00003 //============================================== 00004 // This program is free software; you can redistribute it 00005 // and/or modify it under the terms of the GNU General 00006 // Public License as published by the Free Software 00007 // Foundation; either version 2 of the License, or 00008 // (at your option) any later version. 00009 //============================================== 00010 00011 #ifndef GUI_HELP_ANNOTATING_H 00012 #define GUI_HELP_ANNOTATING_H 00013 00014 #include <qtextstream.h> 00015 00016 class Annotating 00017 { 00018 public: 00020 static QString filename(); 00021 00023 static void generateHTML(QTextStream::Encoding type, QString charSet); 00024 }; 00025 00026 00027 #endif //GUI_HELP_ANNOTATING_H 00028

Generated on Sun Mar 4 19:42:55 2007 for AlbumShaper by doxygen 1.3.7