#include <contents.h>
Inheritance diagram for Contents:
Signals | |
void | setPage (HELP_PAGE page) |
Public Member Functions | |
Contents (QTextStream::Encoding type, QString saveCharSet, QMimeSourceFactory *loadingMimeSource, QWidget *parent=0, const char *name=0) | |
QSize | minimumSizeHint () const |
Private Slots | |
void | handleAnchorClick (const QString &name, const QString &link) |
Private Member Functions | |
QString | filename () |
void | generateHTML (QTextStream::Encoding type, QString charSet) |
void | printLink (QTextStream &stream, QString text, HELP_PAGE anchor, QString anchorString) |
Private Attributes | |
QSize | optimalSize |
HELP_PAGE | currentPage |
QTextStream::Encoding | type |
QString | saveCharSet |
|
Definition at line 23 of file contents.cpp. References BILLBOARD, Contents(), currentPage, filename(), generateHTML(), handleAnchorClick(), and optimalSize. Referenced by Contents().
|
|
Definition at line 97 of file contents.cpp. References TEMP_DIR. Referenced by Contents(), and generateHTML().
|
|
Definition at line 102 of file contents.cpp. References ANNOTATING_ALBUMS, ENHANCING, filename(), FRAMING, generateHTML(), IMPORTING_AND_ORGANIZING, KEYBOARD_SHORTCUTS, MANIPULATING, printLink(), PRO_TOOLS, SAVING_AND_LOADING, and WHATS_NEW. Referenced by Contents(), generateHTML(), and handleAnchorClick().
|
|
Definition at line 63 of file contents.cpp. References ANNOTATING_ALBUMS, currentPage, ENHANCING, FRAMING, generateHTML(), handleAnchorClick(), HELP_PAGE, IMPORTING_AND_ORGANIZING, INVALID, KEYBOARD_SHORTCUTS, MANIPULATING, PRO_TOOLS, saveCharSet, SAVING_AND_LOADING, setPage(), type, and WHATS_NEW. Referenced by Contents(), and handleAnchorClick().
|
|
Definition at line 58 of file contents.cpp. References optimalSize. Referenced by HelpWindow::HelpWindow().
|
|
Definition at line 168 of file contents.cpp. References CURR_COLOR, currentPage, LINK_COLOR, and printLink(). Referenced by generateHTML(), and printLink().
|
|
Referenced by handleAnchorClick(). |
|
Definition at line 56 of file contents.h. Referenced by Contents(), handleAnchorClick(), and printLink(). |
|
Definition at line 52 of file contents.h. Referenced by Contents(), and minimumSizeHint(). |
|
Definition at line 59 of file contents.h. Referenced by handleAnchorClick(). |
|
Definition at line 58 of file contents.h. Referenced by handleAnchorClick(). |