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 []
 

Function Documentation

◆ scons()

static void* scons ( Object )
static

Definition at line 145 of file symchoos.cpp.

◆ sdestruct()

static void sdestruct ( void v)
static

Definition at line 173 of file symchoos.cpp.

◆ srun()

static double srun ( void v)
static

Definition at line 180 of file symchoos.cpp.

◆ SymChooser_reg()

void SymChooser_reg ( )

Definition at line 216 of file symchoos.cpp.

◆ text()

static double text ( void v)
static

Definition at line 199 of file symchoos.cpp.

Variable Documentation

◆ members

Member_func members[]
static
Initial value:
= {
"run", srun,
"text", text,
0, 0
}
static double srun(void *v)
Definition: symchoos.cpp:180
static double text(void *v)
Definition: symchoos.cpp:199

Definition at line 211 of file symchoos.cpp.

◆ nrnpy_gui_helper_

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

HAVE_IV.

Definition at line 13 of file xmenu.cpp.

◆ nrnpy_object_to_double_

double(* nrnpy_object_to_double_) (Object *)

Definition at line 14 of file xmenu.cpp.