CalendarEvents::ShowEventInterface
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()
|
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 Mon Nov 18 2024 12:14:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.