GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Backend.cc File Reference
#include <cstdint>
#include <QApplication>
#include <QThread>
#include "Backend.h"
#include "Logger.h"
#include "Object.h"
#include "ObjectFactory.h"
#include "ObjectProxy.h"
Include dependency graph for Backend.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 44 of file Backend.cc.

Referenced by QtHandles::Backend::toolkitObjectProxy().

◆ OCTAVE_PTR_SCALAR

#define OCTAVE_PTR_SCALAR   uint64_scalar_value

Definition at line 45 of file Backend.cc.

◆ OCTAVE_PTR_TYPE

#define OCTAVE_PTR_TYPE   octave_uint64

Definition at line 43 of file Backend.cc.

Referenced by QtHandles::Backend::initialize().