KDECore
kserviceaction.h File Reference
#include <kdecore_export.h>#include <QtCore/QSharedDataPointer>Go to the source code of this file.
Classes | |
| class | KServiceAction |
| Represents an action in a .desktop file Actions are defined with the config key Actions in the [Desktop Entry] group, followed by one group per action, as per the desktop entry standard. More... | |
Functions | |
| QDataStream & | operator<< (QDataStream &str, const KServiceAction &act) |
| QDataStream & | operator>> (QDataStream &str, KServiceAction &act) |
Function Documentation
| QDataStream& operator<< | ( | QDataStream & | str, | |
| const KServiceAction & | act | |||
| ) |
Definition at line 117 of file kserviceaction.cpp.
| QDataStream& operator>> | ( | QDataStream & | str, | |
| KServiceAction & | act | |||
| ) |
Definition at line 105 of file kserviceaction.cpp.
KDE 4.3 API Reference