Akonadi::CollectionPropertiesPageFactory

Search for usage in LXR

Akonadi::CollectionPropertiesPageFactory Class Referenceabstract

#include <collectionpropertiespage.h>

Public Member Functions

virtual ~CollectionPropertiesPageFactory ()
 
virtual CollectionPropertiesPagecreateWidget (QWidget *parent=nullptr) const =0
 

Detailed Description

A factory class for collection properties dialog pages.

The factory encapsulates the creation of the collection properties dialog page. You can use the AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY macro to create a factory class automatically.

Author
Volker Krause vkrau.nosp@m.se@k.nosp@m.de.or.nosp@m.g

Definition at line 156 of file collectionpropertiespage.h.

Constructor & Destructor Documentation

◆ ~CollectionPropertiesPageFactory()

CollectionPropertiesPageFactory::~CollectionPropertiesPageFactory ( )
virtual

Destroys the collection properties page factory.

Definition at line 48 of file collectionpropertiespage.cpp.

Member Function Documentation

◆ createWidget()

virtual CollectionPropertiesPage * Akonadi::CollectionPropertiesPageFactory::createWidget ( QWidget * parent = nullptr) const
pure virtual

Returns the actual page widget.

Parameters
parentThe parent widget.

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

KDE's Doxygen guidelines are available online.