NEURON
symchoos.cpp File Reference
#include <../../nrnconf.h>
#include "classreg.h"
#include "gui-redirect.h"

Go to the source code of this file.

Functions

static voidscons (Object *)
 
static void sdestruct (void *v)
 
static double srun (void *v)
 
static double text (void *v)
 
void SymChooser_reg ()
 

Variables

Object **(* nrnpy_gui_helper_ )(const char *name, Object *obj)
 HAVE_IV. More...
 
double(* nrnpy_object_to_double_ )(Object *)
 
static Member_func members [] = {"run", srun, "text", text, 0, 0}
 

Function Documentation

◆ scons()

static void* scons ( Object )
static

Definition at line 147 of file symchoos.cpp.

◆ sdestruct()

static void sdestruct ( void v)
static

Definition at line 175 of file symchoos.cpp.

◆ srun()

static double srun ( void v)
static

Definition at line 182 of file symchoos.cpp.

◆ SymChooser_reg()

void SymChooser_reg ( )

Definition at line 214 of file symchoos.cpp.

◆ text()

static double text ( void v)
static

Definition at line 201 of file symchoos.cpp.

Variable Documentation

◆ members

Member_func members[] = {"run", srun, "text", text, 0, 0}
static

Definition at line 213 of file symchoos.cpp.

◆ nrnpy_gui_helper_

Object**(* nrnpy_gui_helper_) (const char *name, Object *obj) ( const char *  name,
Object obj 
)
extern

HAVE_IV.

Definition at line 13 of file xmenu.cpp.

◆ nrnpy_object_to_double_

double(* nrnpy_object_to_double_) (Object *) ( Object )
extern

Definition at line 14 of file xmenu.cpp.