|
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.9 2007-02-19 18:15:14 dockes Exp $ (C) 2006 J.F.Dockes */
|
3 |
/* @(#$Id: preview_w.h,v 1.10 2007-05-23 09:19:48 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.
|
|
... |
|
... |
37 |
string fn; // filename for this tab
|
37 |
string fn; // filename for this tab
|
38 |
string ipath; // Internal doc path inside file
|
38 |
string ipath; // Internal doc path inside file
|
39 |
QWidget *w; // widget for setCurrent
|
39 |
QWidget *w; // widget for setCurrent
|
40 |
int docnum; // Index of doc in db search results.
|
40 |
int docnum; // Index of doc in db search results.
|
41 |
|
41 |
|
42 |
|
|
|
43 |
TabData(QWidget *wi) : w(wi) {}
|
42 |
TabData(QWidget *wi)
|
|
|
43 |
: w(wi), docnum(-1)
|
|
|
44 |
{}
|
44 |
};
|
45 |
};
|
45 |
|
46 |
|
46 |
class QTextEdit;
|
47 |
class QTextEdit;
|
47 |
|
48 |
|
48 |
//MOC_SKIP_BEGIN
|
49 |
//MOC_SKIP_BEGIN
|