|
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, Annotating::generateHTML(), Enhancing::generateHTML(), Framing::generateHTML(), Importing::generateHTML(), LoadSave::generateHTML(), Manipulating::generateHTML(), ProTools::generateHTML(), Shortcuts::generateHTML(), WhatsNew::generateHTML(), IMAGE_PATH, loadingMimeSource, Contents::minimumSizeHint(), setPage(), ALabel::setPixmap(), showFirstSelection(), and SLIDE_OUT_LEFT.
| HelpWindow::~HelpWindow | ( | ) |
Definition at line 145 of file helpWindow.cpp.
References loadingMimeSource.
|
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, Annotating::filename(), Enhancing::filename(), Framing::filename(), Importing::filename(), LoadSave::filename(), Manipulating::filename(), ProTools::filename(), Shortcuts::filename(), WhatsNew::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().