Okular::TextRequest

Search for usage in LXR

Okular::TextRequest Class Reference

#include <generator.h>

Public Member Functions

 TextRequest (Page *page)
 
 ~TextRequest ()
 
Pagepage () const
 
bool shouldAbortExtraction () const
 

Detailed Description

Describes a text request.

Since
1.4

Definition at line 746 of file generator.h.

Constructor & Destructor Documentation

◆ TextRequest() [1/2]

TextRequest::TextRequest ( Page * page)
explicit

Creates a new text request.

Definition at line 537 of file generator.cpp.

◆ TextRequest() [2/2]

TextRequest::TextRequest ( )

Definition at line 530 of file generator.cpp.

◆ ~TextRequest()

TextRequest::~TextRequest ( )

Destroys the pixmap request.

Definition at line 544 of file generator.cpp.

Member Function Documentation

◆ page()

Page * TextRequest::page ( ) const

Returns a pointer to the page where the pixmap shall be generated for.

Definition at line 549 of file generator.cpp.

◆ shouldAbortExtraction()

bool TextRequest::shouldAbortExtraction ( ) const

Should the request be aborted if possible?

Definition at line 554 of file generator.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:35 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.