21 [[nodiscard]] QString
getName()
const override;
Base/Interface class for application modules.
Definition AppModuleInterface.h:26
InitializeStage
Definition AppModuleInterface.h:67
Dialog containing multiple property pages.
Definition qt/PropertySheetDialog.h:14
Definition ServiceAppModule.h:9
QString getSvgIconResource() const override
Gets svg icon resource name and can be overridden to change the default.
ServiceAppModule(const Parameters ¶ms)
void addPropertyPages(PropertySheetDialog *) override
Adds module property pages to the passed sheet.
QString getLibraryFilename() const override
Gets the library filename.
void initialize(InitializeStage stage) override
Called when al modules are loaded or when a module added.
~ServiceAppModule() override
QString getDescription() const override
Gets the description of this instance.
void storeSettings(bool save)
QString getName() const override
Gets the description of this instance.
InformationService * _informationService
Definition ServiceAppModule.h:33
QSettings * _settings
Definition ServiceAppModule.h:31
Definition Application.h:10
Structure for passing parameters to derived classes loaded and created at run-time.
Definition AppModuleInterface.h:32