#include <recentAlbums.h>
Collaboration diagram for RecentAlbums:
Definition at line 26 of file recentAlbums.h.
Public Member Functions | |
RecentAlbums () | |
void | clearList () |
int | numEntries () |
int | getMaxItems () |
void | getEntry (int index, QString &name, QString &location, QString &photoCount) |
void | insertEntry (QString name, QString location, QString photos="-1", bool insertAtBack=true) |
Private Attributes | |
QStringList | albumNames |
lists of album names and locations | |
QStringList | albumLocations |
QStringList | albumPhotoCounts |
uint | maxItems |
max allowable items in list |
|
Definition at line 20 of file recentAlbums.cpp. References MAX_RECENT_ALBUMS, and maxItems.
|
|
Definition at line 25 of file recentAlbums.cpp. References albumLocations, albumNames, and albumPhotoCounts. Referenced by TitleWidget::clearOpenRecentMenu().
|
|
Definition at line 42 of file recentAlbums.cpp. References albumLocations, albumNames, albumPhotoCounts, and getEntry(). Referenced by getEntry(), TitleWidget::loadRecentAlbum(), TitleWidget::refreshOpenRecentMenu(), and Window::~Window().
|
|
Definition at line 37 of file recentAlbums.cpp. References maxItems. Referenced by TitleWidget::populateOpenRecentMenu(), and TitleWidget::TitleWidget().
|
|
Definition at line 49 of file recentAlbums.cpp. References albumLocations, albumNames, albumPhotoCounts, insertEntry(), and maxItems. Referenced by insertEntry(), TitleWidget::loadAlbum(), TitleWidget::saveAlbum(), TitleWidget::saveAsAlbum(), and TitleWidget::TitleWidget().
|
|
Definition at line 32 of file recentAlbums.cpp. References albumNames. Referenced by TitleWidget::refreshOpenRecentMenu(), and Window::~Window().
|
|
Definition at line 56 of file recentAlbums.h. Referenced by clearList(), getEntry(), and insertEntry(). |
|
lists of album names and locations
Definition at line 55 of file recentAlbums.h. Referenced by clearList(), getEntry(), insertEntry(), and numEntries(). |
|
Definition at line 57 of file recentAlbums.h. Referenced by clearList(), getEntry(), and insertEntry(). |
|
max allowable items in list
Definition at line 60 of file recentAlbums.h. Referenced by getMaxItems(), insertEntry(), and RecentAlbums(). |