AlbumShaper 1.0a3
contents.h File Reference
#include <q3textbrowser.h>
#include <qsize.h>
#include <q3textstream.h>
Include dependency graph for contents.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Contents
 

Enumerations

enum  HELP_PAGE {
  BILLBOARD , WHATS_NEW , IMPORTING_AND_ORGANIZING , ANNOTATING_ALBUMS ,
  FRAMING , ENHANCING , PRO_TOOLS , MANIPULATING ,
  SAVING_AND_LOADING , KEYBOARD_SHORTCUTS , INVALID
}
 Contents window widget. More...
 

Enumeration Type Documentation

◆ HELP_PAGE

enum HELP_PAGE

Contents window widget.

page selected

Enumerator
BILLBOARD 
WHATS_NEW 
IMPORTING_AND_ORGANIZING 
ANNOTATING_ALBUMS 
FRAMING 
ENHANCING 
PRO_TOOLS 
MANIPULATING 
SAVING_AND_LOADING 
KEYBOARD_SHORTCUTS 
INVALID 

Definition at line 24 of file contents.h.

25{
30 FRAMING,
36 INVALID,
37} HELP_PAGE;
HELP_PAGE
Contents window widget.
Definition contents.h:25
@ WHATS_NEW
Definition contents.h:27
@ MANIPULATING
Definition contents.h:33
@ FRAMING
Definition contents.h:30
@ IMPORTING_AND_ORGANIZING
Definition contents.h:28
@ PRO_TOOLS
Definition contents.h:32
@ SAVING_AND_LOADING
Definition contents.h:34
@ BILLBOARD
Definition contents.h:26
@ ANNOTATING_ALBUMS
Definition contents.h:29
@ KEYBOARD_SHORTCUTS
Definition contents.h:35
@ INVALID
Definition contents.h:36
@ ENHANCING
Definition contents.h:31