#include <poqet.h>
Inheritance diagram for PoqetPresenter:
Public Slots | |
virtual void | fileOpen () |
Opens file selector. | |
virtual void | fileExit () |
Exits. | |
virtual void | helpAbout () |
Shows about dialog. | |
virtual void | viewNextPage () |
Shows next page. | |
virtual void | viewPrevPage () |
Shows previous page. | |
virtual void | selectorShow () |
Shows file selector. | |
virtual void | selectorHide () |
Hides file selector. | |
virtual void | updatePage () |
Updates current page display. | |
virtual void | updatePage (int i) |
Updates page. | |
virtual void | selectorFileOpen (const DocLnk &lnkDoc) |
Opens file. | |
virtual void | setDocument (const QString &fileref) |
Sets internal document reference name. | |
virtual void | magnifyUpdate (int index) |
Changes magnification and updates page. | |
virtual void | startProgressBar (int count) |
Sets up progress bar. | |
virtual void | stopProgressBar () |
Stops progress bar. | |
virtual void | offFullscreenHandler () |
Updates internal flags for non-fullscreen mode. | |
virtual void | keyPressEvent (QKeyEvent *e) |
Handles key presses passed from child widget. | |
Public Methods | |
PoqetPresenter (QWidget *parent=0, const char *name=0, WFlags fl=WType_TopLevel) | |
~PoqetPresenter () | |
Public Attributes | |
PresentationBrowser * | PresentationBrowser3 |
Child widget. | |
QTabWidget * | TabW |
Child widget. | |
QWidget * | TabPB |
Child widget. | |
QWidget * | TabMeta |
Child widget. | |
QWidget * | TabNotes |
Child widget. | |
MenuButton * | Mag |
Child widget. | |
QSlider * | Slider1 |
Child widget. | |
QLabel * | PageLabel |
Child widget. | |
QListView * | MetaView |
Child widget. | |
QTextView * | PNotes |
Child widget. | |
QPopupMenu * | fileMenu |
Child widget. | |
QPopupMenu * | helpMenu |
Child widget. | |
QPopupMenu * | pageMenu |
Child widget. | |
QProgressBar * | Progress |
Child widget. | |
QAction * | fileOpenAction |
QAction for opening. | |
QAction * | fileExitAction |
QAction for exiting. | |
QAction * | helpAboutAction |
QAction for about dialog. | |
QAction * | nextPageAction |
QAction for advancing to next page. | |
QAction * | prevPageAction |
QAction for going to previous page. | |
DocLnk | currentDoc |
Child widget. | |
QPEMenuBar * | menubar |
Child widget. | |
QPEToolBar * | toolbar |
Child widget. | |
FileSelector * | fileSelector |
Child widget. | |
Protected Attributes | |
QWidget * | cw |
Pointer to central widget. | |
QCanvas | canvas |
Pointer to canvas. | |
Private Methods | |
void | Menus () |
Sets up menus. Internal use only. | |
void | Widgets () |
Sets up actions. Internal use only. | |
void | Actions () |
Sets up widgets. Internal use only. | |
void | Toolbars () |
Sets up toolbars. Internal use only. | |
void | SigsNSlots () |
Sets up signals and slots. Internal use only. |
Definition at line 53 of file poqet.h.
|
Constructor
|
|
Deconstructor |
|
|
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
|
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
|
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
|
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
Reimplemented in PoqetP. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|