79 void startSlideshowAtBeginning();
82 void startSlideshowWithSelectedPhoto();
83//----------------------
91 bool event( QEvent * );
Configuration object manages all user-specific application settings.
Top level widget, encapsulates the title widget, the layout widget, and the toolbar widget.
TitleWidget * getTitle()
returns a pointer to the title widget
TitleWidget * title
Title widget cont ains menu's, album information and Album Shaper icon.
~Window()
Save user settings on destruct.
LayoutWidget * getLayout()
returns a pointer to the layout object
StatusWidget * status
Status widget either displays a status message or progress bar.
void showEvent(QShowEvent *)
StatusWidget * getStatus()
returns a pointer to the status widget
void startSlideshow(bool startAtBeginning)
utility function used by above, actually started slideshow
Window(QWidget *parent=0, const char *name=0)
Creates title area, layout, and tool bar and places them in grid.
LayoutWidget * layout
Layout includes subalbums listing and particular subalbum layout.
void hideEvent(QHideEvent *)
Q3GridLayout * grid
Grid objects placed in.
void refresh()
refreshes the layout
void closeEvent(QCloseEvent *e)
Configuration * config
Configuration settings.
Configuration * getConfig()
get setting object