#include </home/clem/local/src/opie/noncore/graphics/opie-eye/gui/mainwindow.h>
Collaboration diagram for PMainWindow:

Public Slots | |
| void | slotShowInfo (const QString &inf) |
| void | slotDisplay (const QString &inf) |
| void | slotReturn () |
| void | slotRotateToggled (bool) |
| void | slotScaleToggled (bool) |
| void | slotZoomerToggled (bool) |
| void | slotToggleZoomer () |
| void | slotToggleAutorotate () |
| void | slotToggleAutoscale () |
| void | setDocument (const QString &) |
| virtual void | slotToggleFullScreen () |
| virtual void | slotFullScreenToggled (bool) |
| virtual void | polish () |
| virtual void | slotVideoclicked () |
Signals | |
| void | configChanged () |
| void | changeDir (const QString &) |
| void | changeListMode (int) |
| void | sigPos (int) |
Public Member Functions | |
| PMainWindow (QWidget *, const char *, WFlags) | |
| ~PMainWindow () | |
| PMainWindow (QWidget *, const char *, WFlags) | |
| virtual | ~PMainWindow () |
Static Public Member Functions | |
| static QString | appName () |
| static QString | appName () |
| static QString | appTitle () |
Protected Slots | |
| void | raiseIconView () |
| void | closeEvent (QCloseEvent *) |
| void | showToolbar (bool) |
| void | listviewselected (QAction *) |
| void | slotFullScreenButton (bool) |
| void | check_view_fullscreen () |
| virtual void | setupBrightness () |
| virtual void | fileSelected (const DocLnk &) |
| virtual void | slotAppendFiles () |
| virtual void | slotRemoveFiles () |
| virtual void | slotShowList () |
| virtual void | slotPlayList () |
| virtual void | slotPlayNext () |
| virtual void | slotPlayPrevious () |
| virtual void | slotPlayCurrent () |
| virtual void | slotStopped () |
| virtual void | slotCheckPos () |
| virtual void | slotToggleFull (bool) |
| virtual void | slotUserStop () |
| virtual void | slotGoNext () |
| virtual void | slotTogglePlay (bool) |
| virtual void | slotShowMediaWindow () |
| virtual void | slotListChanged (int) |
| virtual void | slotNewPos (int pos) |
| virtual void | sliderPressed () |
| virtual void | sliderReleased () |
| virtual void | slot_scaleupToggled (bool) |
Protected Member Functions | |
| void | setupActions () |
| void | setupToolBar () |
| void | setupMenu () |
| void | checkLib () |
| void | setupVideo (bool full) |
| void | hideVideo () |
| void | mediaWindowraised () |
Protected Attributes | |
| Opie::Ui::OWidgetStack * | m_stack |
| Opie::Ui::OFileSelector * | m_sfl |
| PlaylistView * | m_playList |
| AudioWidget * | m_AudioPlayer |
| VideoWidget * | m_VideoPlayer |
| QWidget * | m_MainBox |
| QSlider * | m_PosSlider |
| QAction * | a_appendFiles |
| QAction * | a_removeFiles |
| QAction * | a_showPlaylist |
| QAction * | a_playAction |
| QAction * | a_stopAction |
| QAction * | a_playNext |
| QAction * | a_playPrevious |
| QAction * | a_ShowFull |
| QAction * | a_stopPlay |
| QAction * | a_ShowMedia |
| QAction * | a_addDir |
| QAction * | a_loadPlaylist |
| QAction * | a_savePlaylist |
| QAction * | a_Scaleup |
| QActionGroup * | playersGroup |
| QActionGroup * | playlistOnly |
| QActionGroup * | settingsGroup |
| QToolBar * | m_toolBar |
| QPopupMenu * | fileMenu |
| QPopupMenu * | playMenu |
| QPopupMenu * | configMenu |
| QMenuBar * | m_menuBar |
| XINE::Lib * | m_PlayLib |
| bool | m_playing:1 |
| bool | m_pressed:1 |
| int | m_uppos |
| int | m_CurrentPos |
| PlaylistItem * | m_LastItem |
Static Protected Attributes | |
| static const int | stack_list = 0 |
| static const int | stack_file = 1 |
| static const int | stack_audio = 2 |
| static const int | stack_video = 3 |
Private Types | |
| enum | Views { IconView, ImageInfo, ImageDisplay } |
Private Slots | |
| void | slotConfig () |
| void | slotSelectDir (int) |
| void | dirChanged () |
| void | slotForceSmall (bool) |
Private Member Functions | |
| template<class T> | |
| void | initT (const char *name, T **, int) |
| void | initInfo () |
| void | initDisp () |
| void | setupViewWindow (bool full, bool forceDisplay) |
| void | readConfig () |
| void | setupActions () |
| void | setupToolbar () |
| void | setupMenu () |
Static Private Member Functions | |
| static bool | Valuebox (QWidget *parent, int min, int max, int current, int &store) |
Private Attributes | |
| Opie::Core::OConfig * | m_cfg |
| Opie::Ui::OWidgetStack * | m_stack |
| PIconView * | m_view |
| imageinfo * | m_info |
| ImageView * | m_disp |
| bool | autoSave:1 |
| bool | m_setDocCalled:1 |
| bool | m_polishDone:1 |
| bool | m_SmallWindow:1 |
| int | m_Intensity |
| QToolButton * | fsButton |
| QToolBar * | toolBar |
| QPopupMenu * | fileMenu |
| QPopupMenu * | dispMenu |
| QPopupMenu * | fsMenu |
| QPopupMenu * | listviewMenu |
| QPopupMenu * | settingsMenu |
| QAction * | m_aShowInfo |
| QAction * | m_aBeam |
| QAction * | m_aTrash |
| QAction * | m_aViewfile |
| QAction * | m_aDirUp |
| QAction * | m_aStartSlide |
| QAction * | m_aHideToolbar |
| QAction * | m_aSetup |
| QAction * | m_aDirName |
| QAction * | m_aDirShort |
| QAction * | m_aDirLong |
| QActionGroup * | m_gListViewMode |
| QActionGroup * | m_gDisplayType |
| QActionGroup * | m_gPrevNext |
| QActionGroup * | m_hGroup |
| QActionGroup * | m_hBright |
| QAction * | m_aNext |
| QAction * | m_aPrevious |
| QAction * | m_aFullScreen |
| QAction * | m_aAutoRotate |
| QAction * | m_aUnscaled |
| QAction * | m_aZoomer |
| QAction * | m_aForceSmall |
| QAction * | m_setCurrentBrightness |
| QAction * | m_IncBrightness |
| QAction * | m_DecBrightness |
| StorageInfo * | m_storage |
| QMap< QString, QString > | m_dev |
|
|
Definition at line 37 of file mainwindow.h. |
|
||||||||||||||||
|
Definition at line 45 of file mainwindow.cpp. |
|
|
Definition at line 86 of file mainwindow.cpp. |
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 66 of file mwindow.h. References QString::fromLatin1(). |
|
|
Definition at line 39 of file mainwindow.h. References QString::fromLatin1(). |
|
|
Definition at line 67 of file mwindow.h. References QString::fromLatin1(). Referenced by slotPlayCurrent(), and slotUserStop(). |
|
|
Referenced by setupToolbar(), and slotSelectDir(). |
|
|
Referenced by listviewselected(). |
|
|
Definition at line 475 of file mainwindow.cpp. References m_aFullScreen, m_disp, m_view, and TRUE. Referenced by polish(), and setDocument(). |
|
|
Definition at line 126 of file mwindow.cpp. References XINE::Lib::InitializeInThread, m_PlayLib, qApp, slotStopped(), and stopped. |
|
|
Definition at line 439 of file mainwindow.cpp. References Opie::Ui::OWidgetStack::addWidget(), ImageView::fullScreen(), ImageDisplay, m_disp, m_info, m_setDocCalled, m_stack, qApp, raiseIconView(), and Opie::Ui::OWidgetStack::visibleWidget(). |
|
|
|
|
|
Definition at line 488 of file mainwindow.cpp. References QMap< Key, T >::clear(), f, StorageInfo::fileSystems(), fsMenu, QMap< Key, T >::insert(), QString::isEmpty(), m_dev, and m_storage. Referenced by setupMenu(). |
|
|
Definition at line 144 of file mwindow.cpp. |
|
|
Definition at line 233 of file mwindow.cpp. References a_ShowFull, and m_VideoPlayer. Referenced by slotPlayCurrent(), and slotUserStop(). |
|
|
Definition at line 262 of file mainwindow.cpp. References ImageDisplay, m_aAutoRotate, m_aFullScreen, m_aUnscaled, m_aZoomer, m_DecBrightness, m_disp, m_gDisplayType, m_gPrevNext, m_hBright, m_hGroup, m_IncBrightness, m_view, raiseIconView(), slotFullScreenToggled(), slotShowInfo(), slotToggleAutorotate(), slotToggleAutoscale(), slotToggleFullScreen(), and slotToggleZoomer(). Referenced by slotConfig(), and slotDisplay(). |
|
|
Definition at line 257 of file mainwindow.cpp. References m_info, and slotDisplay(). Referenced by slotConfig(), and slotShowInfo(). |
|
||||||||||||||||||||
|
Definition at line 243 of file mainwindow.cpp. References Opie::Ui::OWidgetStack::addWidget(), m_cfg, m_stack, Opie::Ui::OWidgetStack::removeWidget(), and slotReturn(). |
|
|
Definition at line 782 of file mainwindow.cpp. References changeListMode(), m_aDirLong, m_aDirName, m_aDirShort, and val. Referenced by setupActions(). |
|
|
Definition at line 117 of file mwindow.cpp. References a_appendFiles, a_loadPlaylist, a_ShowMedia, a_showPlaylist, and playlistOnly. Referenced by setupVideo(), slotPlayCurrent(), and slotShowMediaWindow(). |
|
|
Definition at line 803 of file mainwindow.cpp. References check_view_fullscreen(), m_aFullScreen, m_disp, m_polishDone, m_setDocCalled, m_stack, m_view, Opie::Ui::OWidgetStack::mode(), odebug, oendl, ImageView::setCloseIfHide(), PIconView::setDoccalled(), and Opie::Ui::OWidgetStack::SmallScreen. |
|
|
Definition at line 413 of file mainwindow.cpp. References fsButton, ImageView::fullScreen(), ImageView::hide(), IconView, m_aDirUp, m_aShowInfo, m_aStartSlide, m_aViewfile, m_disp, m_gPrevNext, m_SmallWindow, m_stack, Opie::Ui::OWidgetStack::raiseWidget(), ImageView::stopSlide(), and toolBar. Referenced by closeEvent(), initDisp(), and slotReturn(). |
|
|
Definition at line 797 of file mainwindow.cpp. References autoSave, m_cfg, m_Intensity, Config::readBoolEntry(), and Config::readNumEntry(). Referenced by slotConfig(). |
|
|
Definition at line 461 of file mainwindow.cpp. References check_view_fullscreen(), AppLnk::file(), AppLnk::isValid(), m_polishDone, and slotDisplay(). |
|
|
|
|
|
|
Definition at line 682 of file mainwindow.cpp. References ImageView::fullScreen(), ImageView::hide(), Opie::MM::OImageScrollView::Intensity(), m_disp, Opie::MM::OImageScrollView::setIntensity(), TRUE, and Valuebox(). Referenced by setupActions(). |
|
|
|
|
|
Definition at line 731 of file mainwindow.cpp. References dirChanged(), dispMenu, fileMenu, fsMenu, listviewMenu, Opie::Core::OResource::loadPixmap(), m_aBeam, m_aDirUp, m_aForceSmall, m_aFullScreen, m_aHideToolbar, m_aSetup, m_aShowInfo, m_aStartSlide, m_aTrash, m_aViewfile, m_gDisplayType, m_gListViewMode, m_gPrevNext, m_hBright, settingsMenu, slotSelectDir(), Opie::Core::OResource::SmallIcon, and tr. |
|
|
Definition at line 398 of file mwindow.cpp. References a_appendFiles, a_removeFiles, a_ShowFull, a_ShowMedia, a_showPlaylist, m_menuBar, m_toolBar, and playersGroup. |
|
|
Definition at line 702 of file mainwindow.cpp. References changeDir(), fsButton, m_aBeam, m_aDirUp, m_aShowInfo, m_aTrash, m_gDisplayType, m_gPrevNext, m_SmallWindow, m_view, and toolBar. |
|
|
Definition at line 414 of file mwindow.cpp. References VideoWidget::fullScreen(), m_VideoPlayer, mediaWindowraised(), qApp, slotVideoclicked(), and stack_video. Referenced by slotPlayCurrent(), and slotToggleFull(). |
|
||||||||||||
|
Definition at line 305 of file mainwindow.cpp. References Opie::Ui::OWidgetStack::addWidget(), height, ImageDisplay, m_disp, m_stack, Opie::Ui::OWidgetStack::mode(), qApp, Opie::Ui::OWidgetStack::raiseWidget(), ImageView::setFullScreen(), Opie::Ui::OWidgetStack::SmallScreen, and width. Referenced by slotFullScreenButton(), and slotFullScreenToggled(). |
|
|
Definition at line 509 of file mainwindow.cpp. References autoSave, m_cfg, toolBar, and Config::writeEntry(). Referenced by setupActions(). |
|
|
Referenced by slotCheckPos(). |
|
|
Definition at line 481 of file mwindow.cpp. References m_pressed. |
|
|
Definition at line 486 of file mwindow.cpp. References m_pressed. |
|
|
Definition at line 491 of file mwindow.cpp. References m_VideoPlayer, and VideoWidget::scaleUp(). |
|
|
Definition at line 148 of file mwindow.cpp. References a_ShowMedia, a_showPlaylist, m_playing, m_PlayLib, and playlistOnly. |
|
|
Definition at line 310 of file mwindow.cpp. References XINE::Lib::currentTime(), m_playing, m_PlayLib, m_PosSlider, m_pressed, m_uppos, qApp, and sigPos(). Referenced by slotPlayCurrent(). |
|
|
|
Definition at line 378 of file mainwindow.cpp. References fsButton, ImageView::fullScreen(), ImageDisplay, initDisp(), m_aDirUp, m_aFullScreen, m_aShowInfo, m_aStartSlide, m_aViewfile, m_disp, m_gPrevNext, m_hBright, m_Intensity, m_setCurrentBrightness, m_SmallWindow, m_stack, Opie::Ui::OWidgetStack::raiseWidget(), Opie::MM::OImageScrollView::setImage(), Opie::MM::OImageScrollView::setIntensity(), slotFullScreenToggled(), toolBar, and TRUE. Referenced by initInfo(), and setDocument(). |
|
|
Definition at line 826 of file mainwindow.cpp. References autoSave, Opie::Ui::OWidgetStack::forceMode(), m_cfg, m_stack, Opie::Ui::OWidgetStack::NoForce, odebug, oendl, Opie::Ui::OWidgetStack::SmallScreen, and Config::writeEntry(). Referenced by setupActions(). |
|
|
Definition at line 294 of file mainwindow.cpp. References autoSave, m_cfg, m_disp, setupViewWindow(), and Config::writeEntry(). Referenced by setupActions(). |
|
|
Definition at line 343 of file mainwindow.cpp. References setupViewWindow(). Referenced by initDisp(), and slotDisplay(). |
|
|
Definition at line 288 of file mwindow.cpp. References m_LastItem, and slotPlayCurrent(). Referenced by slotStopped(). |
|
|
Definition at line 108 of file mwindow.cpp. References a_removeFiles, and playersGroup. |
|
|
Definition at line 474 of file mwindow.cpp. References m_PlayLib, m_uppos, and XINE::Lib::seekTo(). |
|
|
Definition at line 241 of file mwindow.cpp. References a_playAction, a_ShowFull, appTitle(), XINE::Lib::currentTime(), hideVideo(), PlaylistItem::isVideo(), XINE::Lib::length(), PlaylistItem::Lnk(), m_AudioPlayer, m_CurrentPos, m_LastItem, m_playing, m_PlayLib, m_PosSlider, m_uppos, m_VideoPlayer, mediaWindowraised(), odebug, oendl, VideoWidget::playFile(), AudioWidget::playFile(), setupVideo(), slotCheckPos(), slotShowList(), and stack_audio. Referenced by slotGoNext(), slotPlayList(), slotPlayNext(), and slotPlayPrevious(). |
|
|
Definition at line 191 of file mwindow.cpp. References m_LastItem, m_playing, m_PlayLib, slotPlayCurrent(), slotPlayNext(), and slotShowMediaWindow(). Referenced by slotTogglePlay(). |
|
|
Definition at line 280 of file mwindow.cpp. References m_LastItem, and slotPlayCurrent(). Referenced by slotPlayList(). |
|
|
Definition at line 294 of file mwindow.cpp. References m_LastItem, and slotPlayCurrent(). |
|
|
Definition at line 322 of file mwindow.cpp. References m_playing, and slotShowList(). |
|
|
Definition at line 434 of file mainwindow.cpp. References raiseIconView(). Referenced by initT(). |
|
|
Definition at line 115 of file mainwindow.cpp. References autoSave, m_aUnscaled, m_cfg, m_disp, and Config::writeEntry(). Referenced by setupActions(). |
|
|
Definition at line 125 of file mainwindow.cpp. References autoSave, m_aAutoRotate, m_aUnscaled, m_cfg, m_disp, odebug, oendl, and Config::writeEntry(). Referenced by setupActions(). |
|
|
Definition at line 483 of file mainwindow.cpp. References changeDir(), fsMenu, and m_dev. Referenced by setupMenu(). |
|
|
With big Screen the plan could be to 'detach' the image window if visible and to create a ne wone init* already supports it but I make no use of it for now. We set filename and raise ### FIXME and talk to alwin Definition at line 356 of file mainwindow.cpp. References fsButton, ImageView::fullScreen(), initInfo(), m_aDirUp, m_aNext, m_aPrevious, m_aShowInfo, m_aStartSlide, m_aViewfile, m_disp, m_info, m_SmallWindow, m_stack, Opie::Ui::OWidgetStack::raiseWidget(), imageinfo::setPath(), and toolBar. Referenced by initDisp(). |
|
|
Definition at line 161 of file mwindow.cpp. References a_removeFiles, a_ShowMedia, a_showPlaylist, m_playing, m_PlayLib, and playlistOnly. Referenced by slotPlayCurrent(), slotRemoveFiles(), and slotUserStop(). |
|
|
Definition at line 178 of file mwindow.cpp. References PlaylistItem::isVideo(), m_LastItem, m_playing, m_PlayLib, mediaWindowraised(), stack_audio, and stack_video. Referenced by slotPlayList(), and slotTogglePlay(). |
|
|
Definition at line 302 of file mwindow.cpp. References m_playing, odebug, oendl, and slotGoNext(). Referenced by checkLib(). |
|
|
Definition at line 104 of file mainwindow.cpp. References m_aAutoRotate. Referenced by initDisp(). |
|
|
Definition at line 110 of file mainwindow.cpp. References m_aUnscaled. Referenced by initDisp(). |
|
|
Definition at line 441 of file mwindow.cpp. References XINE::Lib::isShowingVideo(), m_PlayLib, m_VideoPlayer, XINE::Lib::pause(), and setupVideo(). Referenced by slotVideoclicked(). |
|
|
Definition at line 288 of file mainwindow.cpp. References m_aFullScreen. Referenced by initDisp(). |
|
|
Definition at line 218 of file mwindow.cpp. References m_playing, slotPlayList(), slotShowMediaWindow(), and slotUserStop(). |
|
|
Definition at line 89 of file mainwindow.cpp. References m_aZoomer. Referenced by initDisp(). |
|
|
Definition at line 207 of file mwindow.cpp. References appTitle(), hideVideo(), m_playing, m_PlayLib, m_PosSlider, slotShowList(), and XINE::Lib::stop(). Referenced by slotTogglePlay(). |
|
|
Definition at line 432 of file mwindow.cpp. References a_ShowFull, odebug, oendl, and slotToggleFull(). Referenced by setupVideo(). |
|
|
Definition at line 94 of file mainwindow.cpp. References autoSave, m_cfg, m_disp, Opie::MM::OImageScrollView::setShowZoomer(), and Config::writeEntry(). Referenced by setupActions(). |
|
||||||||||||||||||||||||
|
Definition at line 841 of file mainwindow.cpp. References m_Intensity, and tr. Referenced by setupBrightness(). |
|
|
|
|
|
Definition at line 88 of file mwindow.h. Referenced by mediaWindowraised(), and setupToolBar(). |
|
|
Definition at line 90 of file mwindow.h. Referenced by mediaWindowraised(). |
|
|
Definition at line 88 of file mwindow.h. Referenced by slotPlayCurrent(). |
|
|
|
|
|
|
|
|
Definition at line 88 of file mwindow.h. Referenced by setupToolBar(), slotListChanged(), and slotShowList(). |
|
|
|
|
|
|
|
|
Definition at line 89 of file mwindow.h. Referenced by hideVideo(), setupToolBar(), slotPlayCurrent(), and slotVideoclicked(). |
|
|
Definition at line 89 of file mwindow.h. Referenced by mediaWindowraised(), setupToolBar(), slotAppendFiles(), and slotShowList(). |
|
|
Definition at line 88 of file mwindow.h. Referenced by mediaWindowraised(), setupToolBar(), slotAppendFiles(), and slotShowList(). |
|
|
|
|
|
|
|
|
Definition at line 84 of file mainwindow.h. Referenced by readConfig(), setupActions(), showToolbar(), slotForceSmall(), slotFullScreenButton(), slotRotateToggled(), slotScaleToggled(), and slotZoomerToggled(). |
|
|
|
|
|
Definition at line 94 of file mwindow.h. Referenced by setupMenu(). |
|
|
|
|
|
Definition at line 91 of file mainwindow.h. Referenced by setupMenu(). |
|
|
Definition at line 89 of file mainwindow.h. Referenced by raiseIconView(), setupToolbar(), slotDisplay(), and slotShowInfo(). |
|
|
Definition at line 91 of file mainwindow.h. Referenced by dirChanged(), setupMenu(), and slotSelectDir(). |
|
|
Definition at line 91 of file mainwindow.h. Referenced by setupMenu(). |
|
|
Definition at line 96 of file mainwindow.h. Referenced by initDisp(), setupActions(), slotScaleToggled(), and slotToggleAutorotate(). |
|
|
Definition at line 92 of file mainwindow.h. Referenced by setupActions(), setupMenu(), and setupToolbar(). |
|
|
Definition at line 93 of file mainwindow.h. Referenced by listviewselected(), and setupActions(). |
|
|
Definition at line 93 of file mainwindow.h. Referenced by listviewselected(), and setupActions(). |
|
|
Definition at line 93 of file mainwindow.h. Referenced by listviewselected(), and setupActions(). |
|
|
Definition at line 92 of file mainwindow.h. Referenced by raiseIconView(), setupActions(), setupMenu(), setupToolbar(), slotDisplay(), and slotShowInfo(). |
|
|
Definition at line 96 of file mainwindow.h. Referenced by setupActions(), and setupMenu(). |
|
|
Definition at line 95 of file mainwindow.h. Referenced by check_view_fullscreen(), initDisp(), polish(), setupActions(), setupMenu(), slotDisplay(), and slotToggleFullScreen(). |
|
|
Definition at line 93 of file mainwindow.h. Referenced by setupActions(), and setupMenu(). |
|
|
Definition at line 95 of file mainwindow.h. Referenced by setupActions(), and slotShowInfo(). |
|
|
Definition at line 95 of file mainwindow.h. Referenced by setupActions(), and slotShowInfo(). |
|
|
Definition at line 93 of file mainwindow.h. Referenced by setupActions(), and setupMenu(). |
|
|
Definition at line 92 of file mainwindow.h. Referenced by raiseIconView(), setupActions(), setupMenu(), setupToolbar(), slotDisplay(), and slotShowInfo(). |
|
|
Definition at line 92 of file mainwindow.h. Referenced by raiseIconView(), setupActions(), setupMenu(), slotDisplay(), and slotShowInfo(). |
|
|
Definition at line 92 of file mainwindow.h. Referenced by setupActions(), setupMenu(), and setupToolbar(). |
|
|
Definition at line 83 of file mwindow.h. Referenced by slotPlayCurrent(). |
|
|
Definition at line 96 of file mainwindow.h. Referenced by initDisp(), setupActions(), slotRotateToggled(), slotScaleToggled(), and slotToggleAutoscale(). |
|
|
Definition at line 92 of file mainwindow.h. Referenced by raiseIconView(), setupActions(), setupMenu(), slotDisplay(), and slotShowInfo(). |
|
|
Definition at line 96 of file mainwindow.h. Referenced by initDisp(), setupActions(), and slotToggleZoomer(). |
|
|
Definition at line 79 of file mainwindow.h. Referenced by initT(), readConfig(), setupActions(), showToolbar(), slotConfig(), slotForceSmall(), slotFullScreenButton(), slotRotateToggled(), slotScaleToggled(), and slotZoomerToggled(). |
|
|
Definition at line 108 of file mwindow.h. Referenced by slotPlayCurrent(). |
|
|
Definition at line 97 of file mainwindow.h. Referenced by initDisp(), and setupActions(). |
|
|
Definition at line 106 of file mainwindow.h. Referenced by dirChanged(), and slotSelectDir(). |
|
|
Definition at line 83 of file mainwindow.h. Referenced by check_view_fullscreen(), closeEvent(), initDisp(), polish(), raiseIconView(), setupBrightness(), setupViewWindow(), slotConfig(), slotDisplay(), slotFullScreenButton(), slotRotateToggled(), slotScaleToggled(), slotShowInfo(), and slotZoomerToggled(). |
|
|
Definition at line 94 of file mainwindow.h. Referenced by initDisp(), setupActions(), setupMenu(), and setupToolbar(). |
|
|
Definition at line 94 of file mainwindow.h. Referenced by setupActions(), and setupMenu(). |
|
|
Definition at line 94 of file mainwindow.h. Referenced by initDisp(), raiseIconView(), setupActions(), setupMenu(), setupToolbar(), and slotDisplay(). |
|
|
Definition at line 94 of file mainwindow.h. Referenced by initDisp(), setupActions(), setupMenu(), and slotDisplay(). |
|
|
Definition at line 94 of file mainwindow.h. Referenced by initDisp(), and setupActions(). |
|
|
Definition at line 97 of file mainwindow.h. Referenced by initDisp(), and setupActions(). |
|
|
Definition at line 82 of file mainwindow.h. Referenced by closeEvent(), initInfo(), slotConfig(), and slotShowInfo(). |
|
|
Definition at line 88 of file mainwindow.h. Referenced by readConfig(), slotConfig(), slotDisplay(), and Valuebox(). |
|
|
Definition at line 109 of file mwindow.h. Referenced by slotGoNext(), slotPlayCurrent(), slotPlayList(), slotPlayNext(), slotPlayPrevious(), and slotShowMediaWindow(). |
|
|
|
|
|
Definition at line 95 of file mwindow.h. Referenced by setupToolBar(). |
|
|
Definition at line 104 of file mwindow.h. Referenced by slotAppendFiles(), slotCheckPos(), slotPlayCurrent(), slotPlayList(), slotRemoveFiles(), slotShowList(), slotShowMediaWindow(), slotStopped(), slotTogglePlay(), and slotUserStop(). |
|
|
Definition at line 96 of file mwindow.h. Referenced by checkLib(), slotAppendFiles(), slotCheckPos(), slotNewPos(), slotPlayCurrent(), slotPlayList(), slotShowList(), slotShowMediaWindow(), slotToggleFull(), and slotUserStop(). |
|
|
|
|
|
Definition at line 86 of file mainwindow.h. Referenced by polish(), and setDocument(). |
|
|
Definition at line 86 of file mwindow.h. Referenced by slotCheckPos(), slotPlayCurrent(), and slotUserStop(). |
|
|
Definition at line 105 of file mwindow.h. Referenced by sliderPressed(), sliderReleased(), and slotCheckPos(). |
|
|
Definition at line 96 of file mainwindow.h. Referenced by setupActions(), and slotDisplay(). |
|
|
Definition at line 85 of file mainwindow.h. Referenced by closeEvent(), and polish(). |
|
|
|
|
|
Definition at line 87 of file mainwindow.h. Referenced by raiseIconView(), setupActions(), setupToolbar(), slotDisplay(), and slotShowInfo(). |
|
|
|
|
|
Definition at line 80 of file mainwindow.h. Referenced by closeEvent(), initT(), polish(), raiseIconView(), setupActions(), setupViewWindow(), slotConfig(), slotDisplay(), slotForceSmall(), and slotShowInfo(). |
|
|
Definition at line 105 of file mainwindow.h. Referenced by dirChanged(). |
|
|
Definition at line 93 of file mwindow.h. Referenced by setupToolBar(). |
|
|
Definition at line 106 of file mwindow.h. Referenced by slotCheckPos(), slotNewPos(), and slotPlayCurrent(). |
|
|
Definition at line 84 of file mwindow.h. Referenced by hideVideo(), setupVideo(), slot_scaleupToggled(), slotPlayCurrent(), and slotToggleFull(). |
|
|
Definition at line 81 of file mainwindow.h. Referenced by check_view_fullscreen(), initDisp(), polish(), setupActions(), setupToolbar(), and slotConfig(). |
|
|
Definition at line 92 of file mwindow.h. Referenced by setupToolBar(), and slotListChanged(). |
|
|
Definition at line 92 of file mwindow.h. Referenced by mediaWindowraised(), slotAppendFiles(), and slotShowList(). |
|
|
|
|
|
|
|
|
Definition at line 91 of file mainwindow.h. Referenced by setupMenu(). |
|
|
Definition at line 78 of file mwindow.h. Referenced by slotPlayCurrent(), and slotShowMediaWindow(). |
|
|
|
|
|
|
|
|
Definition at line 79 of file mwindow.h. Referenced by setupVideo(), and slotShowMediaWindow(). |
|
|
Definition at line 90 of file mainwindow.h. Referenced by raiseIconView(), setupToolbar(), showToolbar(), slotDisplay(), and slotShowInfo(). |
1.4.2