|
a/src/qtgui/rclmain_w.h |
|
b/src/qtgui/rclmain_w.h |
|
... |
|
... |
52 |
};
|
52 |
};
|
53 |
#endif
|
53 |
#endif
|
54 |
//MOC_SKIP_END
|
54 |
//MOC_SKIP_END
|
55 |
|
55 |
|
56 |
class Preview;
|
56 |
class Preview;
|
|
|
57 |
namespace confgui {
|
|
|
58 |
class ConfIndexW;
|
|
|
59 |
}
|
|
|
60 |
using confgui::ConfIndexW;
|
57 |
|
61 |
|
58 |
class RclMain : public DummyRclMainBase
|
62 |
class RclMain : public DummyRclMainBase
|
59 |
{
|
63 |
{
|
60 |
Q_OBJECT
|
64 |
Q_OBJECT
|
61 |
|
65 |
|
|
... |
|
... |
82 |
virtual void startManual();
|
86 |
virtual void startManual();
|
83 |
virtual void showDocHistory();
|
87 |
virtual void showDocHistory();
|
84 |
virtual void showExtIdxDialog();
|
88 |
virtual void showExtIdxDialog();
|
85 |
virtual void sortDataChanged(DocSeqSortSpec spec);
|
89 |
virtual void sortDataChanged(DocSeqSortSpec spec);
|
86 |
virtual void showUIPrefs();
|
90 |
virtual void showUIPrefs();
|
|
|
91 |
virtual void showIndexConfig();
|
87 |
virtual void setUIPrefs();
|
92 |
virtual void setUIPrefs();
|
88 |
virtual void enableNextPage(bool);
|
93 |
virtual void enableNextPage(bool);
|
89 |
virtual void enablePrevPage(bool);
|
94 |
virtual void enablePrevPage(bool);
|
90 |
virtual void docExpand(int);
|
95 |
virtual void docExpand(int);
|
91 |
virtual void ssearchAddTerm(QString);
|
96 |
virtual void ssearchAddTerm(QString);
|
|
... |
|
... |
112 |
private:
|
117 |
private:
|
113 |
Preview *curPreview;
|
118 |
Preview *curPreview;
|
114 |
AdvSearch *asearchform;
|
119 |
AdvSearch *asearchform;
|
115 |
SortForm *sortform;
|
120 |
SortForm *sortform;
|
116 |
UIPrefsDialog *uiprefs;
|
121 |
UIPrefsDialog *uiprefs;
|
|
|
122 |
ConfIndexW *indexConfig;
|
117 |
SpellW *spellform;
|
123 |
SpellW *spellform;
|
118 |
|
124 |
|
119 |
RefCntr<Rcl::SearchData> m_searchData;
|
125 |
RefCntr<Rcl::SearchData> m_searchData;
|
120 |
DocSeqSortSpec m_sortspecs;
|
126 |
DocSeqSortSpec m_sortspecs;
|
121 |
RefCntr<DocSequence> m_docSource;
|
127 |
RefCntr<DocSequence> m_docSource;
|