GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
qt-graphics-toolkit.cc File Reference
#include <cstdint>
#include <QApplication>
#include <QFontMetrics>
#include <QThread>
#include "ButtonGroup.h"
#include "CheckBoxControl.h"
#include "ContextMenu.h"
#include "EditControl.h"
#include "Figure.h"
#include "ListBoxControl.h"
#include "Logger.h"
#include "Menu.h"
#include "Object.h"
#include "ObjectProxy.h"
#include "Panel.h"
#include "PopupMenuControl.h"
#include "PushButtonControl.h"
#include "PushTool.h"
#include "QtHandlesUtils.h"
#include "RadioButtonControl.h"
#include "SliderControl.h"
#include "Table.h"
#include "TextControl.h"
#include "ToggleButtonControl.h"
#include "ToggleTool.h"
#include "ToolBar.h"
#include "qt-graphics-toolkit.h"
#include "octave-qobject.h"
#include "event-manager.h"
#include "graphics.h"
#include "interpreter.h"
Include dependency graph for qt-graphics-toolkit.cc:

Go to the source code of this file.

Namespaces

 QtHandles
 

Macros

#define OCTAVE_INTPTR_TYPE   uint64_t
 
#define OCTAVE_PTR_SCALAR   uint64_scalar_value
 
#define OCTAVE_PTR_TYPE   octave_uint64
 

Functions

static std::string QtHandles::toolkitObjectProperty (const graphics_object &go)
 

Macro Definition Documentation

◆ OCTAVE_INTPTR_TYPE

#define OCTAVE_INTPTR_TYPE   uint64_t

Definition at line 72 of file qt-graphics-toolkit.cc.

◆ OCTAVE_PTR_SCALAR

#define OCTAVE_PTR_SCALAR   uint64_scalar_value

Definition at line 73 of file qt-graphics-toolkit.cc.

◆ OCTAVE_PTR_TYPE

#define OCTAVE_PTR_TYPE   octave_uint64

Definition at line 71 of file qt-graphics-toolkit.cc.