AlbumShaper
1.0a3
|
#include <contents.h>
Signals | |
void | setPage (HELP_PAGE page) |
Public Member Functions | |
Contents (Q3TextStream::Encoding type, QString saveCharSet, Q3MimeSourceFactory *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 (Q3TextStream::Encoding type, QString charSet) |
void | printLink (Q3TextStream &stream, QString text, HELP_PAGE anchor, QString anchorString) |
Private Attributes | |
QSize | optimalSize |
HELP_PAGE | currentPage |
Q3TextStream::Encoding | type |
QString | saveCharSet |
Definition at line 40 of file contents.h.
Contents::Contents | ( | Q3TextStream::Encoding | type, |
QString | saveCharSet, | ||
Q3MimeSourceFactory * | loadingMimeSource, | ||
QWidget * | parent = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 26 of file contents.cpp.
References BILLBOARD, currentPage, filename(), generateHTML(), handleAnchorClick(), optimalSize, saveCharSet, and type.
|
private |
Definition at line 100 of file contents.cpp.
References TEMP_DIR.
Referenced by Contents(), and generateHTML().
|
private |
Definition at line 105 of file contents.cpp.
References ANNOTATING_ALBUMS, ENHANCING, filename(), FRAMING, IMPORTING_AND_ORGANIZING, KEYBOARD_SHORTCUTS, MANIPULATING, printLink(), PRO_TOOLS, SAVING_AND_LOADING, and WHATS_NEW.
Referenced by Contents(), and handleAnchorClick().
|
privateslot |
Definition at line 66 of file contents.cpp.
References ANNOTATING_ALBUMS, currentPage, ENHANCING, FRAMING, generateHTML(), IMPORTING_AND_ORGANIZING, INVALID, KEYBOARD_SHORTCUTS, MANIPULATING, PRO_TOOLS, saveCharSet, SAVING_AND_LOADING, setPage(), type, and WHATS_NEW.
Referenced by Contents().
QSize Contents::minimumSizeHint | ( | ) | const |
Definition at line 61 of file contents.cpp.
References optimalSize.
Referenced by HelpWindow::HelpWindow().
|
private |
Definition at line 171 of file contents.cpp.
References CURR_COLOR, currentPage, and LINK_COLOR.
Referenced by generateHTML().
|
signal |
Referenced by handleAnchorClick().
|
private |
Definition at line 56 of file contents.h.
Referenced by Contents(), handleAnchorClick(), and printLink().
|
private |
Definition at line 52 of file contents.h.
Referenced by Contents(), and minimumSizeHint().
|
private |
Definition at line 59 of file contents.h.
Referenced by Contents(), and handleAnchorClick().
|
private |
Definition at line 58 of file contents.h.
Referenced by Contents(), and handleAnchorClick().