HelpWindow Class Reference

#include <HelpWindow.h>

Collaboration diagram for HelpWindow:

Collaboration graph
[legend]

List of all members.

Public Slots

void goNext ()
void goPrevious ()
void goHome ()
void previousStatus (bool)
void nextStatus (bool)
void exit ()
void slotLoadFile (const QString &name)

Public Member Functions

 HelpWindow (QWidget *, QString &)
 ~HelpWindow ()

Private Attributes

QTextBrowser * text
Toolbartoolbar
QString homePath
QString tocPath


Detailed Description

Definition at line 30 of file HelpWindow.h.


Constructor & Destructor Documentation

HelpWindow::HelpWindow ( QWidget *  w,
QString &  fn 
)

Definition at line 32 of file HelpWindow.cpp.

References Toolbar::addButton(), exit(), Toolbar::getButton(), goHome(), goNext(), goPrevious(), RcFile::HelpFilePath, RcFile::HelpWindowSize, homePath, Toolbar::Horizontal, RcFile::loadData(), RcFile::loadSize(), nextStatus(), previousStatus(), slotLoadFile(), text, tocPath, and toolbar.

HelpWindow::~HelpWindow (  ) 

Definition at line 95 of file HelpWindow.cpp.


Member Function Documentation

void HelpWindow::goNext (  )  [slot]

Definition at line 109 of file HelpWindow.cpp.

References text.

Referenced by HelpWindow().

void HelpWindow::goPrevious (  )  [slot]

Definition at line 104 of file HelpWindow.cpp.

References text.

Referenced by HelpWindow().

void HelpWindow::goHome (  )  [slot]

Definition at line 99 of file HelpWindow.cpp.

References text, and tocPath.

Referenced by HelpWindow().

void HelpWindow::previousStatus ( bool  d  )  [slot]

Definition at line 114 of file HelpWindow.cpp.

References Toolbar::setButtonStatus(), and toolbar.

Referenced by HelpWindow().

void HelpWindow::nextStatus ( bool  d  )  [slot]

Definition at line 120 of file HelpWindow.cpp.

References Toolbar::setButtonStatus(), and toolbar.

Referenced by HelpWindow().

void HelpWindow::exit (  )  [slot]

Definition at line 126 of file HelpWindow.cpp.

References RcFile::HelpWindowSize, and RcFile::saveSize().

Referenced by HelpWindow().

void HelpWindow::slotLoadFile ( const QString &  name  )  [slot]

Definition at line 133 of file HelpWindow.cpp.

References text.

Referenced by HelpWindow().


Member Data Documentation

QTextBrowser* HelpWindow::text [private]

Definition at line 47 of file HelpWindow.h.

Referenced by goHome(), goNext(), goPrevious(), HelpWindow(), and slotLoadFile().

Toolbar* HelpWindow::toolbar [private]

Definition at line 48 of file HelpWindow.h.

Referenced by HelpWindow(), nextStatus(), and previousStatus().

QString HelpWindow::homePath [private]

Definition at line 49 of file HelpWindow.h.

Referenced by HelpWindow().

QString HelpWindow::tocPath [private]

Definition at line 50 of file HelpWindow.h.

Referenced by goHome(), and HelpWindow().


The documentation for this class was generated from the following files: