Switch to unified view

a/src/qtgui/rclmain_w.h b/src/qtgui/rclmain_w.h
...
...
34
class IdxSchedW;
34
class IdxSchedW;
35
class ExecCmd;
35
class ExecCmd;
36
class Preview;
36
class Preview;
37
class ResTable;
37
class ResTable;
38
class CronToolW;
38
class CronToolW;
39
class RTIToolW;
39
40
40
#include "ui_rclmain.h"
41
#include "ui_rclmain.h"
41
42
42
namespace confgui {
43
namespace confgui {
43
    class ConfIndexW;
44
    class ConfIndexW;
...
...
56
      asearchform(0),
57
      asearchform(0),
57
      uiprefs(0),
58
      uiprefs(0),
58
      indexConfig(0),
59
      indexConfig(0),
59
      indexSched(0),
60
      indexSched(0),
60
      cronTool(0),
61
      cronTool(0),
62
    rtiTool(0),
61
      spellform(0),
63
      spellform(0),
62
      periodictimer(0),
64
      periodictimer(0),
63
      restable(0),
65
      restable(0),
64
      displayingTable(0),
66
      displayingTable(0),
65
          m_idNoStem(0),
67
          m_idNoStem(0),
...
...
94
    virtual void showUIPrefs();
96
    virtual void showUIPrefs();
95
    virtual void showIndexConfig();
97
    virtual void showIndexConfig();
96
    virtual void execIndexConfig();
98
    virtual void execIndexConfig();
97
    virtual void showCronTool();
99
    virtual void showCronTool();
98
    virtual void execCronTool();
100
    virtual void execCronTool();
101
    virtual void showRTITool();
102
    virtual void execRTITool();
99
    virtual void showIndexSched();
103
    virtual void showIndexSched();
100
    virtual void execIndexSched();
104
    virtual void execIndexSched();
101
    virtual void setUIPrefs();
105
    virtual void setUIPrefs();
102
    virtual void enableNextPage(bool);
106
    virtual void enableNextPage(bool);
103
    virtual void enablePrevPage(bool);
107
    virtual void enablePrevPage(bool);
...
...
142
    AdvSearch      *asearchform;
146
    AdvSearch      *asearchform;
143
    UIPrefsDialog  *uiprefs;
147
    UIPrefsDialog  *uiprefs;
144
    ConfIndexW     *indexConfig;
148
    ConfIndexW     *indexConfig;
145
    IdxSchedW      *indexSched;
149
    IdxSchedW      *indexSched;
146
    CronToolW      *cronTool;
150
    CronToolW      *cronTool;
151
    RTIToolW       *rtiTool;
147
    SpellW         *spellform;
152
    SpellW         *spellform;
148
    QTimer         *periodictimer;
153
    QTimer         *periodictimer;
149
    ResTable       *restable;
154
    ResTable       *restable;
150
    bool            displayingTable;
155
    bool            displayingTable;
151
    QAction          *m_idNoStem;
156
    QAction          *m_idNoStem;
...
...
167
    virtual void setStemLang(const QString& lang);
172
    virtual void setStemLang(const QString& lang);
168
    virtual void onSortCtlChanged();
173
    virtual void onSortCtlChanged();
169
    virtual void showIndexConfig(bool modal);
174
    virtual void showIndexConfig(bool modal);
170
    virtual void showIndexSched(bool modal);
175
    virtual void showIndexSched(bool modal);
171
    virtual void showCronTool(bool modal);
176
    virtual void showCronTool(bool modal);
177
    virtual void showRTITool(bool modal);
172
};
178
};
173
179
174
#endif // RCLMAIN_W_H
180
#endif // RCLMAIN_W_H