LibEngsas
Namespaces | Typedefs | Enumerations
EngSaS Namespace Reference

Some definitions, used along LibEngsas. More...

Namespaces

namespace  SQL
 Some definitions related to SQL subsystem.

Typedefs

typedef QList< ECmdLineOption * > CmdLineOptions
 A type to replacce QList<ECmdLineOption*> with a shorter name.
typedef QList< EAboutPerson * > AboutPersons
 A type to replace QList<EAboutPerson*> with a shorter name.
typedef QList
< ESetupWizardObject * > 
SetupWizardObjects
 A type to replace QList<ESetupWizardObject*> with a shorter name.
typedef QList
< EModuleListWidgetItem * > 
ModuleListWidgetItems
 A type to replace QList<EModuleListWidgetItem*> with a shorter name.
typedef QList< ESpreadsheet * > Spreadsheets
 A type to replace QList<ESpreadsheet*> with a shorter name.

Enumerations

enum  FileFilter { Load, Save }
 Used to define the filters for file endings should be for loading or saving. More...
enum  AvailableAction {
  FileNew = 0x0001, FileOpen = 0x0002, FileSave = 0x0004, FileSaveAs = 0x0008,
  FilePrint = 0x0016, EditUndo = 0x0032, EditRedo = 0x0064, EditCut = 0x0128,
  EditCopy = 0x0256, EditPaste = 0x0512, ViewReload = 0x1024
}
 Used to identify enabled standard actions of EMainWindow for active EWidget. The explizit definition must be done, because otherwise the flags are not or combinable. More...

Detailed Description

Some definitions, used along LibEngsas.

Typedef Documentation

A type to replace QList<EAboutPerson*> with a shorter name.

A type to replacce QList<ECmdLineOption*> with a shorter name.

Todo:
Must hte list contains pointers instead of objects?

A type to replace QList<EModuleListWidgetItem*> with a shorter name.

A type to replace QList<ESetupWizardObject*> with a shorter name.

A type to replace QList<ESpreadsheet*> with a shorter name.

Enumeration Type Documentation

Used to identify enabled standard actions of EMainWindow for active EWidget. The explizit definition must be done, because otherwise the flags are not or combinable.

Enumerator:
FileNew 

The New entry in file menu

FileOpen 

The entry Open in file menu

FileSave 

The Save entry in file menu. SaveAs is also turned on, because a file selection is needed.

FileSaveAs 

The Save As entry in file menu (devided from FileSave, because it is used as Export function too

FilePrint 

Print entry in file menu

EditUndo 

Undo entry in Edit menu

EditRedo 

Redo entry in Edit menu

EditCut 

Cut entry in Edit menu

EditCopy 

Copy entry in Edit menu

EditPaste 

Pase entry in Edit menu

ViewReload 

Reload entry in View menu

Used to define the filters for file endings should be for loading or saving.

Enumerator:
Load 

filters useable to load files

Save 

filters useable to save files