CanvasView.cxx File Reference


Detailed Description

hippodraw::CanvasView class implementation

Original taken from $QTDIR/examples/canvas/canvas.cpp version 3.0

Copyright (C) 2001-2006 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.

Id

Definition in file CanvasView.cxx.

#include "CanvasView.h"
#include "CanvasSelectionEvent.h"
#include "CanvasSettings.h"
#include "CanvasWindow.h"
#include "Inspector.h"
#include "PlotterEvent.h"
#include "QtViewFactory.h"
#include "PickTable.h"
#include "WindowController.h"
#include "CreateNTuple.h"
#include "QtGroupView.h"
#include "controllers/DisplayController.h"
#include "controllers/FunctionController.h"
#include "datareps/ScatterPlot.h"
#include "datasrcs/DataSourceController.h"
#include "datasrcs/NTupleController.h"
#include "graphics/EpsView.h"
#include "plotters/PlotterBase.h"
#include "plotters/Cut1DPlotter.h"
#include "plotters/Cut2DPlotter.h"
#include "qtxml/QtXMLController.h"
#include "transforms/BinaryTransform.h"
#include "fits/FitsController.h"
#include "root/RootController.h"
#include <qapplication.h>
#include <qaction.h>
#include <qfiledialog.h>
#include <qimage.h>
#include <qcursor.h>
#include <qiconset.h>
#include <qmessagebox.h>
#include <qpainter.h>
#include <qsettings.h>
#include <qstatusbar.h>
#include <qwaitcondition.h>
#include <qfont.h>
#include <algorithm>
#include <exception>
#include <cctype>
#include <cmath>
#include <cassert>

Include dependency graph for CanvasView.cxx:

CanvasView.hCanvasSelectionEvent.hCanvasSettings.hCanvasWindow.hInspector.hPlotterEvent.hQtViewFactory.hPickTable.hWindowController.hCreateNTuple.hQtGroupView.hcontrollers/DisplayController.hcontrollers/FunctionController.hdatareps/ScatterPlot.hdatasrcs/DataSourceController.hdatasrcs/NTupleController.hgraphics/EpsView.hplotters/PlotterBase.hplotters/Cut1DPlotter.hplotters/Cut2DPlotter.hqtxml/QtXMLController.htransforms/BinaryTransform.hfits/FitsController.hroot/RootController.hFigureEditor.hlibqthippo.hqtui/CanvasSettingsBase.h

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{CanvasView.cxx}

Functions

static bool sortViews (QCanvasItem *first, QCanvasItem *second)

Variables

QWaitCondition mouseEvent


Function Documentation

static bool sortViews ( QCanvasItem first,
QCanvasItem second 
) [static]

Definition at line 873 of file CanvasView.cxx.

References QRect::bottom(), QRect::left(), QRect::right(), and QRect::top().

Referenced by CanvasView::reTile().


Generated for HippoDraw Class Library by doxygen