okular
Okular::PrintInterface Class Reference
#include <printinterface.h>
Detailed Description
Abstract interface for advanced printing control.This interface defines an advanced way of interfacing with the print process.
How to use it in a custom Generator:
class MyGenerator : public Okular::Generator, public Okular::PrintInterface { Q_OBJECT Q_INTERFACES( Okular::PrintInterface ) ... };
Definition at line 39 of file printinterface.h.
Public Member Functions | |
| virtual | ~PrintInterface () |
| virtual QWidget * | printConfigurationWidget () const =0 |
Constructor & Destructor Documentation
| virtual Okular::PrintInterface::~PrintInterface | ( | ) | [inline, virtual] |
Member Function Documentation
| virtual QWidget* Okular::PrintInterface::printConfigurationWidget | ( | ) | const [pure virtual] |
Builds and returns a new printing configuration widget.
- Note:
- don't keep a pointer to the new constructed widget, as it will be handled elsewhere (in the Okular KPart)
The documentation for this class was generated from the following file:
KDE 4.0 API Reference