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

CreateHtml Class Reference

#include <createhtml.h>

List of all members.

Public Slots

virtual void close ()
virtual void chooseDir ()
virtual void exportPublications ()
virtual void exportNotes ()
virtual void exportParts ()
virtual void exportFiles ()
virtual void exportStyleSheet ()
virtual void exportIndex ()
virtual void start ()
virtual void stop ()

Public Member Functions

 CreateHtml (QWidget *parent=0, const char *name=0, WFlags fl=0)
 ~CreateHtml ()
virtual QString createHeader (QString title, QString menu)
virtual QString createLinkList (QString query, QString title)
virtual QString createMemo (QString memo)
virtual void exportAuthors ()
virtual void convert (QString cmd, QByteArray in, QString outfilename)
virtual void newFunction ()

Public Attributes

QLabel * textLabel1
QLineEdit * title
QLabel * textLabel2
QLabel * dir
QPushButton * pushButton1
QCheckBox * inclfiles
QPushButton * pushButton2
QPushButton * pushButton5
QLabel * textLabel4
QProgressBar * progr_author
QLabel * textLabel4_2
QProgressBar * progr_notes
QLabel * textLabel4_3
QProgressBar * progr_publ
QLabel * textLabel4_4
QProgressBar * progr_parts
QLabel * textLabel4_5
QProgressBar * progr_files
QPushButton * pushButton3

Protected Slots

virtual void languageChange ()

Protected Attributes

QString html_footer
QString html_header
QVBoxLayout * CreateHtmlLayout
QVBoxLayout * layout14
QVBoxLayout * layout4
QHBoxLayout * layout2
QHBoxLayout * layout3
QHBoxLayout * layout13
QHBoxLayout * layout10

Private Member Functions

void init ()


Constructor & Destructor Documentation

CreateHtml::CreateHtml QWidget *  parent = 0,
const char *  name = 0,
WFlags  fl = 0
 

Definition at line 30 of file createhtml.cpp.

References chooseDir(), close(), CreateHtmlLayout, dir, inclfiles, init(), languageChange(), layout10, layout13, layout14, layout2, layout3, layout4, progr_author, progr_files, progr_notes, progr_parts, progr_publ, pushButton1, pushButton2, pushButton3, pushButton5, start(), stop(), textLabel1, textLabel2, textLabel4, textLabel4_2, textLabel4_3, textLabel4_4, and textLabel4_5.

CreateHtml::~CreateHtml  ) 
 

Definition at line 142 of file createhtml.cpp.


Member Function Documentation

void CreateHtml::chooseDir  )  [virtual, slot]
 

Definition at line 40 of file createhtml.ui.h.

References dir.

Referenced by CreateHtml().

void CreateHtml::close  )  [virtual, slot]
 

Definition at line 35 of file createhtml.ui.h.

Referenced by CreateHtml().

void CreateHtml::convert QString  cmd,
QByteArray  in,
QString  outfilename
[virtual]
 

Definition at line 318 of file createhtml.ui.h.

Referenced by exportFiles().

QString CreateHtml::createHeader QString  title,
QString  menu
[virtual]
 

Definition at line 46 of file createhtml.ui.h.

Referenced by exportAuthors(), exportNotes(), exportParts(), and exportPublications().

QString CreateHtml::createLinkList QString  query,
QString  title
[virtual]
 

Definition at line 61 of file createhtml.ui.h.

Referenced by exportAuthors(), exportNotes(), exportParts(), and exportPublications().

QString CreateHtml::createMemo QString  memo  )  [virtual]
 

Definition at line 75 of file createhtml.ui.h.

Referenced by exportAuthors(), exportNotes(), exportParts(), and exportPublications().

void CreateHtml::exportAuthors  )  [virtual]
 

Definition at line 84 of file createhtml.ui.h.

References createHeader(), createLinkList(), createMemo(), dir, html_footer, and progr_author.

Referenced by start().

void CreateHtml::exportFiles  )  [virtual, slot]
 

Definition at line 253 of file createhtml.ui.h.

References convert(), dir, and progr_files.

void CreateHtml::exportIndex  )  [virtual, slot]
 

Definition at line 303 of file createhtml.ui.h.

References dir.

Referenced by start().

void CreateHtml::exportNotes  )  [virtual, slot]
 

Definition at line 173 of file createhtml.ui.h.

References createHeader(), createLinkList(), createMemo(), dir, html_footer, and progr_notes.

Referenced by start().

void CreateHtml::exportParts  )  [virtual, slot]
 

Definition at line 224 of file createhtml.ui.h.

References createHeader(), createLinkList(), createMemo(), dir, html_footer, inclfiles, and progr_parts.

Referenced by start().

void CreateHtml::exportPublications  )  [virtual, slot]
 

Definition at line 128 of file createhtml.ui.h.

References createHeader(), createLinkList(), createMemo(), dir, html_footer, and progr_publ.

