|
a/src/qtgui/preview_w.h |
|
b/src/qtgui/preview_w.h |
1 |
#ifndef _PREVIEW_W_H_INCLUDED_
|
1 |
#ifndef _PREVIEW_W_H_INCLUDED_
|
2 |
#define _PREVIEW_W_H_INCLUDED_
|
2 |
#define _PREVIEW_W_H_INCLUDED_
|
3 |
/* @(#$Id: preview_w.h,v 1.2 2006-09-12 10:11:36 dockes Exp $ (C) 2006 J.F.Dockes */
|
3 |
/* @(#$Id: preview_w.h,v 1.3 2006-09-21 12:56:57 dockes Exp $ (C) 2006 J.F.Dockes */
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
8 |
* (at your option) any later version.
|
8 |
* (at your option) any later version.
|
|
... |
|
... |
68 |
signals:
|
68 |
signals:
|
69 |
void previewClosed(QWidget *);
|
69 |
void previewClosed(QWidget *);
|
70 |
void wordSelect(QString);
|
70 |
void wordSelect(QString);
|
71 |
void showNext(int sid, int docnum);
|
71 |
void showNext(int sid, int docnum);
|
72 |
void showPrev(int sid, int docnum);
|
72 |
void showPrev(int sid, int docnum);
|
|
|
73 |
void previewExposed(int sid, int docnum);
|
73 |
|
74 |
|
74 |
protected:
|
75 |
protected:
|
75 |
int m_searchId; // Identifier of search in main window. This is so that
|
76 |
int m_searchId; // Identifier of search in main window. This is so that
|
76 |
// we make sense when requesting the next document when
|
77 |
// we make sense when requesting the next document when
|
77 |
// browsing successive search results in a tab.
|
78 |
// browsing successive search results in a tab.
|