kviewshell
EmptyMultiPage Class Reference
#include <empty_multipage.h>
Inheritance diagram for EmptyMultiPage:
Public Member Functions | |
EmptyMultiPage (QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, const QStringList &args=QStringList()) | |
virtual QStringList | fileFormats () const |
virtual bool | openFile () |
Static Public Member Functions | |
static KAboutData * | createAboutData () |
Detailed Description
Definition at line 30 of file empty_multipage.h.
Constructor & Destructor Documentation
EmptyMultiPage::EmptyMultiPage | ( | QWidget * | parentWidget, | |
const char * | widgetName, | |||
QObject * | parent, | |||
const char * | name, | |||
const QStringList & | args = QStringList() | |||
) |
Definition at line 29 of file empty_multipage.cpp.
Member Function Documentation
KAboutData * EmptyMultiPage::createAboutData | ( | ) | [static] |
Definition at line 40 of file empty_multipage.cpp.
virtual QStringList EmptyMultiPage::fileFormats | ( | ) | const [inline, virtual] |
list of supported file formats, for saving
This member must return the list of supported file formats for saving. These strings returned must be in the format explained in the documentation to KFileDialog::setFilter(), e.g. ""*.cpp *.cxx .c++|C++ Source Files". The use of mimetype-filters is allowed, but discouraged. Among other penalties, if a multipage gives a mimetype-filter, e.g. "application/x-dvi", the open file dialog in kviewshell will not allow the user to see and select compressed dvi-files.
Implements KMultiPage.
Definition at line 38 of file empty_multipage.h.
virtual bool EmptyMultiPage::openFile | ( | ) | [inline, virtual] |
The documentation for this class was generated from the following files: