AlbumShaper
1.0a3
|
Help window widget. More...
#include <helpWindow.h>
Signals | |
void | closed () |
Public Member Functions | |
HelpWindow (QWidget *parent=0, const char *name=0) | |
~HelpWindow () | |
Private Slots | |
void | setPage (HELP_PAGE page) |
void | showFirstSelection () |
void | showCurrentPage () |
void | reject () |
Private Member Functions | |
void | closeEvent (QCloseEvent *e) |
Private Attributes | |
ALabel * | billboard |
Q3TextBrowser * | content |
HELP_PAGE | currentPage |
Q3MimeSourceFactory * | loadingMimeSource |
Help window widget.
Definition at line 28 of file helpWindow.h.
HelpWindow::HelpWindow | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Definition at line 44 of file helpWindow.cpp.
References APPEAR_IMMEDIATELY, BILLBOARD, billboard, content, currentPage, Framing::generateHTML(), LoadSave::generateHTML(), Manipulating::generateHTML(), Shortcuts::generateHTML(), Enhancing::generateHTML(), WhatsNew::generateHTML(), Importing::generateHTML(), ProTools::generateHTML(), Annotating::generateHTML(), IMAGE_PATH, loadingMimeSource, Contents::minimumSizeHint(), setPage(), ALabel::setPixmap(), showFirstSelection(), and SLIDE_OUT_LEFT.
HelpWindow::~HelpWindow | ( | ) |
|
signal |
Referenced by closeEvent(), and reject().
|
private |
Definition at line 151 of file helpWindow.cpp.
References closed().
|
privateslot |
Definition at line 157 of file helpWindow.cpp.
References closed().
|
privateslot |
Definition at line 163 of file helpWindow.cpp.
References BILLBOARD, billboard, currentPage, ALabel::removePixmap(), and showCurrentPage().
Referenced by HelpWindow().
|
privateslot |
Definition at line 186 of file helpWindow.cpp.
References ANNOTATING_ALBUMS, content, currentPage, ENHANCING, Shortcuts::filename(), ProTools::filename(), Importing::filename(), Annotating::filename(), WhatsNew::filename(), LoadSave::filename(), Manipulating::filename(), Framing::filename(), Enhancing::filename(), FRAMING, IMPORTING_AND_ORGANIZING, KEYBOARD_SHORTCUTS, MANIPULATING, PRO_TOOLS, SAVING_AND_LOADING, and WHATS_NEW.
Referenced by setPage(), and showFirstSelection().
|
privateslot |
Definition at line 180 of file helpWindow.cpp.
References content, and showCurrentPage().
Referenced by HelpWindow().
|
private |
Definition at line 48 of file helpWindow.h.
Referenced by HelpWindow(), and setPage().
|
private |
Definition at line 49 of file helpWindow.h.
Referenced by HelpWindow(), showCurrentPage(), and showFirstSelection().
|
private |
Definition at line 51 of file helpWindow.h.
Referenced by HelpWindow(), setPage(), and showCurrentPage().
|
private |
Definition at line 53 of file helpWindow.h.
Referenced by HelpWindow(), and ~HelpWindow().