Public Slots | Public Member Functions | Public Attributes | Protected Slots | Private Attributes | List of all members
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]

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 ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void defaultToolbar ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editClear ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editCopy ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editCut ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editDelete ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editPaste ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editReTile ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editReTilePage ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editSelectAll ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void editUndo ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileBrowse ( )
protectedpure virtualslot

Referenced by CanvasWindowBase().

virtual void fileCreateNTuple ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileExit ( )
protectedpure virtualslot

Referenced by CanvasWindowBase().

virtual void fileExportTextTuple ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileNew ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileOpen ( )
protectedpure virtualslot

Referenced by CanvasWindowBase().

virtual void filePrint ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSave ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSaveAll ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSaveAllAs ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSaveAs ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void fileSaveSelectedImages ( void  )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void groupView ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void helpAbout ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void helpHelp ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

void languageChange ( )
protectedvirtualslot
void menubar_activated ( )
virtualslot

Definition at line 1299 of file CanvasWindowBase.cpp.

virtual void nextView ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void openRecentFile ( QAction )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void previousView ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void setCutMode ( QAction )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void setFitter ( QAction )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void settingCanvas ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void settingFonts ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void settingPrinter ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void setZoomMode ( bool  )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void ungroupView ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewAddPage ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewLock ( void  )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

void viewRemoveEmpty ( )
protectedslot

Definition at line 1294 of file CanvasWindowBase.cpp.

virtual void viewShowInspector ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewShowPickTable ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewShowPlotTable ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewUnlock ( void  )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewZoomIn ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewZoomOut ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

virtual void viewZoomReset ( )
protectedpure virtualslot

Implemented in CanvasWindow.

Referenced by CanvasWindowBase().

Member Data Documentation

QActionGroup* cutActionGroup

Definition at line 83 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QPopupMenu* editMenu

Definition at line 36 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPopupMenu* fileMenu

Definition at line 35 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QPopupMenu* helpMenu

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().

QAction* m_aboutQt

Definition at line 77 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_createNTuple

Definition at line 89 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_cut1

Definition at line 84 of file CanvasWindowBase.h.

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

QAction* m_cut2

Definition at line 85 of file CanvasWindowBase.h.

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

QAction* m_cut3

Definition at line 86 of file CanvasWindowBase.h.

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

QAction* m_editClearAction

Definition at line 63 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_editCopyAction
QAction* m_editCutAction
QAction* m_editDeleteAction
QAction* m_editPasteAction
QAction* m_editReTileAction

Definition at line 66 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_editReTilePage

Definition at line 74 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_editSelectAllAction

Definition at line 65 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_editUndoAction
QAction* m_enlarge

Definition at line 53 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_exportTextTuple
QAction* m_fileBrowse

Definition at line 78 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_fileCloseAction

Definition at line 57 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_fileExit

Definition at line 47 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_fileNewAction

Definition at line 56 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_fileOpen

Definition at line 44 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_filePrint

Definition at line 52 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_fileSaveAction

Definition at line 45 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_fileSaveAllAction
QAction* m_fileSaveAllAsAction

Definition at line 67 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_fileSaveAsAction

Definition at line 46 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_fileSaveSelected
QAction* m_group
QAction* m_helpAboutAction

Definition at line 51 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_helpHelp

Definition at line 88 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_nextView

Definition at line 81 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_pick
QAction* m_previousView

Definition at line 80 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QActionGroup* m_recent_files
QAction* m_set_canvas

Definition at line 71 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QActionGroup* m_set_fitter

Definition at line 82 of file CanvasWindowBase.h.

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

QAction* m_set_printer

Definition at line 70 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_settingDefaultDock

Definition at line 93 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_settingsFontsAction

Definition at line 73 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_showPickTableAction

Definition at line 69 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_showPlotTableAction

Definition at line 68 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_ungroup
QAction* m_viewInspectorAction

Definition at line 76 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_viewLockAction
QAction* m_viewUnlockAction
QAction* m_viewzoomreset

Definition at line 72 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_zoomIn

Definition at line 54 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_zoomMode

Definition at line 79 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QAction* m_zoomOut

Definition at line 55 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QMenuBar* menubar

Definition at line 34 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QPopupMenu* PopupMenu

Definition at line 38 of file CanvasWindowBase.h.

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

QPopupMenu* PopupMenu_2

Definition at line 37 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase().

QToolBar* toolBar

Definition at line 40 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QToolBar* Toolbar

Definition at line 42 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QToolBar* Toolbar_2

Definition at line 41 of file CanvasWindowBase.h.

Referenced by CanvasWindowBase(), and languageChange().

QToolBar* Toolbar_4

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