|
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.11 2007-06-12 13:31:38 dockes Exp $ (C) 2006 J.F.Dockes */
|
3 |
/* @(#$Id: preview_w.h,v 1.12 2007-07-13 06:31:30 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.
|
|
... |
|
... |
116 |
bool m_loading;
|
116 |
bool m_loading;
|
117 |
list<TabData> tabData;
|
117 |
list<TabData> tabData;
|
118 |
QWidget *currentW;
|
118 |
QWidget *currentW;
|
119 |
HiliteData m_hData;
|
119 |
HiliteData m_hData;
|
120 |
void init();
|
120 |
void init();
|
121 |
virtual void destroy();
|
|
|
122 |
TabData *tabDataForCurrent(); // Return auxiliary data pointer for cur tab
|
121 |
TabData *tabDataForCurrent(); // Return auxiliary data pointer for cur tab
|
123 |
};
|
122 |
};
|
124 |
|
123 |
|
125 |
#endif /* _PREVIEW_W_H_INCLUDED_ */
|
124 |
#endif /* _PREVIEW_W_H_INCLUDED_ */
|