Okular
global.h
36 FromTop, ///< Searching from top of the page, next result is to be found, there was no earlier search result.
37 FromBottom, ///< Searching from bottom of the page, next result is to be found, there was no earlier search result.
38 NextResult, ///< Searching for the next result on the page, earlier result should be located so we search from the last result not from the beginning of the page.
39 PreviousResult ///< Searching for the previous result on the page, earlier result should be located so we search from the last result not from the beginning of the page.
@ FromBottom
Searching from bottom of the page, next result is to be found, there was no earlier search result.
Definition: global.h:37
@ PreviousResult
Searching for the previous result on the page, earlier result should be located so we search from the...
Definition: global.h:39
@ NextResult
Searching for the next result on the page, earlier result should be located so we search from the las...
Definition: global.h:38
@ FromTop
Searching from top of the page, next result is to be found, there was no earlier search result.
Definition: global.h:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:08:33 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:08:33 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.