|
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.8 2007-01-19 15:22:50 dockes Exp $ (C) 2006 J.F.Dockes */
|
3 |
/* @(#$Id: preview_w.h,v 1.9 2007-02-19 18:15:14 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.
|
|
... |
|
... |
107 |
// browsing successive search results in a tab.
|
107 |
// browsing successive search results in a tab.
|
108 |
int matchIndex;
|
108 |
int matchIndex;
|
109 |
int matchPara;
|
109 |
int matchPara;
|
110 |
bool dynSearchActive;
|
110 |
bool dynSearchActive;
|
111 |
bool canBeep;
|
111 |
bool canBeep;
|
|
|
112 |
bool m_loading;
|
112 |
list<TabData> tabData;
|
113 |
list<TabData> tabData;
|
113 |
QWidget *currentW;
|
114 |
QWidget *currentW;
|
114 |
HiliteData m_hData;
|
115 |
HiliteData m_hData;
|
115 |
void init();
|
116 |
void init();
|
116 |
virtual void destroy();
|
117 |
virtual void destroy();
|