AlbumShaper
1.0a3
src
gui
help
proTools.h
Go to the documentation of this file.
1
//==============================================
2
// copyright : (C) 2003-2005 by Will Stokes
3
//==============================================
4
// This program is free software; you can redistribute it
5
// and/or modify it under the terms of the GNU General
6
// Public License as published by the Free Software
7
// Foundation; either version 2 of the License, or
8
// (at your option) any later version.
9
//==============================================
10
11
#ifndef GUI_HELP_PROTOOLS_H
12
#define GUI_HELP_PROTOOLS_H
13
14
#include <q3textstream.h>
15
16
class
ProTools
17
{
18
public
:
20
static
QString
filename
();
21
23
static
void
generateHTML
(Q3TextStream::Encoding type, QString charSet);
24
};
25
26
27
#endif //GUI_HELP_PROTOOLS_H
28
ProTools::generateHTML
static void generateHTML(Q3TextStream::Encoding type, QString charSet)
generates the html file
Definition:
proTools.cpp:29
ProTools::filename
static QString filename()
returns the html filename
Definition:
proTools.cpp:24
ProTools
Definition:
proTools.h:16
Generated by
1.8.12