AlbumShaper
1.0a3
|
Widget which displays album name, description, representative image, and album shaper logo. More...
#include <titleWidget.h>
Public Slots | |
void | albumStatisticsClosed () |
Frees album statistics dialog once closed. More... | |
void | aboutClosed () |
Frees about dialog once closed. More... | |
void | helpClosed () |
Frees HelpWindow once closed. More... | |
void | quitApplication () |
Quit slot. More... | |
void | settingsWindowClosed () |
void | updateAlbumAnnotations () |
Updates subalbum annotations. More... | |
void | refreshCollectionAnnotations (Subalbum *collection) |
Update displayed collection name and cover image. More... | |
void | setAlbumImage (Photo *photo) |
Sets the album image to the passed in photo. More... | |
void | setSubalbumImage (Photo *photo) |
Sets the subalbum image to the passed in photo. More... | |
void | aboutProgram (int mode=ABOUT) |
Pops up about dialog. More... | |
void | help () |
Pops up HelpWindow. More... | |
void | windowStateChanged (bool state) |
Enables/disables "minimize" window menu entry depending on window state. More... | |
void | updateMenus (bool anySelected=false, bool anyRevertable=false) |
update begin presentation menu entry - disabled when no photos in album More... | |
Signals | |
void | subalbumNameChanged () |
Emitted when user changes subalbum name. More... | |
Public Member Functions | |
TitleWidget (QWidget *parent=0, const char *name=0) | |
Creates layout. More... | |
~TitleWidget () | |
Deletes stuff! More... | |
void | useAnimation (bool val) |
Use animation for rep images? More... | |
void | setAlbum (Album *val) |
Sets new pointer to the album object. More... | |
Album * | getAlbum () |
Returns a pointer to the album object. More... | |
void | refresh () |
Refreshs data from backend objects. More... | |
bool | getBusy () |
is program busy? More... | |
void | setBusy (bool val) |
set program busy state More... | |
RecentAlbums * | getRecentAlbums () |
returns handle to recent albums object More... | |
Protected Member Functions | |
void | dragEnterEvent (QDragEnterEvent *e) |
void | dropEvent (QDropEvent *e) |
QString | createTmpDir (QString albumPath=QString::null) |
Private Slots | |
void | storeAnnotations () |
Store annotations. More... | |
void | setAlbumImage () |
Sets the Album Image. More... | |
void | unsetAlbumImage () |
Unsets the Album Image. More... | |
void | setSubalbumImage () |
Sets the Subalbum Image. More... | |
void | unsetSubalbumImage () |
Unsets the Subalbum Image. More... | |
void | newAlbum () |
Resets to empty album. More... | |
void | loadAlbum () |
Loads an album specified with file chooser. More... | |
void | loadRecentAlbum (int index) |
Loads a recent album. More... | |
bool | proceedWithLoad () |
Helper function for load methods, checks if there are any unsaved changes and if so warns user any such changes will be lost if they proceed. More... | |
void | loadAlbum (QString location) |
Loads a specified album. More... | |
void | saveAlbum () |
Saves album. More... | |
void | saveAsAlbum () |
Saves album as. More... | |
void | revertToSaved () |
Revert to last saved album. More... | |
void | exportSmallWebGallery () |
Export small web gallery (excludes full size images and Album.xml file) More... | |
void | exportLargeImages () |
Export large images only to a new directory for printing purposes. More... | |
void | settings () |
Pops up settings window. More... | |
void | removeSelectedPhotoDesc () |
Strip descriptions from selected photos. More... | |
void | revertPhotos () |
Revert selected photos to original form. More... | |
void | albumStatistics () |
Pops up album statistics window. More... | |
void | clearOpenRecentMenu () |
Clears albums from open recent menu. More... | |
Private Member Functions | |
void | populateOpenRecentMenu () |
Populates the open recent menu with a default set of 9 items + clear. More... | |
void | refreshOpenRecentMenu () |
Refreshes open recent menu. More... | |
Widget which displays album name, description, representative image, and album shaper logo.
Definition at line 56 of file titleWidget.h.
TitleWidget::TitleWidget | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Creates layout.
Store parent pointer
program not busy at first
no windows open by default
Definition at line 68 of file titleWidget.cpp.
References about, aboutProgram(), albm, albumAnnotationFrame, albumAnnotationGrid, albumAuthor, albumAuthorVal, albumDescription, albumDescriptionVal, albumImage, albumName, albumNameVal, albumStatistics(), albumStats, busy, createTmpDir(), detectModifications, EXPORT_LARGE_IMAGES, EXPORT_SMALL_WEB_GALLERY, exportLargeImages(), exportSmallWebGallery(), file, Window::getConfig(), RecentAlbums::getMaxItems(), Configuration::getString(), Album::getTmpDir(), help(), helpMenu, helpWindow, IMAGE_PATH, RecentAlbums::insertEntry(), loadAlbum(), mainFrame, mainGrid, menu, NEW_ALBUM, newAlbum(), OPEN_ALBUM, openRecent, photoMenu, populateOpenRecentMenu(), quitApplication(), recentAlbums, refreshOpenRecentMenu(), REMOVE_DESCRIPTIONS, removeSelectedPhotoDesc(), REP_IMAGE_HEIGHT, REVERT_PHOTOS, REVERT_TO_SAVED_ALBUM, revertPhotos(), revertToSaved(), SAVE_ALBUM, saveAlbum(), SAVEAS_ALBUM, saveAsAlbum(), settings(), settingsWindow, storeAnnotations(), subalbumAnnotationFrame, subalbumAnnotationGrid, subalbumDescription, subalbumDescriptionVal, subalbumImage, subalbumName, subalbumNameVal, tmpDirErrorDesc, tmpDirErrorMessage, tools, unsetAlbumImage(), unsetSubalbumImage(), WIDGET_SPACING, and window.
TitleWidget::~TitleWidget | ( | ) |
|
slot |
Frees about dialog once closed.
Definition at line 1234 of file titleWidget.cpp.
References about.
Referenced by aboutProgram().
|
slot |
Pops up about dialog.
Definition at line 1196 of file titleWidget.cpp.
References about, aboutClosed(), and centerWindow().
Referenced by WelcomeWindow::itemClicked(), and TitleWidget().
|
privateslot |
Pops up album statistics window.
Definition at line 1137 of file titleWidget.cpp.
References albm, albumStatisticsClosed(), albumStats, and centerWindow().
Referenced by TitleWidget().
|
slot |
Frees album statistics dialog once closed.
Definition at line 1228 of file titleWidget.cpp.
References albumStats.
Referenced by albumStatistics().
|
privateslot |
Clears albums from open recent menu.
Definition at line 1365 of file titleWidget.cpp.
References RecentAlbums::clearList(), recentAlbums, and refreshOpenRecentMenu().
Referenced by populateOpenRecentMenu().
|
protected |
Definition at line 1306 of file titleWidget.cpp.
References Window::getConfig(), Configuration::getString(), Configuration::resetSetting(), window, and windowStateChanged().
Referenced by loadAlbum(), newAlbum(), and TitleWidget().
|
protected |
Definition at line 1283 of file titleWidget.cpp.
|
protected |
Definition at line 1288 of file titleWidget.cpp.
References Window::getLayout(), SubalbumWidget::getPhotos(), LayoutWidget::getSubalbum(), setAlbumImage(), setSubalbumImage(), width, and window.
|
privateslot |
Export large images only to a new directory for printing purposes.
Definition at line 806 of file titleWidget.cpp.
References Album::exportLargeImages(), fixFilename(), getAlbum(), Window::getConfig(), Window::getLayout(), Album::getName(), Album::getNumPhotos(), Album::getSaveLocation(), Window::getStatus(), Configuration::getString(), LayoutWidget::getSubalbum(), LayoutWidget::getSubalbums(), Album::prevSave(), setBusy(), StatusWidget::setStatus(), StatusWidget::showProgressBar(), SubalbumsWidget::updateButtons(), SubalbumWidget::updateButtons(), and window.
Referenced by TitleWidget().
|
privateslot |
Export small web gallery (excludes full size images and Album.xml file)
Definition at line 706 of file titleWidget.cpp.
References Album::exportCompressedWebAlbum(), fixFilename(), getAlbum(), Window::getConfig(), Window::getLayout(), Album::getName(), Album::getNumPhotos(), Album::getSaveLocation(), Window::getStatus(), Configuration::getString(), LayoutWidget::getSubalbum(), LayoutWidget::getSubalbums(), Album::prevSave(), setBusy(), StatusWidget::setStatus(), StatusWidget::showProgressBar(), SaveDialog::themeAvailable(), SubalbumsWidget::updateButtons(), SubalbumWidget::updateButtons(), and window.
Referenced by TitleWidget().
Album * TitleWidget::getAlbum | ( | ) |
Returns a pointer to the album object.
Definition at line 493 of file titleWidget.cpp.
References albm.
Referenced by Window::closeEvent(), SubalbumsWidget::createAction(), SubalbumsWidget::deleteAction(), exportLargeImages(), exportSmallWebGallery(), SubalbumsWidget::refreshCollectionsList(), SubalbumsWidget::reorder(), saveAlbum(), and saveAsAlbum().
bool TitleWidget::getBusy | ( | ) |
is program busy?
Definition at line 1252 of file titleWidget.cpp.
References busy.
Referenced by SubalbumsWidget::handleSelectionAttempt().
RecentAlbums * TitleWidget::getRecentAlbums | ( | ) |
returns handle to recent albums object
Definition at line 1546 of file titleWidget.cpp.
References recentAlbums.
Referenced by Window::~Window().
|
slot |
Pops up HelpWindow.
Definition at line 1212 of file titleWidget.cpp.
References centerWindow(), helpClosed(), and helpWindow.
Referenced by WelcomeWindow::itemClicked(), and TitleWidget().
|
slot |
Frees HelpWindow once closed.
Definition at line 1240 of file titleWidget.cpp.
References helpWindow.
Referenced by help().
|
privateslot |
Loads an album specified with file chooser.
make sure we want to proceed
Definition at line 627 of file titleWidget.cpp.
References Window::getConfig(), Configuration::getString(), proceedWithLoad(), Configuration::resetSetting(), and window.
Referenced by loadRecentAlbum(), revertToSaved(), and TitleWidget().
|
privateslot |
Loads a specified album.
Definition at line 895 of file titleWidget.cpp.
References albm, ALBUM_LOADED, ALBUM_READ_ERROR, ALBUM_XML_ERROR, createTmpDir(), file, Configuration::getBool(), Window::getConfig(), Album::getFirstSubalbum(), Window::getLayout(), Album::getName(), Album::getNumPhotos(), Album::getSaveLocation(), Window::getStatus(), Configuration::getString(), LayoutWidget::getSubalbum(), LayoutWidget::getSubalbums(), Album::getTmpDir(), StatusWidget::grabInput(), Album::importFromDisk(), RecentAlbums::insertEntry(), quitApplication(), recentAlbums, refresh(), refreshOpenRecentMenu(), StatusWidget::releaseInput(), ALabel::removePixmap(), REVERT_TO_SAVED_ALBUM, setBusy(), Album::setModified(), Configuration::setString(), SubalbumWidget::setSubalbum(), subalbumAnnotationFrame, subalbumImage, tmpDirErrorDesc, tmpDirErrorMessage, SubalbumsWidget::updateButtons(), SubalbumWidget::updateButtons(), updateMenus(), and window.
|
privateslot |
Loads a recent album.
make sure we want to proceed
Definition at line 654 of file titleWidget.cpp.
References RecentAlbums::getEntry(), loadAlbum(), proceedWithLoad(), and recentAlbums.
Referenced by populateOpenRecentMenu().
|
privateslot |
Resets to empty album.
Definition at line 585 of file titleWidget.cpp.
References albm, albumImage, Album::albumModified(), createTmpDir(), file, Configuration::getBool(), Window::getConfig(), Window::getLayout(), Configuration::getString(), LayoutWidget::getSubalbum(), Album::getTmpDir(), quitApplication(), refresh(), ALabel::removePixmap(), REVERT_TO_SAVED_ALBUM, Album::setModified(), SubalbumWidget::setSubalbum(), subalbumImage, tmpDirErrorDesc, tmpDirErrorMessage, and window.
Referenced by TitleWidget().
|
private |
Populates the open recent menu with a default set of 9 items + clear.
Definition at line 1374 of file titleWidget.cpp.
References clearOpenRecentMenu(), customRecentMenuItems, RecentAlbums::getMaxItems(), loadRecentAlbum(), numRecentMenuItems, openRecent, recentAlbums, and recentMenuItems.
Referenced by TitleWidget().
|
privateslot |
Helper function for load methods, checks if there are any unsaved changes and if so warns user any such changes will be lost if they proceed.
Definition at line 665 of file titleWidget.cpp.
References albm, Album::albumModified(), Configuration::getBool(), Window::getConfig(), and window.
Referenced by loadAlbum(), and loadRecentAlbum().
|
slot |
Quit slot.
Definition at line 1278 of file titleWidget.cpp.
References window.
Referenced by loadAlbum(), newAlbum(), and TitleWidget().
void TitleWidget::refresh | ( | ) |
Refreshs data from backend objects.
Definition at line 572 of file titleWidget.cpp.
References Window::refresh(), updateAlbumAnnotations(), and window.
Referenced by loadAlbum(), and newAlbum().
|
slot |
Update displayed collection name and cover image.
Definition at line 455 of file titleWidget.cpp.
References detectModifications, Subalbum::getDescription(), Subalbum::getName(), Subalbum::getRepresentativeImage(), LARGE, ALabel::removePixmap(), ALabel::setPixmap(), SMALL, subalbumAnnotationFrame, subalbumDescriptionVal, subalbumImage, and subalbumNameVal.
|
private |
Refreshes open recent menu.
Definition at line 1441 of file titleWidget.cpp.
References RecentAlbumMenuItem::changeItem(), customRecentMenuItems, RecentAlbums::getEntry(), RecentAlbums::numEntries(), numRecentMenuItems, openRecent, recentAlbums, recentMenuItems, scaleImage(), RecentAlbumMenuItem::setMaxWidth(), and width.
Referenced by clearOpenRecentMenu(), loadAlbum(), saveAlbum(), saveAsAlbum(), and TitleWidget().
|
privateslot |
Strip descriptions from selected photos.
Definition at line 1153 of file titleWidget.cpp.
References SubalbumWidget::anyPhotosSelected(), Configuration::getBool(), Window::getConfig(), Window::getLayout(), LayoutWidget::getSubalbum(), SubalbumWidget::stripDescriptionsFromSelectedPhotos(), and window.
Referenced by TitleWidget().
|
privateslot |
Revert selected photos to original form.
Definition at line 1175 of file titleWidget.cpp.
References Window::getLayout(), LayoutWidget::revertPhotos(), and window.
Referenced by TitleWidget().
|
privateslot |
Revert to last saved album.
make sure we want to proceed
Definition at line 682 of file titleWidget.cpp.
References albm, Album::albumModified(), Configuration::getBool(), Window::getConfig(), Album::getSaveLocation(), loadAlbum(), and window.
Referenced by TitleWidget().
|
privateslot |
Saves album.
Definition at line 991 of file titleWidget.cpp.
References albm, Album::exportToDisk(), file, getAlbum(), Window::getConfig(), Window::getLayout(), Album::getName(), Album::getNumPhotos(), Album::getSaveLocation(), Window::getStatus(), LayoutWidget::getSubalbum(), LayoutWidget::getSubalbums(), RecentAlbums::insertEntry(), recentAlbums, refreshOpenRecentMenu(), REVERT_TO_SAVED_ALBUM, saveAsAlbum(), setBusy(), Configuration::setString(), SaveDialog::themeAvailable(), SubalbumsWidget::updateButtons(), SubalbumWidget::updateButtons(), and window.
Referenced by TitleWidget().
|
privateslot |
Saves album as.
Definition at line 1040 of file titleWidget.cpp.
References albm, albumAuthorVal, Album::exportToDisk(), file, getAlbum(), Window::getConfig(), Window::getLayout(), Album::getName(), Album::getNumPhotos(), Album::getSaveLocation(), Window::getStatus(), Configuration::getString(), LayoutWidget::getSubalbum(), LayoutWidget::getSubalbums(), Album::getTheme(), RecentAlbums::insertEntry(), recentAlbums, refreshOpenRecentMenu(), REVERT_TO_SAVED_ALBUM, SaveDialog::selectThemeAndPath(), setBusy(), Configuration::setString(), SubalbumsWidget::updateButtons(), SubalbumWidget::updateButtons(), and window.
Referenced by saveAlbum(), and TitleWidget().
void TitleWidget::setAlbum | ( | Album * | val | ) |
Sets new pointer to the album object.
Definition at line 486 of file titleWidget.cpp.
References albm.
|
slot |
Sets the album image to the passed in photo.
Definition at line 510 of file titleWidget.cpp.
References albm, albumImage, Photo::getImageFilename(), Album::getRepresentativeImage(), ALabel::setPixmap(), Album::setRepresentativeImages(), and SMALL.
|
privateslot |
Sets the Album Image.
Definition at line 498 of file titleWidget.cpp.
References Window::getLayout(), SubalbumWidget::getSelectedPhoto(), LayoutWidget::getSubalbum(), and window.
Referenced by dropEvent().
void TitleWidget::setBusy | ( | bool | val | ) |
set program busy state
Definition at line 1257 of file titleWidget.cpp.
References busy, file, NEW_ALBUM, OPEN_ALBUM, SAVE_ALBUM, and SAVEAS_ALBUM.
Referenced by SubalbumWidget::addImageAction(), exportLargeImages(), exportSmallWebGallery(), loadAlbum(), SubalbumWidget::removeImageAction(), SubalbumWidget::rotate270ImageAction(), SubalbumWidget::rotate90ImageAction(), saveAlbum(), and saveAsAlbum().
|
slot |
Sets the subalbum image to the passed in photo.
Definition at line 542 of file titleWidget.cpp.
References SubalbumsWidget::getCurrentSelection(), Window::getLayout(), Subalbum::getRepresentativeImage(), LayoutWidget::getSubalbum(), SubalbumWidget::getSubalbum(), LayoutWidget::getSubalbums(), Photo::getThumbnailFilename(), MEDIUM, ALabel::setPixmap(), Subalbum::setRepresentativeImage(), SMALL, subalbumImage, and window.
|
privateslot |
Sets the Subalbum Image.
Definition at line 530 of file titleWidget.cpp.
References Window::getLayout(), SubalbumWidget::getSelectedPhoto(), LayoutWidget::getSubalbum(), and window.
Referenced by dropEvent().
|
privateslot |
Pops up settings window.
Definition at line 1180 of file titleWidget.cpp.
References centerWindow(), Window::getConfig(), settingsWindow, settingsWindowClosed(), and window.
Referenced by TitleWidget().
|
slot |
Definition at line 1246 of file titleWidget.cpp.
References settingsWindow.
Referenced by settings().
|
privateslot |
Store annotations.
Definition at line 404 of file titleWidget.cpp.
References albm, albumAuthorVal, albumDescriptionVal, albumNameVal, detectModifications, Window::getLayout(), Subalbum::getName(), SubalbumsWidget::getSelectedSubalbum(), LayoutWidget::getSubalbums(), Album::setAuthor(), Subalbum::setDescription(), Album::setDescription(), Subalbum::setName(), Album::setName(), subalbumDescriptionVal, subalbumNameChanged(), subalbumNameVal, and window.
Referenced by TitleWidget().
|
signal |
Emitted when user changes subalbum name.
Referenced by storeAnnotations().
|
privateslot |
Unsets the Album Image.
Definition at line 525 of file titleWidget.cpp.
References albm, and Album::setRepresentativeImages().
Referenced by TitleWidget().
|
privateslot |
Unsets the Subalbum Image.
Definition at line 561 of file titleWidget.cpp.
References SubalbumsWidget::getCurrentSelection(), Window::getLayout(), Subalbum::getRepresentativeImage(), LayoutWidget::getSubalbums(), MEDIUM, Subalbum::setRepresentativeImage(), and window.
Referenced by TitleWidget().
|
slot |
Updates subalbum annotations.
Definition at line 431 of file titleWidget.cpp.
References albm, albumAuthorVal, albumDescriptionVal, albumImage, albumNameVal, detectModifications, Album::getAuthor(), Album::getDescription(), Album::getName(), Album::getRepresentativeImage(), LARGE, ALabel::removePixmap(), ALabel::setPixmap(), and SMALL.
Referenced by refresh().
|
slot |
update begin presentation menu entry - disabled when no photos in album
Definition at line 1551 of file titleWidget.cpp.
References photoMenu, REMOVE_DESCRIPTIONS, and REVERT_PHOTOS.
Referenced by SubalbumWidget::addImageAction(), SubalbumsWidget::deleteAction(), loadAlbum(), and LayoutWidget::photoStateChangedEvent().
void TitleWidget::useAnimation | ( | bool | val | ) |
Use animation for rep images?
Definition at line 379 of file titleWidget.cpp.
References albumImage, FADE_TRANSITION, ALabel::setAnimationMethods(), SLIDE_IN_LEFT, SLIDE_OUT_LEFT, and subalbumImage.
Referenced by Window::Window().
|
slot |
Enables/disables "minimize" window menu entry depending on window state.
Definition at line 1359 of file titleWidget.cpp.
Referenced by createTmpDir(), Window::event(), Window::hideEvent(), and Window::showEvent().
|
private |
About dialog pointer.
Definition at line 277 of file titleWidget.h.
Referenced by aboutClosed(), aboutProgram(), and TitleWidget().
|
private |
Backend album object.
Definition at line 265 of file titleWidget.h.
Referenced by albumStatistics(), getAlbum(), loadAlbum(), newAlbum(), proceedWithLoad(), revertToSaved(), saveAlbum(), saveAsAlbum(), setAlbum(), setAlbumImage(), storeAnnotations(), TitleWidget(), unsetAlbumImage(), updateAlbumAnnotations(), and ~TitleWidget().
|
private |
Definition at line 246 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
|
private |
Definition at line 252 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
Definition at line 253 of file titleWidget.h.
Referenced by saveAsAlbum(), storeAnnotations(), TitleWidget(), and updateAlbumAnnotations().
|
private |
Definition at line 250 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
Definition at line 251 of file titleWidget.h.
Referenced by storeAnnotations(), TitleWidget(), and updateAlbumAnnotations().
|
private |
Definition at line 247 of file titleWidget.h.
Referenced by newAlbum(), setAlbumImage(), TitleWidget(), updateAlbumAnnotations(), and useAnimation().
|
private |
Definition at line 248 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
Definition at line 249 of file titleWidget.h.
Referenced by storeAnnotations(), TitleWidget(), and updateAlbumAnnotations().
|
private |
Album Statistics dialog pointer.
Definition at line 271 of file titleWidget.h.
Referenced by albumStatistics(), albumStatisticsClosed(), and TitleWidget().
|
private |
tools menu item id's
Definition at line 302 of file titleWidget.h.
|
private |
Definition at line 303 of file titleWidget.h.
|
private |
Is the program currently busy? helps block other operations.
Definition at line 283 of file titleWidget.h.
Referenced by getBusy(), setBusy(), and TitleWidget().
|
private |
cached set button state
Definition at line 306 of file titleWidget.h.
|
private |
Definition at line 221 of file titleWidget.h.
Referenced by populateOpenRecentMenu(), and refreshOpenRecentMenu().
|
private |
Definition at line 286 of file titleWidget.h.
Referenced by refreshCollectionAnnotations(), storeAnnotations(), TitleWidget(), and updateAlbumAnnotations().
|
private |
Definition at line 295 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
Definition at line 294 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
File menu.
Definition at line 215 of file titleWidget.h.
Referenced by loadAlbum(), newAlbum(), saveAlbum(), saveAsAlbum(), setBusy(), and TitleWidget().
|
private |
Window menu, only used in OSX.
Help menu
Definition at line 238 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
HelpWindow pointer.
Definition at line 280 of file titleWidget.h.
Referenced by help(), helpClosed(), and TitleWidget().
|
private |
Definition at line 242 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
|
private |
Menubar file menu and help menu inserted in.
Definition at line 212 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
Definition at line 289 of file titleWidget.h.
Referenced by setBusy(), and TitleWidget().
|
private |
Definition at line 220 of file titleWidget.h.
Referenced by populateOpenRecentMenu(), and refreshOpenRecentMenu().
|
private |
Definition at line 290 of file titleWidget.h.
Referenced by setBusy(), and TitleWidget().
|
private |
Open recent submenu.
Definition at line 218 of file titleWidget.h.
Referenced by populateOpenRecentMenu(), refreshOpenRecentMenu(), and TitleWidget().
|
private |
Photos menu.
Definition at line 225 of file titleWidget.h.
Referenced by TitleWidget(), and updateMenus().
|
private |
Definition at line 312 of file titleWidget.h.
Referenced by clearOpenRecentMenu(), getRecentAlbums(), loadAlbum(), loadRecentAlbum(), populateOpenRecentMenu(), refreshOpenRecentMenu(), saveAlbum(), saveAsAlbum(), and TitleWidget().
|
private |
Definition at line 219 of file titleWidget.h.
Referenced by populateOpenRecentMenu(), and refreshOpenRecentMenu().
|
private |
photos menu item id's
Definition at line 298 of file titleWidget.h.
Referenced by TitleWidget(), and updateMenus().
|
private |
Definition at line 299 of file titleWidget.h.
Referenced by TitleWidget(), and updateMenus().
|
private |
Definition at line 293 of file titleWidget.h.
Referenced by loadAlbum(), newAlbum(), saveAlbum(), saveAsAlbum(), and TitleWidget().
|
private |
Definition at line 291 of file titleWidget.h.
Referenced by setBusy(), and TitleWidget().
|
private |
Definition at line 292 of file titleWidget.h.
Referenced by setBusy(), and TitleWidget().
|
private |
Settings dialog pointer.
Definition at line 274 of file titleWidget.h.
Referenced by settings(), settingsWindowClosed(), and TitleWidget().
|
private |
Definition at line 257 of file titleWidget.h.
Referenced by loadAlbum(), refreshCollectionAnnotations(), and TitleWidget().
|
private |
Subalbum annotation grid.
Definition at line 256 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
Definition at line 261 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
Definition at line 262 of file titleWidget.h.
Referenced by refreshCollectionAnnotations(), storeAnnotations(), and TitleWidget().
|
private |
Definition at line 258 of file titleWidget.h.
Referenced by loadAlbum(), newAlbum(), refreshCollectionAnnotations(), setSubalbumImage(), TitleWidget(), and useAnimation().
|
private |
Definition at line 259 of file titleWidget.h.
Referenced by TitleWidget().
|
private |
Definition at line 260 of file titleWidget.h.
Referenced by refreshCollectionAnnotations(), storeAnnotations(), and TitleWidget().
|
private |
Definition at line 309 of file titleWidget.h.
Referenced by loadAlbum(), newAlbum(), and TitleWidget().
|
private |
error message and description when temp directory cannot be created
Definition at line 309 of file titleWidget.h.
Referenced by loadAlbum(), newAlbum(), and TitleWidget().
|
private |
|
private |
Window pointer.
Definition at line 268 of file titleWidget.h.
Referenced by createTmpDir(), dropEvent(), exportLargeImages(), exportSmallWebGallery(), loadAlbum(), newAlbum(), proceedWithLoad(), quitApplication(), refresh(), removeSelectedPhotoDesc(), revertPhotos(), revertToSaved(), saveAlbum(), saveAsAlbum(), setAlbumImage(), setSubalbumImage(), settings(), storeAnnotations(), TitleWidget(), and unsetSubalbumImage().