

Public Member Functions | |
| UpdatePreviewEvent (QImage image, QString details) | |
| QImage | getImage () const |
| QString | getDetails () const |
Private Attributes | |
| QImage | image |
| QString | details |
|
||||||||||||
|
Definition at line 43 of file addPhotosDialog.cpp. References UPDATE_PREVIEW_DETAILS. 00043 : QCustomEvent( UPDATE_PREVIEW_DETAILS ) 00044 { 00045 this->image = image; 00046 this->details = details; 00047 }
|
|
|
Definition at line 53 of file addPhotosDialog.cpp. Referenced by FilePreview::customEvent(). 00053 { return details; }
|
|
|
Definition at line 50 of file addPhotosDialog.cpp. Referenced by FilePreview::customEvent(). 00050 { return image; }
|
|
|
Definition at line 57 of file addPhotosDialog.cpp. |
|
|
Definition at line 56 of file addPhotosDialog.cpp. |
1.3.9.1