#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"
Go to the source code of this file.
Functions | |
| static void | autoscale_axes (gh_manager &gh_mgr, axes::properties &ap) |
| static double | button_number (QMouseEvent *event) |
| static bool | pan_enabled (const graphics_object figObj) |
| static std::string | pan_mode (const graphics_object figObj) |
| static bool | zoom_enabled (const graphics_object figObj) |
| static std::string | zoom_mode (const graphics_object figObj) |
|
static |
Definition at line 262 of file Canvas.cc.
Referenced by Canvas::canvasMousePressEvent().
|
static |
Definition at line 548 of file Canvas.cc.
Referenced by Canvas::canvasMousePressEvent().
|
static |
Definition at line 291 of file Canvas.cc.
References octave_scalar_map::contents(), octave_value::scalar_map_value(), and octave_value::string_value().
Referenced by Canvas::canvasWheelEvent().
|
static |
Definition at line 303 of file Canvas.cc.
References octave_scalar_map::contents(), octave_value::scalar_map_value(), and octave_value::string_value().
Referenced by Canvas::canvasMouseMoveEvent(), and Canvas::canvasWheelEvent().
|
static |
Definition at line 315 of file Canvas.cc.
References octave_scalar_map::contents(), octave_value::scalar_map_value(), and octave_value::string_value().
Referenced by Canvas::canvasWheelEvent().
|
static |
Definition at line 327 of file Canvas.cc.
References octave_scalar_map::contents(), octave_value::scalar_map_value(), and octave_value::string_value().
Referenced by Canvas::canvasMouseReleaseEvent(), and Canvas::canvasWheelEvent().