GNU Octave 7.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Canvas.cc File Reference
#include <QApplication>
#include <QBitmap>
#include <QCursor>
#include <QInputDialog>
#include <QList>
#include <QMouseEvent>
#include <QWheelEvent>
#include <QRectF>
#include "Canvas.h"
#include "ContextMenu.h"
#include "GLCanvas.h"
#include "QtHandlesUtils.h"
#include "qt-graphics-toolkit.h"
#include "annotation-dialog.h"
#include "octave-qobject.h"
#include "qt-interpreter-events.h"
#include "builtin-defun-decls.h"
#include "graphics.h"
#include "interpreter.h"
#include "oct-opengl.h"
Include dependency graph for Canvas.cc:

Go to the source code of this file.

Namespaces

namespace  octave
 

Functions

static void octave::autoscale_axes (gh_manager &gh_mgr, axes::properties &ap)
 
static double octave::button_number (QMouseEvent *event)
 
static bool octave::pan_enabled (const graphics_object figObj)
 
static std::string octave::pan_mode (const graphics_object figObj)
 
static bool octave::zoom_enabled (const graphics_object figObj)
 
static std::string octave::zoom_mode (const graphics_object figObj)