|
Hydra 0.20
|
Public Slots | |
| void | toggleFullScreen (void) |
| void | toggleSlideShow (void) |
Public Member Functions | |
| MainWindow (short initMode, std::shared_ptr< MainState > state=std::shared_ptr< MainState >(new MainState())) | |
| MainState & | mainState (void) const |
| std::shared_ptr< MainState > | mainStatePtr (void) const |
| desktop::FileList & | leftList (void) |
| const desktop::FileList & | leftList (void) const |
| void | buildMenuFile (QMenu &outmenu) |
| void | buildMenuImage (QMenu &outmenu) |
| void | buildMenuSelection (QMenu &outmenu) |
| void | buildMenuView (QMenu &outmenu) |
| void | buildMenuPlugin (QMenu &outmenu) |
| void | buildMenuWindow (QMenu &outmenu) |
| void | popupWidgetAsDockWidget (QWidget *w) |
| void | advanceAndPreloadSelectedFile (void) |
| void | setLastTag (const QString <) |
| const QString & | lastTag (void) const |
| returns the last tag | |
Static Public Attributes | |
| static const short | FULL_VIEW = 0 |
| static const short | VCR_VIEW = 1 |
| static const short | STRIP_VIEW = 2 |
| static const short | CATALOG_VIEW = 3 |
| static const short | LISTIMAGE_VIEW = 4 |
| static const short | THUMBS_VIEW = 11 |
Protected Member Functions | |
| QDockWidget * | dockifyWidget (QWidget *v) |
| virtual void | timerEvent (QTimerEvent *event) |
| void desktop::MainWindow::advanceAndPreloadSelectedFile | ( | void | ) |
Increment the current file, aswell as preload the next file in the cache.
In the future, this should be abtracted away to handle any FileList or ImageCache
| void desktop::MainWindow::setLastTag | ( | const QString & | lt | ) | [inline] |
Sets the "last tag". The last tag is the last keyword tag that was added to a record.