KNotifyConfigElement

Search for usage in LXR

KNotifyConfigElement Class Reference

#include <knotifyconfigelement.h>

Public Member Functions

 KNotifyConfigElement (const KNotifyConfigElement &)=delete
 
 KNotifyConfigElement (const QString &eventid, KConfig *config)
 
QString eventId () const
 
KNotifyConfigElementoperator= (const KNotifyConfigElement &)=delete
 
QString readEntry (const QString &entry, bool path=false)
 
void save ()
 
void writeEntry (const QString &entry, const QString &data)
 

Detailed Description

Represent the config for an event.

Author
Olivier Goffart ogoff.nosp@m.art@.nosp@m.kde.o.nosp@m.rg

Definition at line 21 of file knotifyconfigelement.h.

Constructor & Destructor Documentation

◆ KNotifyConfigElement()

KNotifyConfigElement::KNotifyConfigElement ( const QString & eventid,
KConfig * config )

Definition at line 13 of file knotifyconfigelement.cpp.

◆ ~KNotifyConfigElement()

KNotifyConfigElement::~KNotifyConfigElement ( )

Definition at line 19 of file knotifyconfigelement.cpp.

Member Function Documentation

◆ eventId()

QString KNotifyConfigElement::eventId ( ) const

Definition at line 37 of file knotifyconfigelement.cpp.

◆ readEntry()

QString KNotifyConfigElement::readEntry ( const QString & entry,
bool path = false )

Definition at line 24 of file knotifyconfigelement.cpp.

◆ save()

void KNotifyConfigElement::save ( )

Definition at line 42 of file knotifyconfigelement.cpp.

◆ writeEntry()

void KNotifyConfigElement::writeEntry ( const QString & entry,
const QString & data )

Definition at line 32 of file knotifyconfigelement.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:45 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.