Public Slots | Public Member Functions | Public Attributes | Protected Slots | Private Attributes

CanvasWindowBase Class Reference

The base class for the CanvasWindow class. More...

#include <CanvasWindowBase.h>

Inheritance diagram for CanvasWindowBase:
Inheritance graph
[legend]
Collaboration diagram for CanvasWindowBase:
Collaboration graph
[legend]

List of all members.

Public Slots

virtual void menubar_activated ()

Public Member Functions

 addDockWindow (QDockWindow *dockWindow, Dock edge=DockTop, bool newLine=FALSE)
 addDockWindow (QDockWindow *dockWindow, const QString &label, Dock edge=DockTop, bool newLine=FALSE)
 appropriate (QDockWindow *dw) const
 bottomDock () const
 CanvasWindowBase (QWidget *parent=0, const char *name=0, WFlags fl=WType_TopLevel)
 centralWidget () const
 childEvent (QChildEvent *e)
 createDockWindowMenu (DockWindows dockWindows=AllDockWindows) const
 customize ()
 dockWindowPositionChanged (QDockWindow *dockWindow)
 dockWindows (Dock dock) const
 dockWindows () const
 dockWindowsMovable () const
 enum {OnlyToolBars, NoToolBars, AllDockWindows}
 getLocation (QDockWindow *dw, Dock &dock, int &index, bool &nl, int &extraOffset) const
 gt (QTextStream &ts, QMainWindow &mainWindow)
 hasDockWindow (QDockWindow *dw)
 isCustomizable () const
 isDockEnabled (QDockArea *area) const
 isDockEnabled (Dock dock) const
 isDockEnabled (QDockWindow *tb, Dock dock) const
 isDockEnabled (QDockWindow *dw, QDockArea *area) const
 isDockMenuEnabled () const
 leftDock () const
 lineUpDockWindows (bool keepNewLines=FALSE)
 lt (QTextStream &ts, const QMainWindow &mainWindow)
 menuAboutToShow ()
 menuBar () const
 moveDockWindow (QDockWindow *dockWindow, Dock edge, bool nl, int index, int extraOffset=-1)
 moveDockWindow (QDockWindow *dockWindow, Dock edge=DockTop)
 opaqueMoving () const
 pixmapSizeChanged (bool)
 prop -whether text labels for toolbar buttons are enabled
 prop -whether dock windows are moved opaquely
 prop -whether big pixmaps are enabled
 prop -whether the dock windows are movable
 QDockWindow () and
 removeDockWindow (QDockWindow *dockWindow)
 rightDock () const
 setAppropriate (QDockWindow *dw, bool a)
 setCentralWidget (QWidget *w)
 setDockEnabled (QDockWindow *dw, Dock dock, bool enable)
 setDockEnabled (Dock dock, bool enable)
 setDockMenuEnabled (bool b)
 setDockWindowsMovable (bool)
 setOpaqueMoving (bool)
 setUpLayout ()
 setUsesBigPixmaps (bool)
 setUsesBigPixmaps () is used to set whether tool buttons should
 setUsesTextLabel (bool)
 setUsesTextLabel () is used to set whether tool buttons
 showDockMenu (const QPoint &globalPos)
 statusBar () const
 toolBars (Dock dock) const
 toolTipGroup () const
 topDock () const
 usesBigPixmaps () const
 usesTextLabel () const
 usesTextLabelChanged (bool)
 whatsThis ()
 ~CanvasWindowBase ()

Public Attributes

QActionGroupcutActionGroup
QPopupMenueditMenu
QPopupMenufileMenu
QPopupMenuhelpMenu
QActionm_aboutQt
QActionm_createNTuple
QActionm_cut1
QActionm_cut2
QActionm_cut3
QActionm_editClearAction
QActionm_editCopyAction
QActionm_editCutAction
QActionm_editDeleteAction
QActionm_editPasteAction
QActionm_editReTileAction
QActionm_editReTilePage
QActionm_editSelectAllAction
QActionm_editUndoAction
QActionm_enlarge
QActionm_exportTextTuple
QActionm_fileBrowse
QActionm_fileCloseAction
QActionm_fileExit
QActionm_fileNewAction
QActionm_fileOpen
QActionm_filePrint
QActionm_fileSaveAction
QActionm_fileSaveAllAction
QActionm_fileSaveAllAsAction
QActionm_fileSaveAsAction
QActionm_fileSaveSelected
QActionm_group
QActionm_helpAboutAction
QActionm_helpHelp
QActionm_nextView
QActionm_pick
QActionm_previousView
QActionGroupm_recent_files
QActionm_set_canvas
QActionGroupm_set_fitter
QActionm_set_printer
QActionm_settingDefaultDock
QActionm_settingsFontsAction
QActionm_showPickTableAction
QActionm_showPlotTableAction
QActionm_ungroup
QActionm_viewInspectorAction
QActionm_viewLockAction
QActionm_viewUnlockAction
QActionm_viewzoomreset
QActionm_zoomIn
QActionm_zoomMode
QActionm_zoomOut
QMenuBarmenubar
QPopupMenuPopupMenu
QPopupMenuPopupMenu_2
QToolBartoolBar
QToolBarToolbar
QToolBarToolbar_2
QToolBarToolbar_4

