• Skip to content
  • Skip to link menu
KDE 4.0 API Reference
  • KDE API Reference
  • kdegraphics
  • Sitemap
  • Contact Us
 

okular

Okular::PrintInterface

Okular::PrintInterface Class Reference

#include <printinterface.h>

List of all members.


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 )

        ...
    };
and - of course - implementing its methods.

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]

Destroys the printer interface.

Definition at line 45 of file printinterface.h.


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:
  • printinterface.h

okular

Skip menu "okular"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdegraphics

Skip menu "kdegraphics"
  • okular
Generated for kdegraphics by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal