#include </home/clem/local/src/opie/noncore/graphics/opie-eye/gui/imageview.h>
Inheritance diagram for ImageView:


Public Slots | |
| virtual void | hide () |
| virtual void | startSlide (int) |
| virtual void | nextSlide () |
| virtual void | systemMessage (const QCString &, const QByteArray &) |
| virtual void | slotIncBrightness () |
| virtual void | slotDecBrightness () |
Signals | |
| void | dispImageInfo (const QString &) |
| void | dispNext () |
| void | dispPrev () |
| void | toggleFullScreen () |
| void | hideMe () |
| void | toggleZoomer () |
| void | toggleAutoscale () |
| void | toggleAutorotate () |
| void | incBrightness () |
| void | decBrightness () |
Public Member Functions | |
| ImageView (Opie::Core::OConfig *cfg, QWidget *parent, const char *name=0, WFlags fl=0) | |
| virtual | ~ImageView () |
| Opie::Core::OKeyConfigManager * | manager () |
| void | setFullScreen (bool how, bool force=true) |
| bool | fullScreen () |
| virtual void | enableFullscreen () |
| void | stopSlide () |
| void | setMenuActions (QActionGroup *hGroup, QActionGroup *nextprevGroup, QActionGroup *disptypeGroup, QActionGroup *brightGroup) |
| void | setCloseIfHide (bool) |
Protected Slots | |
| virtual void | slotShowImageInfo () |
| virtual void | keyReleaseEvent (QKeyEvent *e) |
| virtual void | contentsMousePressEvent (QMouseEvent *e) |
Protected Member Functions | |
| void | initKeys () |
| virtual void | focusInEvent (QFocusEvent *) |
Protected Attributes | |
| Opie::Core::OConfig * | m_cfg |
| Opie::Core::OKeyConfigManager * | m_viewManager |
| bool | m_isFullScreen:1 |
| bool | m_ignore_next_in:1 |
| bool | m_Rotated:1 |
| int | focus_in_count |
| QTimer * | m_slideTimer |
| int | m_slideValue |
| QActionGroup * | m_gDisplayType |
| QActionGroup * | m_gPrevNext |
| QActionGroup * | m_hGroup |
| QActionGroup * | m_gBright |
| bool | closeIfHide:1 |
| QCopChannel * | m_sysChannel |
| int | m_rotation |
Private Types | |
| enum | ActionIds { ViewInfo, FullScreen, ShowNext, ShowPrevious, Zoomer, Autorotate, Autoscale, Incbrightness, Decbrightness } |
|
|
Definition at line 25 of file imageview.h. |
|
||||||||||||||||||||
|
Definition at line 17 of file imageview.cpp. References closeIfHide, decBrightness(), focus_in_count, incBrightness(), initKeys(), m_cfg, m_gBright, m_gDisplayType, m_gPrevNext, m_hGroup, m_ignore_next_in, m_isFullScreen, m_Rotated, m_slideTimer, m_slideValue, m_sysChannel, m_viewManager, min, QPEApplication::RightOnHold, QPEApplication::setStylusOperation(), slotDecBrightness(), slotIncBrightness(), and systemMessage(). |
|
|
Definition at line 88 of file imageview.cpp. References m_viewManager, odebug, and oendl. |
|
|
Reimplemented from Opie::MM::OImageScrollView. Definition at line 229 of file imageview.cpp. References fullScreen(), m_gBright, m_gDisplayType, m_gPrevNext, m_hGroup, pos, Opie::MM::x, and Opie::MM::y. |
|
|
Referenced by ImageView(), and initKeys(). |
|
|
Referenced by slotShowImageInfo(). |
|
|
Referenced by initKeys(), and nextSlide(). |
|
|
Referenced by initKeys(). |
|
|
Definition at line 299 of file imageview.cpp. References fullScreen(), and m_ignore_next_in. Referenced by focusInEvent(). |
|
|
Definition at line 283 of file imageview.cpp. References enableFullscreen(), fullScreen(), and m_ignore_next_in. |
|
|
Definition at line 42 of file imageview.h. References m_isFullScreen. Referenced by PMainWindow::closeEvent(), contentsMousePressEvent(), enableFullscreen(), focusInEvent(), hide(), keyReleaseEvent(), PMainWindow::raiseIconView(), PMainWindow::setupBrightness(), PMainWindow::slotDisplay(), PMainWindow::slotShowInfo(), and systemMessage(). |
|
|
Definition at line 291 of file imageview.cpp. References fullScreen(), and m_ignore_next_in. Referenced by PMainWindow::raiseIconView(), PMainWindow::setupBrightness(), and PMainWindow::slotConfig(). |
|
|
Referenced by keyReleaseEvent(). |
|
|
Referenced by ImageView(), and initKeys(). |
|
|
|
Definition at line 204 of file imageview.cpp. References closeIfHide, fullScreen(), hideMe(), Qt::Key_Escape, and qApp. |
|
|
Definition at line 94 of file imageview.cpp. References initKeys(), and m_viewManager. Referenced by PMainWindow::slotConfig(). |
|
|
Definition at line 125 of file imageview.cpp. References dispNext(), m_slideTimer, and m_slideValue. Referenced by startSlide(). |
|
|
Definition at line 219 of file imageview.cpp. References closeIfHide. Referenced by PMainWindow::polish(). |
|
||||||||||||
|
Definition at line 270 of file imageview.cpp. References m_ignore_next_in, m_isFullScreen, and qApp. Referenced by PMainWindow::setupViewWindow(). |
|
||||||||||||||||||||
|
Definition at line 80 of file imageview.cpp. References m_gBright, m_gDisplayType, m_gPrevNext, and m_hGroup. |
|
|
Definition at line 59 of file imageview.cpp. References Opie::MM::OImageScrollView::Intensity(), and Opie::MM::OImageScrollView::setIntensity(). Referenced by ImageView(). |
|
|
Definition at line 52 of file imageview.cpp. References Opie::MM::OImageScrollView::Intensity(), and Opie::MM::OImageScrollView::setIntensity(). Referenced by ImageView(). |
|
|
Definition at line 224 of file imageview.cpp. References dispImageInfo(), and Opie::MM::OImageScrollView::m_lastName. Referenced by initKeys(). |
|
|
Definition at line 102 of file imageview.cpp. References m_slideTimer, m_slideValue, and nextSlide(). |
|
|
Definition at line 115 of file imageview.cpp. References m_slideTimer. Referenced by PMainWindow::raiseIconView(). |
|
||||||||||||
|
Definition at line 66 of file imageview.cpp. References fullScreen(), IO_ReadOnly, m_rotation, and stream. Referenced by ImageView(). |
|
|
Referenced by initKeys(). |
|
|
Referenced by initKeys(). |
|
|
Referenced by initKeys(). |
|
|
Referenced by initKeys(). |
|
|
Definition at line 73 of file imageview.h. Referenced by ImageView(), keyReleaseEvent(), and setCloseIfHide(). |
|
|
Definition at line 68 of file imageview.h. Referenced by ImageView(). |
|
|
Definition at line 61 of file imageview.h. Referenced by ImageView(), and initKeys(). |
|
|
Definition at line 72 of file imageview.h. Referenced by contentsMousePressEvent(), ImageView(), and setMenuActions(). |
|
|
Definition at line 72 of file imageview.h. Referenced by contentsMousePressEvent(), ImageView(), and setMenuActions(). |
|
|
Definition at line 72 of file imageview.h. Referenced by contentsMousePressEvent(), ImageView(), and setMenuActions(). |
|
|
Definition at line 72 of file imageview.h. Referenced by contentsMousePressEvent(), ImageView(), and setMenuActions(). |
|
|
Definition at line 65 of file imageview.h. Referenced by enableFullscreen(), focusInEvent(), hide(), ImageView(), and setFullScreen(). |
|
|
Definition at line 64 of file imageview.h. Referenced by fullScreen(), ImageView(), and setFullScreen(). |
|
|
Definition at line 66 of file imageview.h. Referenced by ImageView(). |
|
|
Definition at line 75 of file imageview.h. Referenced by systemMessage(). |
|
|
Definition at line 69 of file imageview.h. Referenced by ImageView(), nextSlide(), startSlide(), and stopSlide(). |
|
|
Definition at line 70 of file imageview.h. Referenced by ImageView(), nextSlide(), and startSlide(). |
|
|
Definition at line 74 of file imageview.h. Referenced by ImageView(). |
|
|
Definition at line 62 of file imageview.h. Referenced by ImageView(), initKeys(), manager(), and ~ImageView(). |
1.4.2