Protected Slots

virtual void aboutQt ()=0
virtual void defaultToolbar ()=0
virtual void editClear ()=0
virtual void editCopy ()=0
virtual void editCut ()=0
virtual void editDelete ()=0
virtual void editPaste ()=0
virtual void editReTile ()=0
virtual void editReTilePage ()=0
virtual void editSelectAll ()=0
virtual void editUndo ()=0
virtual void fileBrowse ()=0
virtual void fileCreateNTuple ()=0
virtual void fileExit ()=0
virtual void fileExportTextTuple ()=0
virtual void fileNew ()=0
virtual void fileOpen ()=0
virtual void filePrint ()=0
virtual void fileSave ()=0
virtual void fileSaveAll ()=0
virtual void fileSaveAllAs ()=0
virtual void fileSaveAs ()=0
virtual void fileSaveSelectedImages (void)=0
virtual void groupView ()=0
virtual void helpAbout ()=0
virtual void helpHelp ()=0
virtual void languageChange ()
virtual void nextView ()=0
virtual void openRecentFile (QAction *)=0
virtual void previousView ()=0
virtual void setCutMode (QAction *)=0
virtual void setFitter (QAction *)=0
virtual void settingCanvas ()=0
virtual void settingFonts ()=0
virtual void settingPrinter ()=0
virtual void setZoomMode (bool)=0
virtual void ungroupView ()=0
virtual void viewAddPage ()=0
virtual void viewLock (void)=0
void viewRemoveEmpty ()
virtual void viewShowInspector ()=0
virtual void viewShowPickTable ()=0
virtual void viewShowPlotTable ()=0
virtual void viewUnlock (void)=0
virtual void viewZoomIn ()=0
virtual void viewZoomOut ()=0
virtual void viewZoomReset ()=0

Private Attributes

QPixmap image0
QPixmap image1
QPixmap image10
QPixmap image11
QPixmap image12
QPixmap image13
QPixmap image14
QPixmap image2
QPixmap image3
QPixmap image4
QPixmap image5
QPixmap image6
QPixmap image7
QPixmap image8
QPixmap image9

Detailed Description

The base class for the CanvasWindow class.

The pure virtual base class built with the Qt Designer.

Definition at line 26 of file CanvasWindowBase.h.


Constructor & Destructor Documentation

CanvasWindowBase ( QWidget parent = 0,
const char *  name = 0,
WFlags  fl = WType_TopLevel 
)

Definition at line 830 of file CanvasWindowBase.cpp.

