 EngSaS | Some definitions, used along LibEngsas |
  SQL | Some definitions related to SQL subsystem |
 KWallet | |
 Ui | |
 DesignerWidgetCollection | Provides a QtDesigner plugin, which contains all GUI-Elements of LibEngsas |
 EAboutDialog | An About dialog for your application in EngSaS-Layout |
 EAboutModel | Used by the EAboutDialog to display all related persons |
 EAboutPerson | A person, which should be mentioned at the EAboutDialog |
 EAbstractItemModel | Replacement of QAbstractItemModel to provide convenience signals for message handling |
 EAction | QAction replacement, which handles "iconsAndText"-option and QIcon::fromTheme |
 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 |
 EChartBaseQml | The base QML export class for EChart widgets |
 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 |
 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 |
 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 |
 EChartPieDesignerPlugin | |
 EChartPieQml | |
 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 |
 EDBBackup | ESetupWizardObject to dump SQL databases into a file.If you need a dialog around it, use EDBBackupDialog instead |
 EDBBackupDialog | Dialog to dump SQL databases into a file.It uses EDBBackup widget to do the dump |
 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 |
 EDBSettingsWidget | ESettingsWidget to configure database host, type and database name |
 EDBSettingsWidgetDesignerPlugin | EWidget QtDesigner object |
 EDBUpdateWidget | Widget to create and update database schemas defined with ESqlInit |
 EDelegateForeignKey | A delegate to display and edit foreign keys from SQL tables |
 EDependenciesDialog | Used to display dependencies of used software |
 EDependencyItem | |
 EDependencyModel | |
 EDialog | Mostly the same as EWidget but for QDialog as base class |
 EDialogDesignerPlugin | EDialog QtDesigner object |
 EFileDialog | EFileDialog provides a convient API to use a filedialog. EFileDialog uses KFileDialog if possible, otherwise it uses QFileDialog as a fallback |
 EFileDialogPrivate | Some helper functions used by EFileDialog |
 EFileInfo | Data about a file handled by EFileService |
 EFileService | Service which uses EFileServicePlugin's to handle files |
 EFileServicePlugin | A plugin used by EFileService to handle special file system types |
 EFileServiceSettings | |
 EFileSystemPlugin | Handles files at the local filesystem |
 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 | |
 EHelpCenter | Manage the QtAssistant usage to display the online help |
 EHelpCenterSetup | Structure to setup up the EHelpCenter |
 ELibrary | This class provides information about the LibEngsas and loads EPart's |
 EListAddButton | Button with icon to be used to add items to a list |
 EListAddButtonDesignerPlugin | |
 EListRemoveButton | Button with icon to be used to remove items to a list |
 EListRemoveButtonDesignerPlugin | |
 ELogObject | Creates a QDockWidget and collects all errors, warnings and information |
 ELogObjectPrivate | Logging Object used internal by ELogObject |
 EMainWindow | Base class for mainwindows. It provides several useful functions by default |
 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 |
 EMimeTypeModel | A model to represent MimeTypes, related applications and available settings |
 EMimeTypeSettingsWidget | Allows to view and edit all needed settings around mimetypes |
 EModuleListWidgetItem | A QListWidgetItem to handle information about a plugin |
 EModuleStateDialog | Dialog to display EModuleStateWidgets |
 EModuleStateWidget | Shows some information about the loading process of each found module |
 ENetworkAccessManager | Provides a easier way to manipulate the User-Agent string |
 EObject | Mostly the same as EWidget but for QObject as base class |
 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 |
 EPartMainWindow | Used as a standard main window for the standalone application of an EPart |
 EPluginLoader | Provides functions to load Qt plugins properly |
 EPushButton | QPushButton replacement, which handles "iconsAndText"-option and QIcon::fromTheme |
 EPushButtonDesignerPlugin | EPushButton QtDesigner object |
 EQmlExtensionPluginTest | |
 EQueryThread | Allows to execute SQL-Queries asynchronous.Should be stopped right that: |
 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 |
 EScaledImage | A QLabel to display scaled and resizeable images |
 EScaledImageDesignerPlugin | EScaledImage QtDesigner object |
 ESearchButton | Button with icon to be used to search for something |
 ESearchButtonDesignerPlugin | |
 ESearchExternalApp | A dialog, where the user can choose and add applications to open a specific mimetype |
 ESettings | Used to store and load settings of this library to/from an extra config file |
 ESettingsDialog | Used by EMainWindow::editSettings(ESettingsModel*) to display the settings |
 ESettingsGeneral | Allows to view and edit common settings like default language |
 ESettingsModel | Model to present the user a tree of possible settings pages |
 ESettingsModelItem | An item in the ESettingsModel, which represents one Settingspage |
 ESettingsWidget | The base class of the all widgets used to display settings at the ESettingsDialog |
 ESettingsWidgetDesignerPlugin | ESettingsWidget QtDesigner object |
 ESetupWizard | A wizard to setup all needed settings and stuff like databases |
 ESetupWizardDB | |
 ESetupWizardDBDump | |
 ESetupWizardObject | An object to group ESetupWizardWidgets |
 ESetupWizardWidget | Base class for widgets, which should be used at the ESetupWizard |
 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) |
 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) |
 ESpreadsheetCsv | |
 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 |
 ESpreadsheetProviderCsvSettings | |
 ESpreadsheetProviderCsvSettingsDialog | |
 ESpreadsheetProviderMs | Handles Excel im- and export |
 ESpreadsheetSettings | |
 ESqlDatabase | An improved QSqlDatabase class |
 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 |
 ESqlLoginDialog | Displays a login dialog for a database |
 ESqlTable | Represents an sql table.This class is used with ESqlInit to define database schemas |
 ETableView | An improved Replacement for QTableView |
 ETableViewDesignerPlugin | |
 EToolBar | Activates and deactives icons and text accoring the iconsAndText setting |
 ETreeModelSortFilterProxyModel | |
 EUpdateNoticeDialog | Used to inform about new available versions |
 EUpdateNoticeSettings | ESettingsWidget of EUpdateNoticeDialog |
 EUpdateNoticeSettingsDesignerPlugin | |
 EWidget | EWidget is a base class for common widgets |
 EWidgetDesignerPlugin | EWidget QtDesigner object |
 Excel | |
 ExcelSheet | |
 ExcelWorkbook | |
 EXmlItem | An EXmlItem is used to handle XML tags and it's atrributes and or child tags |
 EXmlModel | ExmlModel is a base class to handle XML files very easily |
 EXmlParserItem | Used to connect tagNames to EXmlItem's |
 EXmlStandardRootItem | A standard root item for EXmlModels |
 ModelTest | Class to test all basic stuff of QAbstractItemModels |
  Changing | |
 TestDesignerPlugins | Loads and tests QDesignerCustomWidgetCollections or QDesignerCustomWidgets |
 TestEParts | Basic tests for an EPart |
 TestPluginForEModuleListWidgetItem | Runs all tests, for using the plugin with EModuleListWidgetItem properly |
 Version | Represents the version from an application |