#include <addPhotosDialog.h>
Inheritance diagram for AddPhotosDialog:
Definition at line 88 of file addPhotosDialog.h.
Public Member Functions | |
AddPhotosDialog (QString path, QWidget *parent=0, const char *name=0) | |
QStringList | getFilenames (bool &setDescriptions) |
returns the list of selected filenames, while setting setDescritions to the state the checkbox was left in. | |
Private Slots | |
void | updatePreview (const QString &filename) |
handle the user selecting items by updating the file preview fields | |
Private Attributes | |
QCheckBox * | setDescriptions |
Checkbox asking if filenames should be used to set image descriptions. | |
FilePreview * | filePreview |
Used to preview selected files. |
|
Definition at line 238 of file addPhotosDialog.cpp. References AddPhotosDialog(), filePreview, setDescriptions, and updatePreview(). Referenced by AddPhotosDialog().
|
|
returns the list of selected filenames, while setting setDescritions to the state the checkbox was left in.
Definition at line 265 of file addPhotosDialog.cpp. References getFilenames(), and setDescriptions. Referenced by SubalbumWidget::addImageAction(), and getFilenames().
|
|
handle the user selecting items by updating the file preview fields
Definition at line 275 of file addPhotosDialog.cpp. References filePreview, FilePreview::updatePreview(), and updatePreview(). Referenced by AddPhotosDialog(), and updatePreview().
|
|
Used to preview selected files.
Definition at line 104 of file addPhotosDialog.h. Referenced by AddPhotosDialog(), and updatePreview(). |
|
Checkbox asking if filenames should be used to set image descriptions.
Definition at line 101 of file addPhotosDialog.h. Referenced by AddPhotosDialog(), and getFilenames(). |