Choreonoid
1.5
|
#include "PythonPlugin.h"
#include "PythonScriptItem.h"
#include "PythonConsoleView.h"
#include "PythonExecutor.h"
#include <cnoid/PyUtil>
#include <cnoid/Plugin>
#include <cnoid/AppConfig>
#include <cnoid/MenuManager>
#include <cnoid/ExecutablePath>
#include <cnoid/FileUtil>
#include <cnoid/MessageView>
#include <cnoid/OptionManager>
#include <cnoid/Archive>
#include <boost/python.hpp>
#include <boost/scoped_ptr.hpp>
#include <iostream>
#include "gettext.h"
Functions | |
CNOID_IMPLEMENT_PLUGIN_ENTRY (PythonPlugin) | |
CNOID_IMPLEMENT_PLUGIN_ENTRY | ( | PythonPlugin | ) |