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

okular

  • Okular
  • PrintInterface
Public Member Functions | List of all members
Okular::PrintInterface Class Referenceabstract

#include <printinterface.h>

Public Member Functions

virtual ~PrintInterface ()
 
virtual QWidget * printConfigurationWidget () const =0
 

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.

Constructor & Destructor Documentation

virtual Okular::PrintInterface::~PrintInterface ( )
inlinevirtual

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
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

okular

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

kdegraphics API Reference

Skip menu "kdegraphics API Reference"
  •     libkdcraw
  •     libkexiv2
  •     libkipi
  •     libksane
  • okular

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal