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.14 2007-07-20 11:38:18 dockes Exp $  (C) 2006 J.F.Dockes */
3
/* @(#$Id: preview_w.h,v 1.15 2007-07-20 14:43:21 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.
...
...
111
    bool          m_loading;
111
    bool          m_loading;
112
    list<TabData> m_tabData;
112
    list<TabData> m_tabData;
113
    QWidget      *m_currentW;
113
    QWidget      *m_currentW;
114
    HiliteData    m_hData;
114
    HiliteData    m_hData;
115
    bool          m_justCreated; // First tab create is different
115
    bool          m_justCreated; // First tab create is different
116
    bool          m_haveAnchors; // Search terms are marked in text
116
117
117
    void init();
118
    void init();
118
    virtual void setCurTabProps(const string& fn, const Rcl::Doc& doc, 
119
    virtual void setCurTabProps(const string& fn, const Rcl::Doc& doc, 
119
                int docnum);
120
                int docnum);
120
    virtual QTextEdit *getCurrentEditor();
121
    virtual QTextEdit *getCurrentEditor();