|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <QApplication>#include <QThread>#include <stdint.h>#include "Backend.h"#include "Logger.h"#include "Object.h"#include "ObjectFactory.h"#include "ObjectProxy.h"
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) |
| #define OCTAVE_INTPTR_TYPE uint64_t |
Definition at line 44 of file Backend.cc.
Referenced by QtHandles::Backend::toolkitObjectProxy().
| #define OCTAVE_PTR_SCALAR uint64_scalar_value |
Definition at line 45 of file Backend.cc.
| #define OCTAVE_PTR_TYPE octave_uint64 |
Definition at line 43 of file Backend.cc.
Referenced by QtHandles::Backend::initialize().
1.8.8