summaryrefslogtreecommitdiff
path: root/src/frontend/displaywindow/clexiconreadwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/displaywindow/clexiconreadwindow.h')
-rw-r--r--src/frontend/displaywindow/clexiconreadwindow.h27
1 files changed, 12 insertions, 15 deletions
diff --git a/src/frontend/displaywindow/clexiconreadwindow.h b/src/frontend/displaywindow/clexiconreadwindow.h
index 2a32cec..36b47db 100644
--- a/src/frontend/displaywindow/clexiconreadwindow.h
+++ b/src/frontend/displaywindow/clexiconreadwindow.h
@@ -2,7 +2,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2009 by the BibleTime developers.
+* Copyright 1999-2011 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License version 2.0.
*
**********/
@@ -22,26 +22,21 @@ class CSwordKey;
class QAction;
class QMenu;
-/**
- *@author The BibleTime team
+/** The class used to display lexicons. It is also used as the class that other display window types are derived from.
+ *
+ * Inherits CReadWindow.
+ *
+ * Inherited by CBibleReadWindow, CBookReadWindow, and CCommentaryReadWindow.
+ *
+ * @author The BibleTime team
*/
class CLexiconReadWindow : public CReadWindow {
Q_OBJECT
public:
CLexiconReadWindow(QList<CSwordModuleInfo*> modules, CMDIArea* parent);
virtual ~CLexiconReadWindow();
- /**
- * Store the settings of this window in the given CProfileWindow object.
- */
- // virtual void storeProfileSettings( CProfileWindow* profileWindow );
- /**
- * Store the settings of this window in the given profile window.
- */
- // virtual void applyProfileSettings( CProfileWindow* profileWindow );
- /**
- * Reimplementation.
- */
- // static void insertKeyboardActions( KAccel* a );
+
+ /** Insert the keyboard accelerators of this window into the given actioncollection.*/
static void insertKeyboardActions( BtActionCollection* const a );
public slots:
@@ -58,6 +53,8 @@ class CLexiconReadWindow : public CReadWindow {
virtual void updatePopupMenu();
virtual void setupPopupMenu();
+ /** Called to add actions to mainWindow toolbars */
+ virtual void setupMainWindowToolBars();
struct ActionsStruct {
BtToolBarPopupAction* backInHistory;