15 #include <q3iconview.h> 16 #include <qtabwidget.h> 19 #include <Q3GridLayout> 28 #include "../backend/subalbum.h" 29 #include "../backend/photo.h" 30 #include "../config.h" 43 tabbedArea =
new QTabWidget(
this,
"tabbedArea" );
57 connect(
subalbum, SIGNAL( selectedPhotoStateChanged() ),
66 grid =
new Q3GridLayout(
this, 1, 2, 0 );
72 grid->setColStretch( 1, 1 );
142 if(collection == NULL || photo == NULL)
182 bool anySelected =
false;
183 bool anyRevertable =
false;
A photo consists of a full size image, a smaller slide show image, a very small thumbnail image...
Top level widget, encapsulates the title widget, the layout widget, and the toolbar widget...
bool currentPhotoRevertable()
void revertCurrentPhoto()
reverts current photo and updates display
A subalbum contains photos.
void setPhoto(Subalbum *collection, Photo *photo)
Sets the photo pointer and constructs scaled qimage's for painting.
Photo * getPhoto()
Returns a pointer to the currently selected photo.
Interface for editing photo.
TitleWidget * getTitle()
returns a pointer to the title widget