 ModelTest::Changing | |
 DesignerWidgetCollection | Provides a QtDesigner plugin, which contains all GUI-Elements of LibEngsas |
 EAbstractItemModel | Replacement of QAbstractItemModel to provide convenience signals for message handling |
  EAboutModel | Used by the EAboutDialog to display all related persons |
  EMimeTypeModel | A model to represent MimeTypes, related applications and available settings |
  ESettingsModel | Model to present the user a tree of possible settings pages |
  EXmlModel | ExmlModel is a base class to handle XML files very easily |
   EDependencyModel | |
 EAction | QAction replacement, which handles "iconsAndText"-option and QIcon::fromTheme |
 EChartBaseQml | The base QML export class for EChart widgets |
  EChartPieQml | |
 EChartLineDesignerPlugin | |
 EChartMarkers | Class with static functions to draw different markers.Use config() to get an object to configure the appearance. The markers are drawn in the current color of the painter. Therefore change it before calling one of the static functions |
 EChartMarkersConfig | Used to config the Markers |
 EChartPieDesignerPlugin | |
 EChartQmlExtension | |
 EChartValues | Class to store x and y values vectors |
 ECloseModalWidgetEvent | Class to handle events send by the ECloseModelWidgetThread to the modal dialog |
 ECloseModalWidgetThread | This class can be used to close blocking widgets |
 ECloser | |
 ECmdLineArgs | Class to handle command line arguments and options |
 ECmdLineOption | Represents one command line argument or option |
 EDBSettingsWidgetDesignerPlugin | EWidget QtDesigner object |
 EDelegateForeignKey | A delegate to display and edit foreign keys from SQL tables |
 EDialog | Mostly the same as EWidget but for QDialog as base class |
  EAboutDialog | An About dialog for your application in EngSaS-Layout |
  EDBBackupDialog | Dialog to dump SQL databases into a file.It uses EDBBackup widget to do the dump |
  EDependenciesDialog | Used to display dependencies of used software |
  EModuleStateDialog | Dialog to display EModuleStateWidgets |
  ESearchExternalApp | A dialog, where the user can choose and add applications to open a specific mimetype |
  ESettingsDialog | Used by EMainWindow::editSettings(ESettingsModel*) to display the settings |
  ESetupWizard | A wizard to setup all needed settings and stuff like databases |
  ESpreadsheetProviderCsvSettingsDialog | |
  ESqlLoginDialog | Displays a login dialog for a database |
  EUpdateNoticeDialog | Used to inform about new available versions |
 EDialogDesignerPlugin | EDialog QtDesigner object |
 EFileDialogPrivate | Some helper functions used by EFileDialog |
 EFileInfo | Data about a file handled by EFileService |
 EHeaderViewBase | |
  EHeaderViewCustom | Displays the headers set with setHeaders() instead of the header from the model |
  EHeaderViewSpanned | The spanned sections are labeled with the title set by setSpanned() in the first row of the header and the model header data in the second row of the header. All other sections are labeled only with the model data |
  EHeaderViewVerticalText | |
 EHelpCenterSetup | Structure to setup up the EHelpCenter |
 ELibrary | This class provides information about the LibEngsas and loads EPart's |
 EListAddButtonDesignerPlugin | |
 EListRemoveButtonDesignerPlugin | |
 EMainWindow | Base class for mainwindows. It provides several useful functions by default |
  EPartMainWindow | Used as a standard main window for the standalone application of an EPart |
 EMimeModelItem | Base calls for all items in the EMimeTypeModel |
  EMimeProgram | An application, used by EMimeType |
  EMimeType | The representation of an MimeType, related applications and settings |
 EModuleListWidgetItem | A QListWidgetItem to handle information about a plugin |
 ENetworkAccessManager | Provides a easier way to manipulate the User-Agent string |
 EObject | Mostly the same as EWidget but for QObject as base class |
  EAboutPerson | A person, which should be mentioned at the EAboutDialog |
  EFileDialog | EFileDialog provides a convient API to use a filedialog. EFileDialog uses KFileDialog if possible, otherwise it uses QFileDialog as a fallback |
  EFileService | Service which uses EFileServicePlugin's to handle files |
  EFileServicePlugin | A plugin used by EFileService to handle special file system types |
   EFileSystemPlugin | Handles files at the local filesystem |
  EHelpCenter | Manage the QtAssistant usage to display the online help |
  ELogObject | Creates a QDockWidget and collects all errors, warnings and information |
  ELogObjectPrivate | Logging Object used internal by ELogObject |
  EOpenFileExternal | Tries to open a given url or file in an external Application |
  EPart | Implement this class to create an object, which can be used in several applications |
  EQueryWorker | Executes the SQL-Statements given by the EQueryThread.This class is executed within EQueryThread::run() in a seperate thread. Therefore all executed queries within this class are executed asychronously |
  ESettingsModelItem | An item in the ESettingsModel, which represents one Settingspage |
  ESetupWizardObject | An object to group ESetupWizardWidgets |
   ESetupWizardDB | |
   ESetupWizardDBDump | |
  ESpreadsheet | A spreadsheet, within a spreadsheet file.A spreadsheet consists of cells of type ESpreadsheetCell, which are ordered in rows and columns. An object of this type can be used to manipulate the hold data (see e. g. setData(ESpreadsheetCell)). To retrieve the cell content use data(int, int) |
   ESpreadsheetCsv | |
   ExcelSheet | |
  ESpreadsheetHandler | Class to read and write files containing spreadsheet.Use this class to read and write to spreadsheet files. It uses ESpreadsheetProvider, to handle specific formats (like csv, ods, xls, ...). Which provider it uses, is determined by the file suffix, given to loadFile() and saveFile(). Which suffixes are supported, can be listed with filters() |
  ESpreadsheetProvider | Interface to implement spreadsheet providers (e. g. to create excel files or ods, ...)An ESpreadsheetProvider is an interface, to add support for specific spreadsheet file types (like csv, xls, ods, ...). A provider must be build as a plugin and placed at the ENGSAS_ESPREADSHEET_PROVIDER_PLUGIN_DIR, which is per default below the EPart directory |
   ESpreadsheetProviderCsv | Handles CSV im- and export |
   ESpreadsheetProviderMs | Handles Excel im- and export |
  ESqlField | Represents an field in an sql table.This class is used with ESqlInit to define database schemas |
  ESqlInit | Class to manage database structures.This class is able to create and modify complexe database structures. You can define a structure in scheme() and this class handles the creation of this structure or updates an existing one automatically. To allow more customization, you can register update routines, to get a more customized post processsing of updates |
  ESqlLogin | Class to login into a database.If GUI is not disabled, it requests the login data with help of ESqlLoginWidget, if needed. Otherwise only the specified login data is used |
  ESqlTable | Represents an sql table.This class is used with ESqlInit to define database schemas |
  Excel | |
  ExcelWorkbook | |
 EPluginLoader< PluginType > | Provides functions to load Qt plugins properly |
 EPushButton | QPushButton replacement, which handles "iconsAndText"-option and QIcon::fromTheme |
  EListAddButton | Button with icon to be used to add items to a list |
  EListRemoveButton | Button with icon to be used to remove items to a list |
  ESearchButton | Button with icon to be used to search for something |
 EPushButtonDesignerPlugin | EPushButton QtDesigner object |
 EQmlExtensionPluginTest | |
 EQueryThread | Allows to execute SQL-Queries asynchronous.Should be stopped right that: |
 EScaledImage | A QLabel to display scaled and resizeable images |
 EScaledImageDesignerPlugin | EScaledImage QtDesigner object |
 ESearchButtonDesignerPlugin | |
 ESettings | Used to store and load settings of this library to/from an extra config file |
 ESettingsWidgetDesignerPlugin | ESettingsWidget QtDesigner object |
 ESpreadsheetCell | Represents one cell of a ESpreadsheetIt contains the value (see value()) of a cell and also the formatting (font(), alignment(), foreground(), background()). An ESpreadsheetCell is isValid(), if row() and column() is greater or equal to 0 (default -1) |
 ESqlDatabase | An improved QSqlDatabase class |
 ETableView | An improved Replacement for QTableView |
 ETableViewDesignerPlugin | |
 EToolBar | Activates and deactives icons and text accoring the iconsAndText setting |
 ETreeModelSortFilterProxyModel | |
 EUpdateNoticeSettingsDesignerPlugin | |
 EWidget | EWidget is a base class for common widgets |
  EChartBase | Base class for ECharts.To add values, call addDataSet(). How the values are treated or how many data sets you can add, depensd on the specific implementation |
   EChartLine | A EWidget to display line chartsThe title of the whole chart can be set by setTitle(). Afterwards set the title of the x- (setXTitle()) and y-axis (setYTitle()). Now configure the x- and y-axis with setXTicks() and setYTicks(). The chart is configured now and you can add lines with addDataSet(). Make sure, that the values are added in the order of x- and y-ticks. If x-ticks and y-ticks are not numeric, x- and y-values can only contain exactly the values from x-ticks and y-ticks |
   EChartPie | Class to draw pie charts.Just add one data set per piece (with one x-value). The x-Values should be the values used to calculate the pie or call addPie(). If the x-values are already percents, call also setPercents(true). Otherwise EChartPie calculates the percentages automatically |
  EModuleStateWidget | Shows some information about the loading process of each found module |
  ESettingsWidget | The base class of the all widgets used to display settings at the ESettingsDialog |
   EDBSettingsWidget | ESettingsWidget to configure database host, type and database name |
   EFileServiceSettings | |
   EMimeTypeSettingsWidget | Allows to view and edit all needed settings around mimetypes |
   ESettingsGeneral | Allows to view and edit common settings like default language |
   ESetupWizardWidget | Base class for widgets, which should be used at the ESetupWizard |
    EDBBackup | ESetupWizardObject to dump SQL databases into a file.If you need a dialog around it, use EDBBackupDialog instead |
    EDBSettings | This class is used to let the user enter some settings related to the database.The widget is displayed at two places. First it is used at the |
    EDBUpdateWidget | Widget to create and update database schemas defined with ESqlInit |
   ESpreadsheetProviderCsvSettings | |
   ESpreadsheetSettings | |
   EUpdateNoticeSettings | ESettingsWidget of EUpdateNoticeDialog |
 EWidgetDesignerPlugin | EWidget QtDesigner object |
 EXmlItem | An EXmlItem is used to handle XML tags and it's atrributes and or child tags |
  EDependencyItem | |
  EXmlStandardRootItem | A standard root item for EXmlModels |
 EXmlParserItem | Used to connect tagNames to EXmlItem's |
 ModelTest | Class to test all basic stuff of QAbstractItemModels |
 TestDesignerPlugins | Loads and tests QDesignerCustomWidgetCollections or QDesignerCustomWidgets |
 TestPluginForEModuleListWidgetItem | Runs all tests, for using the plugin with EModuleListWidgetItem properly |
  TestEParts | Basic tests for an EPart |
 Version | Represents the version from an application |