GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <QApplication>
#include <QBitmap>
#include <QCursor>
#include <QInputDialog>
#include <QList>
#include <QMouseEvent>
#include <QWheelEvent>
#include <QRectF>
#include "Backend.h"
#include "Canvas.h"
#include "ContextMenu.h"
#include "GLCanvas.h"
#include "QtHandlesUtils.h"
#include "annotation-dialog.h"
#include "gl2ps-renderer.h"
#include "octave-qt-link.h"
#include "builtin-defun-decls.h"
Go to the source code of this file.
Namespaces | |
QtHandles | |
Functions | |
static void | QtHandles::autoscale_axes (axes::properties &ap) |
static double | QtHandles::button_number (QMouseEvent *event) |
static bool | QtHandles::pan_enabled (const graphics_object figObj) |
static std::string | QtHandles::pan_mode (const graphics_object figObj) |
static bool | QtHandles::rotate_enabled (const graphics_object figObj) |
static std::string | QtHandles::zoom_direction (const graphics_object figObj) |
static bool | QtHandles::zoom_enabled (const graphics_object figObj) |
static std::string | QtHandles::zoom_mode (const graphics_object figObj) |