#include <QApplication>
#include <QMetaType>
#include <QThread>
#include "graphics-init.h"
#include "octave-qobject.h"
#include "qt-graphics-toolkit.h"
#include "QtHandlesUtils.h"
#include "graphics.h"
#include "gtk-manager.h"
#include "interpreter.h"
Go to the source code of this file.
Functions | |
void | graphics_init (interpreter &interp, base_qobject &oct_qobj) |
void graphics_init | ( | interpreter & | interp, |
base_qobject & | oct_qobj | ||
) |
Definition at line 45 of file graphics-init.cc.
References gtk_manager::load_toolkit(), and gtk_manager::register_toolkit().
Referenced by interpreter_qobject::execute().