SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
NetworkEditorPythonAPI Class Reference

#include <NetworkEditorPythonAPI.h>

Static Public Member Functions

static boost::shared_ptr
< PyModule
addModule (const std::string &name)
 
static std::vector
< boost::shared_ptr< PyModule > > 
modules ()
 
static std::string removeModule (const std::string &id)
 
static std::string executeAll ()
 
static std::string saveNetwork (const std::string &filename)
 
static std::string loadNetwork (const std::string &filename)
 
static std::string quit (bool force)
 
static void setImpl (boost::shared_ptr< NetworkEditorPythonInterface > impl)
 
static void setExecutionContext (Dataflow::Networks::ExecutableLookup *lookup)
 

Member Function Documentation

boost::shared_ptr< PyModule > addModule ( const std::string &  name)
static
std::string executeAll ( )
static
std::string loadNetwork ( const std::string &  filename)
static
std::vector< boost::shared_ptr< PyModule > > modules ( )
static
std::string quit ( bool  force)
static
std::string removeModule ( const std::string &  id)
static
std::string saveNetwork ( const std::string &  filename)
static
void setExecutionContext ( Dataflow::Networks::ExecutableLookup lookup)
static
Todo:
: smelly!
void setImpl ( boost::shared_ptr< NetworkEditorPythonInterface impl)
static

The documentation for this class was generated from the following files: