KNSCore::Engine
#include <engine.h>

Public Types | |
enum | BusyOperation { Initializing, LoadingData, LoadingPreview, InstallingEntry } |
typedef QFlags< BusyOperation > | BusyState |
Properties | |
QString | busyMessage |
BusyState | busyState |
QStringList | providerIDs |
bool | uploadEnabled |
QString | useLabel |
![]() | |
objectName | |
Signals | |
void | jobStarted (KJob *, const QString &) |
void | signalBusy (const QString &) |
void | signalCategoriesMetadataLoded (const QList< Provider::CategoryMetadata > &categories) |
void | signalDownloadDialogDone (KNSCore::EntryInternal::List) |
void | signalEntriesLoaded (const KNSCore::EntryInternal::List &entries) |
void | signalEntryChanged (const KNSCore::EntryInternal &entry) |
void | signalEntryDetailsLoaded (const KNSCore::EntryInternal &entry) |
void | signalEntryEvent (const EntryInternal &entry, EntryInternal::EntryEvent event) |
void | signalEntryPreviewLoaded (const KNSCore::EntryInternal &, KNSCore::EntryInternal::PreviewType) |
void | signalEntryUploadFailed () |
void | signalEntryUploadFinished () |
void | signalError (const QString &) |
void | signalErrorCode (const KNSCore::ErrorCode &errorCode, const QString &message, const QVariant &metadata) |
void | signalIdle (const QString &) |
void | signalMessage (const QString &message) |
void | signalPreviewFailed () |
void | signalProvidersLoaded () |
void | signalResetView () |
void | signalSearchPresetsLoaded (const QList< Provider::SearchPreset > &presets) |
void | signalUpdateableEntriesLoaded (const KNSCore::EntryInternal::List &entries) |
Static Public Member Functions | |
static QStringList | availableConfigFiles () |
static QStringList | configSearchLocations (bool includeFallbackLocations=false) |
![]() | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Additional Inherited Members | |
![]() | |
typedef | QObjectList |
![]() | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const const |
int | receivers (const char *signal) const const |
QObject * | sender () const const |
int | senderSignalIndex () const const |
virtual void | timerEvent (QTimerEvent *event) |
Detailed Description
KNewStuff engine.
An engine keeps track of data which is available locally and remote and offers high-level synchronization calls as well as upload and download primitives using an underlying GHNS protocol.
Property Documentation
◆ busyMessage
|
readwrite |
◆ busyState
|
readwrite |
◆ providerIDs
|
read |
◆ uploadEnabled
|
read |
◆ useLabel
|
read |
Constructor & Destructor Documentation
◆ Engine()
|
explicit |
Constructor.
Definition at line 150 of file engine.cpp.
◆ ~Engine()
|
override |
Destructor.
Frees up all the memory again which might be taken by cached entries and providers.
Definition at line 189 of file engine.cpp.
Member Function Documentation
◆ addDownloadTagFilter()
void Engine::addDownloadTagFilter | ( | const QString & | filter | ) |
Add a single filter entry to the download tag filter.
The filter should be in the same form as the filter lines in the list used by setDownloadsTagFilter(QStringList)
- Parameters
-
filter The filter in the form of a string
- See also
- setTagFilter(QStringList)
- setDownloadTagFilter(QStringList)
- Since
- 5.51
Definition at line 699 of file engine.cpp.
◆ addTagFilter()
void Engine::addTagFilter | ( | const QString & | filter | ) |
Add a single filter entry to the entry tag filter.
The filter should be in the same form as the filter lines in the list used by setTagFilter(QStringList)
- Parameters
-
filter The filter in the form of a string
- See also
- setTagFilter(QStringList)
- Since
- 5.51
Definition at line 678 of file engine.cpp.
◆ adoptEntry()
void Engine::adoptEntry | ( | const KNSCore::EntryInternal & | entry | ) |
Adopt an entry using the adoption command.
This will also take care of displaying error messages
- Parameters
-
entry Entry that should be adopted
- See also
- signalErrorCode
- signalEntryEvent
- Since
- 5.77
Definition at line 1196 of file engine.cpp.
◆ adoptionCommand()
QString Engine::adoptionCommand | ( | const KNSCore::EntryInternal & | entry | ) | const |
The adoption command can be used to allow a user to make use of an entry's installed data.
For example, this command might be used to ask the system to switch to a wallpaper or icon theme which was installed with KNS.
The following is how this might look in a knsrc file. The example shows how an external tool is called on the directory containing the installed file represented by d. If you wish to directly point to the installed file, the substitution variable is f.
AdoptionCommand=/usr/lib64/libexec/plasma-changeicons d
- Parameters
-
entry The entry to return an adoption command for
- Returns
- The command to run to adopt this entry's installed data
- Deprecated:
- Since 5.77, use Engine::adoptEntry(const KNSCore::EntryInternal &entry) instead
Definition at line 1046 of file engine.cpp.
◆ atticaProviders()
QVector< Attica::Provider * > Engine::atticaProviders | ( | ) | const |
- Returns
- the list of attica (OCS) providers this engine is connected to
- Since
- 5.92
Definition at line 1241 of file engine.cpp.
◆ availableConfigFiles()
|
static |
List of all available config files.
This list will contain no duplicated filenames. The returned file paths are absolute.
- Since
- 5.83
Definition at line 1086 of file engine.cpp.
◆ becomeFan()
void Engine::becomeFan | ( | const EntryInternal & | entry | ) |
This will mark the user who is currently authenticated as a fan of the entry passed to the function.
- Parameters
-
entry The entry the user wants to be a fan of
Definition at line 1003 of file engine.cpp.
◆ busyMessage()
QString KNSCore::Engine::busyMessage | ( | ) | const |
String representation of the engines busy state.
- Since
- 5.74
◆ busyMessageChanged()
Q_SIGNAL void KNSCore::Engine::busyMessageChanged | ( | ) |
Signal gets emitted when the busy message changes.
- Since
- 5.74 String representation of the engines busy state
◆ busyState()
BusyState KNSCore::Engine::busyState | ( | ) | const |
Busy state of the engine.
- Since
- 5.74
◆ busyStateChanged()
Q_SIGNAL void KNSCore::Engine::busyStateChanged | ( | ) |
Signal gets emitted when the busy state changes.
- Since
- 5.74
◆ cache()
QSharedPointer< KNSCore::Cache > Engine::cache | ( | ) | const |
Get the entries cache for this engine (note that it may be null if the engine is not yet initialized).
- Returns
- The cache for this engine (or null if the engine is not initialized)
- Since
- 5.74
Definition at line 1168 of file engine.cpp.
◆ categories()
QStringList Engine::categories | ( | ) | const |
The list of the server-side names of the categories handled by this engine instance.
This corresponds directly to the list of categories in your knsrc file. This is not supposed to be used as user-facing strings -
- See also
- categoriesMetadata() for that.
- Returns
- The categories which this instance of Engine handles
Definition at line 327 of file engine.cpp.
◆ categoriesFilter()
QStringList Engine::categoriesFilter | ( | ) | const |
The list of categories searches will actually show results from.
This is a subset of the categories() list.
- See also
- KNSCore::Engine::setCategoriesFilter(QString)
Definition at line 332 of file engine.cpp.
◆ categoriesMetadata()
QList< Provider::CategoryMetadata > Engine::categoriesMetadata | ( | ) |
The list of metadata for the categories handled by this engine instance.
If you wish to show the categories to the user, this is the data to use. The category name is the string used to set categories for the filter, and also what is returned by both categories() and categoriesFilter(). The human-readable name is displayName, and the only thing which should be shown to the user.
- Returns
- The metadata for all categories handled by this engine
Definition at line 337 of file engine.cpp.
◆ checkForInstalled()
void Engine::checkForInstalled | ( | ) |
Requests installed packages with an up to date state.
- See also
- signalEntriesLoaded()
Definition at line 1036 of file engine.cpp.
◆ checkForUpdates()
void Engine::checkForUpdates | ( | ) |
Request for packages that are installed and need update.
These will be reported through the signal
- See also
- signalUpdateableEntriesLoaded().
Definition at line 1028 of file engine.cpp.
◆ commentsForEntry()
KNSCore::CommentsModel * Engine::commentsForEntry | ( | const KNSCore::EntryInternal & | entry | ) |
This function will return an instance of a model which contains comments for the entry passed to it.
The model may be empty (if there are no comments for the entry, which also covers situations where the entry's provider does not support commenting)
- Parameters
-
entry The entry to fetch comments for
- Returns
- A model which contains the comments for the specified entry
- Since
- 5.63
Definition at line 1114 of file engine.cpp.
◆ configSearchLocations()
|
static |
Get a list of all the locations which will be used when searching for knsrc files, in the order in which the search will occur.
- Parameters
-
includeFallbackLocations Whether or not the deprecated search locations are included
- Returns
- The search list for knsrc files
- Since
- 5.57
- Deprecated:
- Since 5.83, use Engine::availableConfigFiles instead
Definition at line 1068 of file engine.cpp.
◆ contactAuthor()
void Engine::contactAuthor | ( | const EntryInternal & | entry | ) |
Try to contact the author of the entry by email or showing their homepage.
Definition at line 964 of file engine.cpp.
◆ defaultProvider()
QSharedPointer< KNSCore::Provider > Engine::defaultProvider | ( | ) | const |
Return the first provider in the providers list (usually the default provider)
- Returns
- The first Provider (or null if the engine is not initialized)
- Since
- 5.63
Definition at line 1101 of file engine.cpp.
◆ downloadTagFilter()
QStringList Engine::downloadTagFilter | ( | ) | const |
Gets the current downloadlink tag filter list.
- See also
- setDownloadTagFilter(QStringList)
- Since
- 5.51
Definition at line 694 of file engine.cpp.
◆ fetchEntryById()
void Engine::fetchEntryById | ( | const QString & | id | ) |
Convenience method to launch a search for one specific entry.
- Note
- it will reset the engine state (use storeSearch() and restoreSearch() to handle this if needed)
- Parameters
-
id The ID of the entry you wish to fetch
Definition at line 613 of file engine.cpp.
◆ filter()
Provider::Filter Engine::filter | ( | ) | const |
The result filter set on the current request.
- See also
- setFilter(Provider::Filter)
- Since
- 5.63
Definition at line 608 of file engine.cpp.
◆ hasAdoptionCommand()
bool Engine::hasAdoptionCommand | ( | ) | const |
Whether or not an adoption command exists for this engine.
- See also
- adoptionCommand(KNSCore::EntryInternal)
- Returns
- True if an adoption command exists
Definition at line 1052 of file engine.cpp.
◆ init()
bool Engine::init | ( | const QString & | configfile | ) |
Initializes the engine.
This step is application-specific and relies on an external configuration file, which determines all the details about the initialization.
- Parameters
-
configfile KNewStuff2 configuration file (*.knsrc)
- Returns
- true if any valid configuration was found, false otherwise
- See also
- KNS3::DownloadDialog
Definition at line 199 of file engine.cpp.
◆ install()
void Engine::install | ( | KNSCore::EntryInternal | entry, |
int | linkId = 1 |
||
) |
Installs an entry's payload file.
This includes verification, if necessary, as well as decompression and other steps according to the application's *.knsrc file.
- Parameters
-
entry Entry to be installed
- See also
- signalInstallationFinished
- signalInstallationFailed
Definition at line 742 of file engine.cpp.
◆ loadDetails()
void Engine::loadDetails | ( | const KNSCore::EntryInternal & | entry | ) |
Get the full details of a specific entry.
- Parameters
-
entry The entry to get full details for
- See also
- Entry::signalEntryDetailsLoaded(KNSCore::EntryInternal)
Definition at line 934 of file engine.cpp.
◆ loadPreview()
void Engine::loadPreview | ( | const KNSCore::EntryInternal & | entry, |
EntryInternal::PreviewType | type | ||
) |
Attempt to load a specific preview for the specified entry.
- Parameters
-
entry The entry to fetch a preview for type The particular preview to fetch
- See also
- signalEntryPreviewLoaded(KNSCore::EntryInternal, KNSCore::EntryInternal::PreviewType);
- signalPreviewFailed();
Definition at line 940 of file engine.cpp.
◆ name()
QString Engine::name | ( | ) | const |
The name as defined by the knsrc file.
- Returns
- The name associated with the engine's configuration file
- Since
- 5.63
Definition at line 322 of file engine.cpp.
◆ pageSize()
int Engine::pageSize | ( | ) | const |
- Returns
- the page size we previously set
- See also
- requestData(int,int)
- Since
- 5.95
Definition at line 1062 of file engine.cpp.
◆ provider()
QSharedPointer< KNSCore::Provider > Engine::provider | ( | const QString & | providerId | ) | const |
◆ providerIDs()
QStringList KNSCore::Engine::providerIDs | ( | ) | const |
The IDs of all providers known by this engine.
Use this in combination with provider(const QString&) to iterate over all providers.
- Returns
- The string IDs of all known providers
- Since
- 5.85
◆ providersChanged()
Q_SIGNAL void KNSCore::Engine::providersChanged | ( | ) |
Fired whenever the list of providers changes.
- Since
- 5.85
◆ restoreSearch()
void Engine::restoreSearch | ( | ) |
Restore a previously saved search to be current Also emits the appropriate signals so any views depending on the information can be updated)
- Since
- 5.79
Definition at line 627 of file engine.cpp.
◆ revalidateCacheEntries()
void Engine::revalidateCacheEntries | ( | ) |
If the same engine gets reused and the user could have used the delete functionality of the KCMs the cache could be out of sync.
If the RemoveDeadEntries option is set to true this will remove deleted entries from the cache and the signalEntryChanged slot will be emitted with the updated entry
- Since
- 5.74
Definition at line 1173 of file engine.cpp.
◆ searchTerm()
QString Engine::searchTerm | ( | ) | const |
The search term for the current search (empty if none is set)
- Returns
- The current search term
- Since
- 5.63
Definition at line 660 of file engine.cpp.
◆ setBusy()
void Engine::setBusy | ( | Engine::BusyState | state, |
const QString & | busyMessage | ||
) |
Utility method to set both the state and busyMessage.
- Since
- 5.74
Definition at line 1162 of file engine.cpp.
◆ setBusyMessage()
void Engine::setBusyMessage | ( | const QString & | busyMessage | ) |
◆ setBusyState()
void Engine::setBusyState | ( | Engine::BusyState | state | ) |
Sets the busy state of the engine.
- Since
- 5.74
- See also
- setBusy
- setBusyMessage
Definition at line 1154 of file engine.cpp.
◆ setCategoriesFilter()
void Engine::setCategoriesFilter | ( | const QStringList & | categories | ) |
Set the categories that will be included in searches.
Note: This will automatically launch a search, which means you do not need to call requestData manually.
- See also
- KNSCore::Engine::categories()
- Parameters
-
categories A list of strings of categories
Definition at line 579 of file engine.cpp.
◆ setConfigLocationFallback()
void Engine::setConfigLocationFallback | ( | bool | enableFallback | ) |
Sets whether or not the config file location discovery fallback should be active.
If enabled (default), if the config file is not found in the knsrcfiles location, then the engine will also look in the systemwide config location (usually /etc/xdg on linux). If disabled, this fallback location will not be searched.
- Parameters
-
enableFallback Whether or not the fallback discovery should be enabled
- Since
- 5.57
- Deprecated:
- Since 5.83, the engine includes the fallback paths by default
Definition at line 1080 of file engine.cpp.
◆ setDownloadTagFilter()
void Engine::setDownloadTagFilter | ( | const QStringList & | filter | ) |
Sets a filter to be applied to the downloads for an entry.
The logic is the same as used in setTagFilter(QStringList), but vitally, only one downloadlink is required to match the filter for the list to be valid. If you do not wish to show the others in your client, you must hide them yourself.
For an entry to be accepted when a download tag filter is set, it must also be accepted by the entry filter (so, for example, while a list of downloads might be accepted, if the entry has ghns_excluded set, and the default entry filter is set, the entry will still be filtered out).
In your knsrc file, set DownloadTagFilter to the filter you wish to apply, using the same logic as described for the entry tagfilter.
- Parameters
-
filter The filter in the form of a list of strings
- See also
- setTagFilter(QStringList)
- Since
- 5.51
Definition at line 686 of file engine.cpp.
◆ setFilter()
void Engine::setFilter | ( | Provider::Filter | filter | ) |
Set a filter for results (defaults to none), which will allow you to show only installed entries, installed entries which have updates, or a specific item with a specified ID.
The latter further requires the search term to be the exact ID of the entry you wish to retrieve.
Note: This will automatically launch a search, which means you do not need to call requestData manually.
- See also
- fetchEntryById(QString)
- setSearchTerm(QString)
- Parameters
-
filter The type of results you wish to see
Definition at line 599 of file engine.cpp.
◆ setPageSize()
void Engine::setPageSize | ( | int | pageSize | ) |
Set the page size for requests not made explicitly with requestData(int,int)
- Parameters
-
pageSize the default number of entries to request from the provider
- See also
- requestData(int,int)
Definition at line 1057 of file engine.cpp.
◆ setSearchTerm()
void Engine::setSearchTerm | ( | const QString & | searchString | ) |
Sets a string search term.
Note: This will automatically launch a search, which means you do not need to call requestData manually.
- Parameters
-
searchString The search term you wish to search for
Definition at line 648 of file engine.cpp.
◆ setSortMode()
void Engine::setSortMode | ( | Provider::SortMode | mode | ) |
Set the order the search results are returned in.
Search requests default to showing the newest entries first.
Note: This will automatically launch a search, which means you do not need to call requestData manually.
- See also
- KNSCore::Provider::SearchRequest
- Parameters
-
mode The order you want search results to come back in.
Definition at line 585 of file engine.cpp.
◆ setTagFilter()
void Engine::setTagFilter | ( | const QStringList & | filter | ) |
Set a filter for results, which filters out all entries which do not match the filter, as applied to the tags for the entry.
This filters only on the tags specified for the entry itself. To filter the downloadlinks, use setDownloadTagFilter(QStringList).
- Note
- The default filter if one is not set from your knsrc file will filter out entries marked as ghns_excluded=1. To retain this when setting a custom filter, add "ghns_excluded!=1" as one of the filters.
- Some tags provided by OCS do not supply a value (and are simply passed as a key). These will be interpreted as having the value 1 for filtering purposes. An example of this might be ghns_excluded, which in reality will generally be passed through ocs as "ghns_excluded" rather than "ghns_excluded=1"
- As tags are metadata, they are provided in the form of adjectives. They are never supplied as action verbs or instructions (as an example, a good tag to suggest that for example a wallpaper is painted would be "painted" as opposed to "paint", and another example might be that an item should be "excluded" as opposed to "exclude").
== Examples of use == Value for tag "tagname" must be exactly "tagdata": tagname==tagdata
Value for tag "tagname" must be different from "tagdata": tagname!=tagdata
== KNSRC entry == A tag filter line in a .knsrc file, which is a comma separated list of tag/value pairs, might look like:
TagFilter=ghns_excluded!=1,data##mimetype==application/cbr+zip,data##mimetype==application/cbr+rar which would honour the exclusion and filter out anything that does not include a comic book archive in either zip or rar format in one or more of the download items. Notice in particular that there are two data##mimetype entries. Use this for when a tag may have multiple values.
TagFilter=application##architecture==x86_64 which would not honour the exclusion, and would filter out all entries which do not mark themselves as having a 64bit application binary in at least one download item.
The value does not current support wildcards. The list should be considered a binary AND operation (that is, all filter entries must match for the data entry to be included in the return data)
- Parameters
-
filter The filter in the form of a list of strings
- See also
- setDownloadTagFilter(QStringList)
- Since
- 5.51
Definition at line 665 of file engine.cpp.
◆ signalEntryEvent
|
signal |
This is fired for any event related directly to a single EntryInternal instance.
- See also
- EntryInternal::EntryEvent for details on which specific event is being notified
- Since
- 5.77
◆ signalErrorCode
|
signal |
Fires in the case of any critical or serious errors, such as network or API problems.
- Parameters
-
errorCode Represents the specific type of error which has occurred message A human-readable message which can be shown to the end user metadata Any additional data which might be hepful to further work out the details of the error (see KNSCore::EntryInternal::ErrorCode for the metadata details)
- See also
- KNSCore::EntryInternal::ErrorCode
- Since
- 5.53
◆ signalMessage
|
signal |
Indicates a message to be added to the ui's log, or sent to a messagebox.
◆ signalSearchPresetsLoaded
|
signal |
Fires when the engine has loaded search presets.
These represent interesting searches for the user, such as recommendations.
- Since
- 5.83
◆ sortMode()
Provider::SortMode Engine::sortMode | ( | ) | const |
The sort mode set on the current request.
- See also
- setSortMode(Provider::SortMode)
- Since
- 5.63
Definition at line 594 of file engine.cpp.
◆ storeSearch()
void Engine::storeSearch | ( | ) |
Stores the current search parameters internally This might for example be used to allow you to restore the current view state after performing a single-entry fetch with fetchEntryById(QString).
That function does not perform this action itself, because it may well not be the desired outcome.
- Since
- 5.79
Definition at line 643 of file engine.cpp.
◆ tagFilter()
QStringList Engine::tagFilter | ( | ) | const |
Gets the current tag filter list.
- See also
- setTagFilter(QStringList)
- Since
- 5.51
Definition at line 673 of file engine.cpp.
◆ uninstall()
void Engine::uninstall | ( | KNSCore::EntryInternal | entry | ) |
Uninstalls an entry.
It reverses the steps which were performed during the installation.
- Parameters
-
entry The entry to deinstall
Definition at line 906 of file engine.cpp.
◆ uploadEnabled()
bool KNSCore::Engine::uploadEnabled | ( | ) | const |
Whether or not the configuration says that the providers are expected to support uploading.
- Returns
- True if the providers are expected to support uploading
- Since
- 5.85
◆ uploadEnabledChanged()
Q_SIGNAL void KNSCore::Engine::uploadEnabledChanged | ( | ) |
Fired when the uploadEnabled property changes.
- Since
- 5.85
◆ useLabel()
QString KNSCore::Engine::useLabel | ( | ) | const |
Text that should be displayed for the adoption button, this defaults to i18n("Use")
- Since
- 5.77
◆ useLabelChanged()
Q_SIGNAL void KNSCore::Engine::useLabelChanged | ( | ) |
Signal gets emitted when the useLabel property changes.
- Since
- 5.77
◆ userCanBecomeFan()
bool Engine::userCanBecomeFan | ( | const EntryInternal & | entry | ) |
Whether or not the user is allowed to become a fan of a particular entry.
Not all providers (and consequently entries) support the fan functionality and you can use this function to determine this ability.
- Parameters
-
entry The entry the user might wish to be a fan of
- Returns
- Whether or not it is possible for the user to become a fan of that entry
Definition at line 997 of file engine.cpp.
◆ userCanVote()
bool Engine::userCanVote | ( | const EntryInternal & | entry | ) |
Whether or not a user is able to vote on the passed entry.
- Parameters
-
entry The entry to check votability on
- Returns
- True if the user is able to vote on the entry
Definition at line 985 of file engine.cpp.
◆ vote()
void Engine::vote | ( | const EntryInternal & | entry, |
uint | rating | ||
) |
Cast a vote on the passed entry.
- Parameters
-
entry The entry to vote on rating A number from 0 to 100, 50 being neutral, 0 being most negative and 100 being most positive.
Definition at line 991 of file engine.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:11:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.