CalendarEvents::ShowEventInterface

Search for usage in LXR

CalendarEvents::ShowEventInterface Class Referenceabstract

#include <CalendarEvents/CalendarEventsPlugin>

Public Member Functions

virtual bool showEvent (const QString &uid)=0
 

Detailed Description

Interface for displaying event details.

ShowEventInterface is an additional interface the CalendarEventsPlugin implementations can implement if they support displaying details about events (e.g. opening the event in KOrganizer).

Since
5.61

Definition at line 276 of file calendareventsplugin.h.

Member Function Documentation

◆ showEvent()

virtual bool CalendarEvents::ShowEventInterface::showEvent ( const QString & uid)
pure virtual

When this is called, the plugin should show a window displaying the full preview of the event.

The plugin should return true if the event details can be displayed, false otherwise.


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:16:59 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.