FaxMultiPage Class Reference
#include <faxmultipage.h>
Detailed Description
Well-documented minimal implementation of a KMultiPage.This class provides a well-documented reference implementation of a KMultiPage, suitable as a starting point for a real-world implementation. In a larger application, this class would contain the GUI elements that the plugin adds to the GUI of the kviewshell. For viewing FAXes, no special GUI elements are required, and this plugin does only the minimal initialization required.
Definition at line 81 of file faxmultipage.h.
Public Member Functions | |
| FaxMultiPage (QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, const QStringList &args=QStringList()) | |
| virtual | ~FaxMultiPage () |
| virtual QStringList | fileFormats () const |
Static Public Member Functions | |
| static KAboutData * | createAboutData () |
Constructor & Destructor Documentation
| FaxMultiPage::FaxMultiPage | ( | QWidget * | parentWidget, | |
| const char * | widgetName, | |||
| QObject * | parent, | |||
| const char * | name, | |||
| const QStringList & | args = QStringList() | |||
| ) |
Constructor.
The constructor needs to initialize several members of the kmultipage. Please have a look at the constructor's source code to see how to adjust this for your implementation.
Definition at line 34 of file faxmultipage.cpp.
| FaxMultiPage::~FaxMultiPage | ( | ) | [virtual] |
Member Function Documentation
| KAboutData * FaxMultiPage::createAboutData | ( | ) | [static] |
Author information.
This member returns a structure that contains information about the authors of the implementation
Definition at line 58 of file faxmultipage.cpp.
| QStringList FaxMultiPage::fileFormats | ( | ) | const [virtual] |
List of file formats for file saving.
This method returns the list of supported file formats for saving the file.
Definition at line 75 of file faxmultipage.cpp.
The documentation for this class was generated from the following files:

