#include <titleWidget.h>
Inheritance diagram for TitleWidget:
Definition at line 49 of file titleWidget.h.
Public Slots | |
void | albumStatisticsClosed () |
Frees album statistics dialog once closed. | |
void | aboutClosed () |
Frees about dialog once closed. | |
void | helpClosed () |
Frees HelpWindow once closed. | |
void | quitApplication () |
Quit slot. | |
void | settingsWindowClosed () |
void | updateAlbumAnnotations () |
Updates subalbum annotations. | |
void | refreshCollectionAnnotations (Subalbum *collection) |
Update displayed collection name and cover image. | |
void | setAlbumImage (Photo *photo) |
Sets the album image to the passed in photo. | |
void | setSubalbumImage (Photo *photo) |
Sets the subalbum image to the passed in photo. | |
void | aboutProgram (int mode=ABOUT) |
Pops up about dialog. | |
void | help () |
Pops up HelpWindow. | |
void | windowStateChanged (bool state) |
Enables/disables "minimize" window menu entry depending on window state. | |
void | updateMenus (bool anySelected=false, bool anyRevertable=false) |
update begin presentation menu entry - disabled when no photos in album | |
Signals | |
void | subalbumNameChanged () |
Emitted when user changes subalbum name. | |
Public Member Functions | |
TitleWidget (QWidget *parent=0, const char *name=0) | |
Creates layout. | |
~TitleWidget () | |
Deletes stuff! | |
void | useAnimation (bool val) |
Use animation for rep images? | |
void | setAlbum (Album *val) |
Sets new pointer to the album object. | |
Album * | getAlbum () |
Returns a pointer to the album object. | |
void | refresh () |
Refreshs data from backend objects. | |
bool | getBusy () |
is program busy? | |
void | setBusy (bool val) |
set program busy state | |
RecentAlbums * | getRecentAlbums () |
returns handle to recent albums object | |
Protected Member Functions | |
void | dragEnterEvent (QDragEnterEvent *e) |
void | dropEvent (QDropEvent *e) |
QString | createTmpDir (QString albumPath=QString::null) |
Private Slots | |
void | storeAnnotations () |
Store annotations. | |
void | setAlbumImage () |
Sets the Album Image. | |
void | unsetAlbumImage () |
Unsets the Album Image. | |
void | setSubalbumImage () |
Sets the Subalbum Image. | |
void | unsetSubalbumImage () |
Unsets the Subalbum Image. | |
void | newAlbum () |
Resets to empty album. | |
void | loadAlbum () |
Loads an album specified with file chooser. | |
void | loadRecentAlbum (int index) |
Loads a recent album. | |
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. | |
void | loadAlbum (QString location) |
Loads a specified album. | |
void | saveAlbum () |
Saves album. | |
void | saveAsAlbum () |
Saves album as. | |
void | revertToSaved () |
Revert to last saved album. | |
void | exportSmallWebGallery () |
Export small web gallery (excludes full size images and Album.xml file). | |
void | exportLargeImages () |
Export large images only to a new directory for printing purposes. | |
void | settings () |
Pops up settings window. | |
void | removeSelectedPhotoDesc () |
Strip descriptions from selected photos. | |
void | revertPhotos () |
Revert selected photos to original form. | |
void | albumStatistics () |
Pops up album statistics window. | |
void | clearOpenRecentMenu () |
Clears albums from open recent menu. | |
Private Member Functions | |
void | populateOpenRecentMenu () |
Populates the open recent menu with a default set of 9 items + clear. | |
void | refreshOpenRecentMenu () |
Refreshes open recent menu. | |
Private Attributes | |
QMenuBar * | menu |
Menubar file menu and help menu inserted in. | |
QPopupMenu * | file |
File menu. | |
QPopupMenu * | openRecent |
Open recent submenu. | |
int * | recentMenuItems |
int | numRecentMenuItems |
RecentAlbumMenuItem ** | customRecentMenuItems |
QPopupMenu * | photoMenu |
Photos menu. | |
QPopupMenu * | tools |
Tools menu. | |
QPopupMenu * | helpMenu |
Help menu. | |
QGridLayout * | mainGrid |
Main grid. | |
QFrame * | mainFrame |
QGridLayout * | albumAnnotationGrid |
Album annotation grid. | |
QFrame * | albumAnnotationFrame |
ALabel * | albumImage |
QLabel * | albumName |
QLineEdit * | albumNameVal |
QLabel * | albumDescription |
QLineEdit * | albumDescriptionVal |
QLabel * | albumAuthor |
QLineEdit * | albumAuthorVal |
QGridLayout * | subalbumAnnotationGrid |
Subalbum annotation grid. | |
QFrame * | subalbumAnnotationFrame |
ALabel * | subalbumImage |
QLabel * | subalbumName |
QLineEdit * | subalbumNameVal |
QLabel * | subalbumDescription |
QLineEdit * | subalbumDescriptionVal |
Album * | albm |
Backend album object. | |
Window * | window |
Window pointer. | |
AlbumStatistics * | albumStats |
Album Statistics dialog pointer. | |
ConfigurationWidget * | settingsWindow |
Settings dialog pointer. | |
About * | about |
About dialog pointer. | |
HelpWindow * | helpWindow |
HelpWindow pointer. | |
bool | busy |
Is the program currently busy? helps block other operations. | |
bool | detectModifications |
int | NEW_ALBUM |
int | OPEN_ALBUM |
int | SAVE_ALBUM |
int | SAVEAS_ALBUM |
int | REVERT_TO_SAVED_ALBUM |
int | EXPORT_SMALL_WEB_GALLERY |
int | EXPORT_LARGE_IMAGES |
int | REMOVE_DESCRIPTIONS |
photos menu item id's | |
int | REVERT_PHOTOS |
int | BEGIN_PRESENTATION |
tools menu item id's | |
int | BEGIN_PRESENTATION_AT |
bool | cacheSetButtonState |
cached set button state | |
QString | tmpDirErrorMessage |
error message and description when temp directory cannot be created | |
QString | tmpDirErrorDesc |
error message and description when temp directory cannot be created | |
RecentAlbums | recentAlbums |
|
Creates layout. Store parent pointer program not busy at first no windows open by default Definition at line 62 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, TitleWidget(), tmpDirErrorDesc, tmpDirErrorMessage, tools, unsetAlbumImage(), unsetSubalbumImage(), WIDGET_SPACING, and window. Referenced by TitleWidget().
|
|
Deletes stuff!
Definition at line 391 of file titleWidget.cpp. References albm.
|
|
Frees about dialog once closed.
Definition at line 1228 of file titleWidget.cpp. References about. Referenced by aboutProgram().
|
|
Pops up about dialog.
Definition at line 1190 of file titleWidget.cpp. References about, aboutClosed(), aboutProgram(), and centerWindow(). Referenced by aboutProgram(), WelcomeWindow::itemClicked(), and TitleWidget().
|
|
Pops up album statistics window.
Definition at line 1131 of file titleWidget.cpp. References albm, albumStatisticsClosed(), albumStats, and centerWindow(). Referenced by TitleWidget().
|
|
Frees album statistics dialog once closed.
Definition at line 1222 of file titleWidget.cpp. References albumStats. Referenced by albumStatistics().
|
|
Clears albums from open recent menu.
Definition at line 1359 of file titleWidget.cpp. References RecentAlbums::clearList(), recentAlbums, and refreshOpenRecentMenu(). Referenced by populateOpenRecentMenu().
|
|
Definition at line 1300 of file titleWidget.cpp. References createTmpDir(), Window::getConfig(), Configuration::getString(), Configuration::resetSetting(), and window. Referenced by createTmpDir(), loadAlbum(), newAlbum(), and TitleWidget().
|
|
Definition at line 1277 of file titleWidget.cpp. References dragEnterEvent(). Referenced by dragEnterEvent().
|
|
Definition at line 1282 of file titleWidget.cpp. References dropEvent(), Window::getLayout(), SubalbumWidget::getPhotos(), LayoutWidget::getSubalbum(), setAlbumImage(), setSubalbumImage(), width, and window. Referenced by dropEvent().
|
|
Export large images only to a new directory for printing purposes.
Definition at line 800 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(), SubalbumWidget::updateButtons(), SubalbumsWidget::updateButtons(), and window. Referenced by TitleWidget().
|
|
Export small web gallery (excludes full size images and Album.xml file).
Definition at line 700 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(), SubalbumWidget::updateButtons(), SubalbumsWidget::updateButtons(), and window. Referenced by TitleWidget().
|
|
Returns a pointer to the album object.
Definition at line 487 of file titleWidget.cpp. References albm. Referenced by Window::closeEvent(), SubalbumsWidget::createAction(), SubalbumsWidget::deleteAction(), exportLargeImages(), exportSmallWebGallery(), SubalbumsWidget::refreshCollectionsList(), SubalbumsWidget::reorder(), saveAlbum(), and saveAsAlbum().
|
|
is program busy?
Definition at line 1246 of file titleWidget.cpp. References busy. Referenced by SubalbumsWidget::handleSelectionAttempt().
|
|
returns handle to recent albums object
Definition at line 1540 of file titleWidget.cpp. References recentAlbums. Referenced by Window::~Window().
|
|
Pops up HelpWindow.
Definition at line 1206 of file titleWidget.cpp. References centerWindow(), helpClosed(), and helpWindow. Referenced by WelcomeWindow::itemClicked(), and TitleWidget().
|
|
Frees HelpWindow once closed.
Definition at line 1234 of file titleWidget.cpp. References helpWindow. Referenced by help().
|
|
Loads a specified album.
Definition at line 889 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, SubalbumWidget::updateButtons(), SubalbumsWidget::updateButtons(), updateMenus(), and window.
|
|
Loads an album specified with file chooser. make sure we want to proceed Definition at line 621 of file titleWidget.cpp. References Window::getConfig(), Configuration::getString(), proceedWithLoad(), Configuration::resetSetting(), and window. Referenced by loadRecentAlbum(), revertToSaved(), and TitleWidget().
|
|
Loads a recent album. make sure we want to proceed Definition at line 648 of file titleWidget.cpp. References RecentAlbums::getEntry(), loadAlbum(), loadRecentAlbum(), proceedWithLoad(), and recentAlbums. Referenced by loadRecentAlbum(), and populateOpenRecentMenu().
|
|
Resets to empty album.
Definition at line 579 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().
|
|
Populates the open recent menu with a default set of 9 items + clear.
Definition at line 1368 of file titleWidget.cpp. References clearOpenRecentMenu(), customRecentMenuItems, RecentAlbums::getMaxItems(), loadRecentAlbum(), numRecentMenuItems, openRecent, recentAlbums, and recentMenuItems. Referenced by TitleWidget().
|
|
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 659 of file titleWidget.cpp. References albm, Album::albumModified(), Configuration::getBool(), Window::getConfig(), and window. Referenced by loadAlbum(), and loadRecentAlbum().
|
|
Quit slot.
Definition at line 1272 of file titleWidget.cpp. References window. Referenced by loadAlbum(), newAlbum(), and TitleWidget().
|
|
Refreshs data from backend objects.
Definition at line 566 of file titleWidget.cpp. References Window::refresh(), updateAlbumAnnotations(), and window. Referenced by loadAlbum(), and newAlbum().
|
|
Update displayed collection name and cover image.
Definition at line 449 of file titleWidget.cpp. References detectModifications, Subalbum::getDescription(), Subalbum::getName(), Subalbum::getRepresentativeImage(), LARGE, refreshCollectionAnnotations(), ALabel::removePixmap(), ALabel::setPixmap(), SMALL, subalbumAnnotationFrame, subalbumDescriptionVal, subalbumImage, and subalbumNameVal. Referenced by refreshCollectionAnnotations().
|
|
Refreshes open recent menu.
Definition at line 1435 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().
|
|
Strip descriptions from selected photos.
Definition at line 1147 of file titleWidget.cpp. References SubalbumWidget::anyPhotosSelected(), Configuration::getBool(), Window::getConfig(), Window::getLayout(), LayoutWidget::getSubalbum(), SubalbumWidget::stripDescriptionsFromSelectedPhotos(), and window. Referenced by TitleWidget().
|
|
Revert selected photos to original form.
Definition at line 1169 of file titleWidget.cpp. References Window::getLayout(), LayoutWidget::revertPhotos(), and window. Referenced by TitleWidget().
|
|
Revert to last saved album. make sure we want to proceed Definition at line 676 of file titleWidget.cpp. References albm, Album::albumModified(), Configuration::getBool(), Window::getConfig(), Album::getSaveLocation(), loadAlbum(), and window. Referenced by TitleWidget().
|
|
Saves album.
Definition at line 985 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(), Album::prevSave(), recentAlbums, refreshOpenRecentMenu(), REVERT_TO_SAVED_ALBUM, saveAsAlbum(), setBusy(), Configuration::setString(), SubalbumWidget::updateButtons(), SubalbumsWidget::updateButtons(), and window. Referenced by TitleWidget().
|
|
Saves album as.
Definition at line 1034 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(), Album::prevSave(), recentAlbums, refreshOpenRecentMenu(), REVERT_TO_SAVED_ALBUM, setBusy(), Configuration::setString(), SubalbumWidget::updateButtons(), SubalbumsWidget::updateButtons(), and window. Referenced by saveAlbum(), and TitleWidget().
|
|
Sets new pointer to the album object.
Definition at line 480 of file titleWidget.cpp. References albm, and setAlbum(). Referenced by setAlbum().
|
|
Sets the Album Image.
Definition at line 492 of file titleWidget.cpp. References Window::getLayout(), SubalbumWidget::getSelectedPhoto(), LayoutWidget::getSubalbum(), and window. Referenced by dropEvent().
|
|
Sets the album image to the passed in photo.
Definition at line 504 of file titleWidget.cpp. References albm, albumImage, Photo::getImageFilename(), Album::getRepresentativeImage(), ALabel::setPixmap(), Album::setRepresentativeImages(), and SMALL.
|
|
set program busy state
Definition at line 1251 of file titleWidget.cpp. References busy, file, NEW_ALBUM, OPEN_ALBUM, SAVE_ALBUM, SAVEAS_ALBUM, and setBusy(). Referenced by SubalbumWidget::addImageAction(), exportLargeImages(), exportSmallWebGallery(), loadAlbum(), SubalbumWidget::removeImageAction(), SubalbumWidget::rotate270ImageAction(), SubalbumWidget::rotate90ImageAction(), saveAlbum(), saveAsAlbum(), and setBusy().
|
|
Sets the Subalbum Image.
Definition at line 524 of file titleWidget.cpp. References Window::getLayout(), SubalbumWidget::getSelectedPhoto(), LayoutWidget::getSubalbum(), and window. Referenced by dropEvent().
|
|
Sets the subalbum image to the passed in photo.
Definition at line 536 of file titleWidget.cpp. References SubalbumsWidget::getCurrentSelection(), Window::getLayout(), Subalbum::getRepresentativeImage(), SubalbumWidget::getSubalbum(), LayoutWidget::getSubalbum(), LayoutWidget::getSubalbums(), Photo::getThumbnailFilename(), MEDIUM, ALabel::setPixmap(), Subalbum::setRepresentativeImage(), SMALL, subalbumImage, and window.
|
|
Pops up settings window.
Definition at line 1174 of file titleWidget.cpp. References centerWindow(), Window::getConfig(), settingsWindow, settingsWindowClosed(), and window. Referenced by TitleWidget().
|
|
Definition at line 1240 of file titleWidget.cpp. References settingsWindow. Referenced by settings().
|
|
Store annotations.
Definition at line 398 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().
|
|
Emitted when user changes subalbum name.
Referenced by storeAnnotations(). |
|
Unsets the Album Image.
Definition at line 519 of file titleWidget.cpp. References albm, and Album::setRepresentativeImages(). Referenced by TitleWidget().
|
|
Unsets the Subalbum Image.
Definition at line 555 of file titleWidget.cpp. References SubalbumsWidget::getCurrentSelection(), Window::getLayout(), Subalbum::getRepresentativeImage(), SubalbumPreviewWidget::getSubalbum(), LayoutWidget::getSubalbums(), MEDIUM, Subalbum::setRepresentativeImage(), and window. Referenced by TitleWidget().
|
|
Updates subalbum annotations.
Definition at line 425 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().
|
|
update begin presentation menu entry - disabled when no photos in album
Definition at line 1545 of file titleWidget.cpp. References photoMenu, REMOVE_DESCRIPTIONS, REVERT_PHOTOS, and updateMenus(). Referenced by SubalbumWidget::addImageAction(), SubalbumsWidget::deleteAction(), loadAlbum(), LayoutWidget::photoStateChangedEvent(), and updateMenus().
|
|
Use animation for rep images?
Definition at line 373 of file titleWidget.cpp. References albumImage, FADE_TRANSITION, ALabel::setAnimationMethods(), SLIDE_IN_LEFT, SLIDE_OUT_LEFT, subalbumImage, and useAnimation(). Referenced by useAnimation(), and Window::Window().
|
|
Enables/disables "minimize" window menu entry depending on window state.
Definition at line 1353 of file titleWidget.cpp. References windowStateChanged(). Referenced by Window::event(), Window::hideEvent(), Window::showEvent(), and windowStateChanged().
|
|
About dialog pointer.
Definition at line 270 of file titleWidget.h. Referenced by aboutClosed(), aboutProgram(), and TitleWidget(). |
|
Backend album object.
Definition at line 258 of file titleWidget.h. Referenced by albumStatistics(), getAlbum(), loadAlbum(), newAlbum(), proceedWithLoad(), revertToSaved(), saveAlbum(), saveAsAlbum(), setAlbum(), setAlbumImage(), storeAnnotations(), TitleWidget(), unsetAlbumImage(), updateAlbumAnnotations(), and ~TitleWidget(). |
|
Definition at line 239 of file titleWidget.h. Referenced by TitleWidget(). |
|
Album annotation grid.
Definition at line 238 of file titleWidget.h. Referenced by TitleWidget(). |
|
Definition at line 245 of file titleWidget.h. Referenced by TitleWidget(). |
|
Definition at line 246 of file titleWidget.h. Referenced by saveAsAlbum(), storeAnnotations(), TitleWidget(), and updateAlbumAnnotations(). |
|
Definition at line 243 of file titleWidget.h. Referenced by TitleWidget(). |
|
Definition at line 244 of file titleWidget.h. Referenced by storeAnnotations(), TitleWidget(), and updateAlbumAnnotations(). |
|
Definition at line 240 of file titleWidget.h. Referenced by newAlbum(), setAlbumImage(), TitleWidget(), updateAlbumAnnotations(), and useAnimation(). |
|
Definition at line 241 of file titleWidget.h. Referenced by TitleWidget(). |
|
Definition at line 242 of file titleWidget.h. Referenced by storeAnnotations(), TitleWidget(), and updateAlbumAnnotations(). |
|
Album Statistics dialog pointer.
Definition at line 264 of file titleWidget.h. Referenced by albumStatistics(), albumStatisticsClosed(), and TitleWidget(). |
|
tools menu item id's
Definition at line 295 of file titleWidget.h. |
|
Definition at line 296 of file titleWidget.h. |
|
Is the program currently busy? helps block other operations.
Definition at line 276 of file titleWidget.h. Referenced by getBusy(), setBusy(), and TitleWidget(). |
|
cached set button state
Definition at line 299 of file titleWidget.h. |
|
Definition at line 214 of file titleWidget.h. Referenced by populateOpenRecentMenu(), and refreshOpenRecentMenu(). |
|
Definition at line 279 of file titleWidget.h. Referenced by refreshCollectionAnnotations(), storeAnnotations(), TitleWidget(), and updateAlbumAnnotations(). |
|
Definition at line 288 of file titleWidget.h. Referenced by TitleWidget(). |
|
Definition at line 287 of file titleWidget.h. Referenced by TitleWidget(). |
|
File menu.
Definition at line 208 of file titleWidget.h. Referenced by loadAlbum(), newAlbum(), saveAlbum(), saveAsAlbum(), setBusy(), and TitleWidget(). |
|
Help menu.
Definition at line 231 of file titleWidget.h. Referenced by TitleWidget(). |
|
HelpWindow pointer.
Definition at line 273 of file titleWidget.h. Referenced by help(), helpClosed(), and TitleWidget(). |
|
Definition at line 235 of file titleWidget.h. Referenced by TitleWidget(). |
|
Main grid.
Definition at line 234 of file titleWidget.h. Referenced by TitleWidget(). |
|
Menubar file menu and help menu inserted in.
Definition at line 205 of file titleWidget.h. Referenced by TitleWidget(). |
|
Definition at line 282 of file titleWidget.h. Referenced by setBusy(), and TitleWidget(). |
|
Definition at line 213 of file titleWidget.h. Referenced by populateOpenRecentMenu(), and refreshOpenRecentMenu(). |
|
Definition at line 283 of file titleWidget.h. Referenced by setBusy(), and TitleWidget(). |
|
Open recent submenu.
Definition at line 211 of file titleWidget.h. Referenced by populateOpenRecentMenu(), refreshOpenRecentMenu(), and TitleWidget(). |
|
Photos menu.
Definition at line 218 of file titleWidget.h. Referenced by TitleWidget(), and updateMenus(). |
|
Definition at line 305 of file titleWidget.h. Referenced by clearOpenRecentMenu(), getRecentAlbums(), loadAlbum(), loadRecentAlbum(), populateOpenRecentMenu(), refreshOpenRecentMenu(), saveAlbum(), saveAsAlbum(), and TitleWidget(). |
|
Definition at line 212 of file titleWidget.h. Referenced by populateOpenRecentMenu(), and refreshOpenRecentMenu(). |
|
photos menu item id's
Definition at line 291 of file titleWidget.h. Referenced by TitleWidget(), and updateMenus(). |
|
Definition at line 292 of file titleWidget.h. Referenced by TitleWidget(), and updateMenus(). |
|
Definition at line 286 of file titleWidget.h. Referenced by loadAlbum(), newAlbum(), saveAlbum(), saveAsAlbum(), and TitleWidget(). |
|
Definition at line 284 of file titleWidget.h. Referenced by setBusy(), and TitleWidget(). |
|
Definition at line 285 of file titleWidget.h. Referenced by setBusy(), and TitleWidget(). |
|
Settings dialog pointer.
Definition at line 267 of file titleWidget.h. Referenced by settings(), settingsWindowClosed(), and TitleWidget(). |
|
Definition at line 250 of file titleWidget.h. Referenced by loadAlbum(), refreshCollectionAnnotations(), and TitleWidget(). |
|
Subalbum annotation grid.
Definition at line 249 of file titleWidget.h. Referenced by TitleWidget(). |
|
Definition at line 254 of file titleWidget.h. Referenced by TitleWidget(). |
|
Definition at line 255 of file titleWidget.h. Referenced by refreshCollectionAnnotations(), storeAnnotations(), and TitleWidget(). |
|
Definition at line 251 of file titleWidget.h. Referenced by loadAlbum(), newAlbum(), refreshCollectionAnnotations(), setSubalbumImage(), TitleWidget(), and useAnimation(). |
|
Definition at line 252 of file titleWidget.h. Referenced by TitleWidget(). |
|
Definition at line 253 of file titleWidget.h. Referenced by refreshCollectionAnnotations(), storeAnnotations(), and TitleWidget(). |
|
error message and description when temp directory cannot be created
Definition at line 302 of file titleWidget.h. Referenced by loadAlbum(), newAlbum(), and TitleWidget(). |
|
error message and description when temp directory cannot be created
Definition at line 302 of file titleWidget.h. Referenced by loadAlbum(), newAlbum(), and TitleWidget(). |
|
Tools menu.
Definition at line 221 of file titleWidget.h. Referenced by TitleWidget(). |
|
Window pointer.
Definition at line 261 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(). |