LibEngsas
|
Some definitions, used along LibEngsas. More...
Namespaces | |
SQL | |
Some definitions related to SQL subsystem. | |
Typedefs | |
typedef QList< ECmdLineOption * > | CmdLineOptions |
A type to replacce QList<ECmdLineOption*> with a shorter name. More... | |
typedef QList< EAboutPerson * > | AboutPersons |
A type to replace QList<EAboutPerson*> with a shorter name. More... | |
typedef QList < ESetupWizardObject * > | SetupWizardObjects |
A type to replace QList<ESetupWizardObject*> with a shorter name. More... | |
typedef QList < EModuleListWidgetItem * > | ModuleListWidgetItems |
A type to replace QList<EModuleListWidgetItem*> with a shorter name. More... | |
typedef QList< ESpreadsheet * > | Spreadsheets |
A type to replace QList<ESpreadsheet*> with a shorter name. More... | |
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... | |
Some definitions, used along LibEngsas.
typedef QList<EAboutPerson*> EngSaS::AboutPersons |
A type to replace QList<EAboutPerson*> with a shorter name.
typedef QList<ECmdLineOption*> EngSaS::CmdLineOptions |
A type to replacce QList<ECmdLineOption*> with a shorter name.
typedef QList<EModuleListWidgetItem*> EngSaS::ModuleListWidgetItems |
A type to replace QList<EModuleListWidgetItem*> with a shorter name.
typedef QList<ESetupWizardObject*> EngSaS::SetupWizardObjects |
A type to replace QList<ESetupWizardObject*> with a shorter name.
typedef QList<ESpreadsheet*> EngSaS::Spreadsheets |
A type to replace QList<ESpreadsheet*> with a shorter name.
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.
enum EngSaS::FileFilter |