Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Andi Sardina Ramos
Okular
Commits
63c15804
Commit
63c15804
authored
Jun 27, 2006
by
Pino Toscano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SVN_SILENT apidox
svn path=/trunk/playground/graphics/okular/; revision=555392
parent
a9c32d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
generators/djvu/kdjvu.h
generators/djvu/kdjvu.h
+16
-1
No files found.
generators/djvu/kdjvu.h
View file @
63c15804
...
...
@@ -71,6 +71,18 @@ class KDjVu : public QObject
*/
QString
getMetaData
(
const
QString
&
key
)
const
;
/**
* Get ax XML document with the bookmarks of the current document (if any).
* The XML will look like this:
* \verbatim
* <!DOCTYPE KDjVuBookmarks>
* <item title="Title 1" destination="dest1">
* <item title="Title 1.1" destination="dest1.1" />
* ...
* </item>
* <item title="Title 2" destination="dest2">
* \endverbatim
*/
const
QDomDocument
*
documentBookmarks
()
const
;
// pixmap handling
...
...
@@ -87,7 +99,10 @@ class KDjVu : public QObject
void
requestPixmap
(
int
page
,
int
width
,
int
height
,
int
rotation
);
signals:
void
pixmapGenerated
(
int
page
,
const
QPixmap
&
pix
);
/**
* The pixmap \p pix for page \p page was generated.
*/
void
pixmapGenerated
(
int
page
,
const
QPixmap
&
pix
);
private:
class
Private
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment