Switch to unified view

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.13 2007-07-20 10:55:05 dockes Exp $  (C) 2006 J.F.Dockes */
3
/* @(#$Id: preview_w.h,v 1.14 2007-07-20 11:38:18 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.
...
...
92
    virtual void closeCurrentTab();
92
    virtual void closeCurrentTab();
93
    virtual void textDoubleClicked(int, int);
93
    virtual void textDoubleClicked(int, int);
94
    virtual void selecChanged();
94
    virtual void selecChanged();
95
95
96
signals:
96
signals:
97
    void previewClosed(QWidget *);
97
    void previewClosed(Preview *);
98
    void wordSelect(QString);
98
    void wordSelect(QString);
99
    void showNext(int sid, int docnum);
99
    void showNext(Preview *w, int sid, int docnum);
100
    void showPrev(int sid, int docnum);
100
    void showPrev(Preview *w, int sid, int docnum);
101
    void previewExposed(int sid, int docnum);
101
    void previewExposed(Preview *w, int sid, int docnum);
102
102
103
private:
103
private:
104
    // Identifier of search in main window. This is used to check that
104
    // Identifier of search in main window. This is used to check that
105
    // we make sense when requesting the next document when browsing
105
    // we make sense when requesting the next document when browsing
106
    // successive search results in a tab.
106
    // successive search results in a tab.