org::kde::newstuff::Page
Inherits GridViewKCM.
Properties | |
alias | configFile |
alias | engine |
string | uninstallLabel |
string | useLabel |
int | viewMode |
Signals | |
void | busyMessage (string message) |
void | errorMessage (string message) |
void | idleMessage (string message) |
void | message (string message) |
Public Member Functions | |
void | showEntryDetails (providerId, entryId) |
Detailed Description
A Kirigami.Page component used for managing KNS entries.
- Since
- 1.1This component is functionally equivalent to the old DownloadDialog
- See also
- KNewStuff::DownloadDialog
- Since
- 5.63
Property Documentation
alias org::kde::newstuff::Page::configFile |
The configuration file which describes the application (knsrc)
The format and location of this file is found in the documentation for KNS3::DownloadDialog
alias org::kde::newstuff::Page::engine |
Member Function Documentation
|
signal |
A message posted when the engine is busy doing something long duration (usually this will be when fetching installation data)
- Parameters
-
message The message to be shown to the user
|
signal |
A message posted when something has gone wrong.
- Parameters
-
message The message to be shown to the user
|
signal |
A message posted usually describing that whatever action a recent busy message said was happening has been completed.
- Parameters
-
message The message to be shown to the user
|
signal |
Any generic message from the NewStuff.Engine.
- Parameters
-
message The message to be shown to the user
void org::kde::newstuff::Page::showEntryDetails | ( | providerId | , |
entryId | |||
) |
Show the details page for a specific entry.
If you call this function before the engine initialisation has been completed, the action itself will be postponed until that has happened.
- Parameters
-
providerId The provider ID for the entry you wish to show details for entryId The unique ID for the entry you wish to show details for
- Since
- 5.79
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 27 2021 22:41:28 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.