Referenced by start().

void CreateHtml::exportStyleSheet  )  [virtual, slot]
 

Definition at line 289 of file createhtml.ui.h.

References dir.

Referenced by start().

void CreateHtml::init  )  [private]
 

Definition at line 31 of file createhtml.ui.h.

Referenced by CreateHtml().

void CreateHtml::languageChange  )  [protected, virtual, slot]
 

Definition at line 151 of file createhtml.cpp.

References dir, inclfiles, pushButton1, pushButton2, pushButton3, pushButton5, textLabel1, textLabel2, textLabel4, textLabel4_2, textLabel4_3, textLabel4_4, and textLabel4_5.

Referenced by CreateHtml().

void CreateHtml::newFunction  )  [virtual]
 

Definition at line 372 of file createhtml.ui.h.

void CreateHtml::start  )  [virtual, slot]
 

Definition at line 356 of file createhtml.ui.h.

References exportAuthors(), exportIndex(), exportNotes(), exportParts(), exportPublications(), and exportStyleSheet().

Referenced by CreateHtml().

void CreateHtml::stop  )  [virtual, slot]
 

Definition at line 367 of file createhtml.ui.h.

Referenced by CreateHtml().


Member Data Documentation

QVBoxLayout* CreateHtml::CreateHtmlLayout [protected]
 

Definition at line 76 of file createhtml.h.

Referenced by CreateHtml().

QLabel* CreateHtml::dir
 

Definition at line 36 of file createhtml.h.

Referenced by chooseDir(), CreateHtml(), exportAuthors(), exportFiles(), exportIndex(), exportNotes(), exportParts(), exportPublications(), exportStyleSheet(), and languageChange().

QString CreateHtml::html_footer [protected]
 

Definition at line 73 of file createhtml.h.

Referenced by exportAuthors(), exportNotes(), exportParts(), and exportPublications().

QString CreateHtml::html_header [protected]
 

Definition at line 74 of file createhtml.h.

QCheckBox* CreateHtml::inclfiles
 

Definition at line 38 of file createhtml.h.

Referenced by CreateHtml(), exportParts(), and languageChange().

QHBoxLayout* CreateHtml::layout10 [protected]
 

Definition at line 82 of file createhtml.h.

Referenced by CreateHtml().

QHBoxLayout* CreateHtml::layout13 [protected]
 

Definition at line 81 of file createhtml.h.

Referenced by CreateHtml().

QVBoxLayout* CreateHtml::layout14 [protected]
 

Definition at line 77 of file createhtml.h.

Referenced by CreateHtml().

QHBoxLayout* CreateHtml::layout2 [protected]
 

Definition at line 79 of file createhtml.h.

Referenced by CreateHtml().

QHBoxLayout* CreateHtml::layout3 [protected]
 

Definition at line 80 of file createhtml.h.

Referenced by CreateHtml().

QVBoxLayout* CreateHtml::layout4 [protected]
 

Definition at line 78 of file createhtml.h.

Referenced by CreateHtml().

QProgressBar* CreateHtml::progr_author
 

Definition at line 42 of file createhtml.h.

Referenced by CreateHtml(), and exportAuthors().

QProgressBar* CreateHtml::progr_files
 

Definition at line 50 of file createhtml.h.

Referenced by CreateHtml(), and exportFiles().

QProgressBar* CreateHtml::progr_notes
 

Definition at line 44 of file createhtml.h.

Referenced by CreateHtml(), and exportNotes().

QProgressBar* CreateHtml::progr_parts
 

Definition at line 48 of file createhtml.h.

Referenced by CreateHtml(), and exportParts().

QProgressBar* CreateHtml::progr_publ
 

Definition at line 46 of file createhtml.h.

Referenced by CreateHtml(), and exportPublications().

QPushButton* CreateHtml::pushButton1
 

Definition at line 37 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QPushButton* CreateHtml::pushButton2
 

Definition at line 39 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QPushButton* CreateHtml::pushButton3
 

Definition at line 51 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QPushButton* CreateHtml::pushButton5
 

Definition at line 40 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QLabel* CreateHtml::textLabel1
 

Definition at line 33 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QLabel* CreateHtml::textLabel2
 

Definition at line 35 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QLabel* CreateHtml::textLabel4
 

Definition at line 41 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QLabel* CreateHtml::textLabel4_2
 

Definition at line 43 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QLabel* CreateHtml::textLabel4_3
 

Definition at line 45 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QLabel* CreateHtml::textLabel4_4
 

Definition at line 47 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QLabel* CreateHtml::textLabel4_5
 

Definition at line 49 of file createhtml.h.

Referenced by CreateHtml(), and languageChange().

QLineEdit* CreateHtml::title
 

Definition at line 34 of file createhtml.h.


The documentation for this class was generated from the following files:
Generated on Sat Mar 27 19:22:20 2004 for Literature by doxygen 1.3.6-20040222