References aboutQt(), QAction::addTo(), cutActionGroup, defaultToolbar(), editClear(), editCopy(), editCut(), editDelete(), editMenu, editPaste(), editReTile(), editReTilePage(), editSelectAll(), editUndo(), fileBrowse(), fileCreateNTuple(), fileExit(), fileExportTextTuple(), fileMenu, fileNew(), fileOpen(), filePrint(), fileSave(), fileSaveAll(), fileSaveAllAs(), fileSaveAs(), fileSaveSelectedImages(), groupView(), helpAbout(), helpHelp(), helpMenu, image0, image1, image10, image11, image12, image13, image14, image2, image3, image4, image5, image6, image7, image8, image9, QMenuBar::insertItem(), QPopupMenu::insertSeparator(), languageChange(), m_aboutQt, m_createNTuple, m_cut1, m_cut2, m_cut3, m_editClearAction, m_editCopyAction, m_editCutAction, m_editDeleteAction, m_editPasteAction, m_editReTileAction, m_editReTilePage, m_editSelectAllAction, m_editUndoAction, m_enlarge, m_exportTextTuple, m_fileBrowse, m_fileCloseAction, m_fileExit, m_fileNewAction, m_fileOpen, m_filePrint, m_fileSaveAction, m_fileSaveAllAction, m_fileSaveAllAsAction, m_fileSaveAsAction, m_fileSaveSelected, m_group, m_helpAboutAction, m_helpHelp, m_nextView, m_pick, m_previousView, m_recent_files, m_set_canvas, m_set_fitter, m_set_printer, m_settingDefaultDock, m_settingsFontsAction, m_showPickTableAction, m_showPlotTableAction, m_ungroup, m_viewInspectorAction, m_viewLockAction, m_viewUnlockAction, m_viewzoomreset, m_zoomIn, m_zoomMode, m_zoomOut, menubar, nextView(), openRecentFile(), PopupMenu, PopupMenu_2, previousView(), setCutMode(), QAction::setEnabled(), QActionGroup::setExclusive(), setFitter(), QAction::setIconSet(), QAction::setOn(), settingCanvas(), settingFonts(), settingPrinter(), QAction::setToggleAction(), QActionGroup::setUsesDropDown(), setZoomMode(), QMainWindow::statusBar(), Toolbar, toolBar, Toolbar_2, Toolbar_4, ungroupView(), viewAddPage(), viewLock(), viewShowInspector(), viewShowPickTable(), viewShowPlotTable(), viewUnlock(), viewZoomIn(), viewZoomOut(), and viewZoomReset().

Definition at line 1111 of file CanvasWindowBase.cpp.


Member Function Documentation

virtual void aboutQt ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void defaultToolbar ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editClear ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editCopy ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editCut ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editDelete ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editPaste ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editReTile ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editReTilePage ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editSelectAll ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editUndo ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileBrowse ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileCreateNTuple ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileExit ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileExportTextTuple ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileNew ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileOpen ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void filePrint ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSave ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSaveAll ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSaveAllAs ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSaveAs ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSaveSelectedImages ( void  ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void groupView ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void helpAbout ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void helpHelp ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

void languageChange ( ) [protected, virtual, slot]
void menubar_activated ( ) [virtual, slot]

Definition at line 1299 of file CanvasWindowBase.cpp.

virtual void nextView ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void openRecentFile ( QAction ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void previousView ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void setCutMode ( QAction ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void setFitter ( QAction ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void settingCanvas ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void settingFonts ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void settingPrinter ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void setZoomMode ( bool  ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void ungroupView ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewAddPage ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewLock ( void  ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

void viewRemoveEmpty ( ) [protected, slot]

Definition at line 1294 of file CanvasWindowBase.cpp.

virtual void viewShowInspector ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewShowPickTable ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewShowPlotTable ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewUnlock ( void  ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewZoomIn ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewZoomOut ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewZoomReset ( ) [protected, pure virtual, slot]

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().


Member Data Documentation

Definition at line 83 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 36 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

Definition at line 35 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

Definition at line 39 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image0 [private]

Definition at line 152 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image1 [private]

Definition at line 153 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image10 [private]

Definition at line 162 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image11 [private]

Definition at line 163 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image12 [private]

Definition at line 164 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image13 [private]

Definition at line 165 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image14 [private]

Definition at line 166 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image2 [private]

Definition at line 154 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image3 [private]

Definition at line 155 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image4 [private]

Definition at line 156 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image5 [private]

Definition at line 157 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image6 [private]

Definition at line 158 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image7 [private]

Definition at line 159 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image8 [private]

Definition at line 160 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPixmap image9 [private]

Definition at line 161 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

Definition at line 77 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 89 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 84 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), languageChange(), and CanvasWindow::setCutMode().

Definition at line 85 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), languageChange(), and CanvasWindow::setCutMode().

Definition at line 86 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), languageChange(), and CanvasWindow::setCutMode().

Definition at line 63 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 66 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 74 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 65 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 53 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 78 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 57 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 47 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 56 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 44 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 52 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 45 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 67 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 46 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 51 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 88 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 81 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 80 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 71 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 82 of file CanvasWindowBase.h.

Referenced by CanvasWindow::CanvasWindow(), CanvasWindowBase(), and languageChange().

Definition at line 70 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 93 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 73 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 69 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 68 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 76 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 72 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 54 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 79 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 55 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 34 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 38 of file CanvasWindowBase.h.

Referenced by CanvasWindow::CanvasWindow(), and CanvasWindowBase().

Definition at line 37 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

Definition at line 40 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 42 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 41 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

Definition at line 43 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().


The documentation for this class was generated from the following files:

Generated for HippoDraw Class Library by doxygen