libkdepim
KPIM::MultiplyingLineFactory Class Referenceabstract
#include <multiplyinglineeditor.h>
Inheritance diagram for KPIM::MultiplyingLineFactory:
Public Member Functions | |
MultiplyingLineFactory (QObject *parent) | |
virtual | ~MultiplyingLineFactory () |
virtual int | maximumRecipients () |
virtual MultiplyingLine * | newLine (QWidget *parent)=0 |
Detailed Description
An Abstract Base Class used to create MultiplyingLines Subclass this class and MultiplyingLine, then implement newLine() such that it allocates and returns an instance of your MultiplyingLine.
Definition at line 45 of file multiplyinglineeditor.h.
Constructor & Destructor Documentation
|
inlineexplicit |
Definition at line 49 of file multiplyinglineeditor.h.
|
inlinevirtual |
Definition at line 50 of file multiplyinglineeditor.h.
Member Function Documentation
|
inlinevirtual |
Definition at line 52 of file multiplyinglineeditor.h.
|
pure virtual |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.