#include <helpWindow.h>
Inheritance diagram for HelpWindow:
Definition at line 26 of file 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 |
QTextBrowser * | content |
HELP_PAGE | currentPage |
QMimeSourceFactory * | loadingMimeSource |
|
Definition at line 39 of file helpWindow.cpp. References APPEAR_IMMEDIATELY, BILLBOARD, billboard, content, currentPage, HELP_PAGE, HelpWindow(), IMAGE_PATH, loadingMimeSource, Contents::minimumSizeHint(), setPage(), ALabel::setPixmap(), showFirstSelection(), and SLIDE_OUT_LEFT. Referenced by HelpWindow().
|
|
Definition at line 140 of file helpWindow.cpp. References loadingMimeSource.
|
|
Referenced by closeEvent(), and reject(). |
|
Definition at line 146 of file helpWindow.cpp. References closed(), and closeEvent(). Referenced by closeEvent().
|
|
Definition at line 152 of file helpWindow.cpp. References closed().
|
|
Definition at line 158 of file helpWindow.cpp. References billboard, BILLBOARD, currentPage, ALabel::removePixmap(), setPage(), and showCurrentPage(). Referenced by HelpWindow(), and setPage().
|
|
Definition at line 181 of file helpWindow.cpp. References ANNOTATING_ALBUMS, content, currentPage, ENHANCING, FRAMING, IMPORTING_AND_ORGANIZING, KEYBOARD_SHORTCUTS, MANIPULATING, PRO_TOOLS, SAVING_AND_LOADING, and WHATS_NEW. Referenced by setPage(), and showFirstSelection().
|
|
Definition at line 175 of file helpWindow.cpp. References content, and showCurrentPage(). Referenced by HelpWindow().
|
|
Definition at line 46 of file helpWindow.h. Referenced by HelpWindow(), and setPage(). |
|
Definition at line 47 of file helpWindow.h. Referenced by HelpWindow(), showCurrentPage(), and showFirstSelection(). |
|
Definition at line 49 of file helpWindow.h. Referenced by HelpWindow(), setPage(), and showCurrentPage(). |
|
Definition at line 51 of file helpWindow.h. Referenced by HelpWindow(), and ~HelpWindow(). |