NEURON
ocnoiv1.cpp File Reference
#include <../../nrnconf.h>
#include "hocdec.h"

Go to the source code of this file.

Functions

void hoc_ret ()
 
void hoc_pushx (double)
 
void nrn_shape_update ()
 
void ivoc_help (const char *)
 
void ivoc_cleanup ()
 
int hoc_readcheckpoint (char *)
 
void hoc_notify_iv ()
 
void hoc_xpvalue ()
 
void hoc_xlabel ()
 
void hoc_xbutton ()
 
void hoc_xcheckbox ()
 
void hoc_xstatebutton ()
 
void hoc_xmenu ()
 
void hoc_xvalue ()
 
void hoc_xpanel ()
 
void hoc_xradiobutton ()
 
void hoc_xfixedvalue ()
 
void hoc_xvarlabel ()
 
void hoc_xslider ()
 
void hoc_boolean_dialog ()
 
void hoc_continue_dialog ()
 
void hoc_string_dialog ()
 
void hoc_checkpoint ()
 
void hoc_pwman_place ()
 
void hoc_save_session ()
 
void hoc_print_session ()
 
void ivoc_style ()
 

Variables

Object **(* nrnpy_gui_helper_ )(const char *name, Object *obj)
 
Object **(* nrnpy_gui_helper3_ )(const char *name, Object *obj, int handle_strptr)
 
double(* nrnpy_object_to_double_ )(Object *)
 

Function Documentation

◆ hoc_boolean_dialog()

void hoc_boolean_dialog ( void  )

Definition at line 109 of file ocnoiv1.cpp.

◆ hoc_checkpoint()

void hoc_checkpoint ( void  )

Definition at line 140 of file ocnoiv1.cpp.

◆ hoc_continue_dialog()

void hoc_continue_dialog ( void  )

Definition at line 121 of file ocnoiv1.cpp.

◆ hoc_notify_iv()

void hoc_notify_iv ( void  )

Definition at line 20 of file ocnoiv1.cpp.

◆ hoc_print_session()

void hoc_print_session ( void  )

Definition at line 162 of file ocnoiv1.cpp.

◆ hoc_pushx()

void hoc_pushx ( double  )

◆ hoc_pwman_place()

void hoc_pwman_place ( void  )

Definition at line 148 of file ocnoiv1.cpp.

◆ hoc_readcheckpoint()

int hoc_readcheckpoint ( char *  )

Definition at line 18 of file ocnoiv1.cpp.

◆ hoc_ret()

void hoc_ret ( )

Definition at line 1465 of file code.cpp.

◆ hoc_save_session()

void hoc_save_session ( void  )

Definition at line 155 of file ocnoiv1.cpp.

◆ hoc_string_dialog()

void hoc_string_dialog ( void  )

Definition at line 128 of file ocnoiv1.cpp.

◆ hoc_xbutton()

void hoc_xbutton ( void  )

Definition at line 39 of file ocnoiv1.cpp.

◆ hoc_xcheckbox()

void hoc_xcheckbox ( void  )

Definition at line 46 of file ocnoiv1.cpp.

◆ hoc_xfixedvalue()

void hoc_xfixedvalue ( void  )

Definition at line 88 of file ocnoiv1.cpp.

◆ hoc_xlabel()

void hoc_xlabel ( void  )

Definition at line 32 of file ocnoiv1.cpp.

◆ hoc_xmenu()

void hoc_xmenu ( void  )

Definition at line 60 of file ocnoiv1.cpp.

◆ hoc_xpanel()

void hoc_xpanel ( void  )

Definition at line 74 of file ocnoiv1.cpp.

◆ hoc_xpvalue()

void hoc_xpvalue ( void  )

Definition at line 25 of file ocnoiv1.cpp.

◆ hoc_xradiobutton()

void hoc_xradiobutton ( void  )

Definition at line 81 of file ocnoiv1.cpp.

◆ hoc_xslider()

void hoc_xslider ( void  )

Definition at line 102 of file ocnoiv1.cpp.

◆ hoc_xstatebutton()

void hoc_xstatebutton ( void  )

Definition at line 53 of file ocnoiv1.cpp.

◆ hoc_xvalue()

void hoc_xvalue ( void  )

Definition at line 67 of file ocnoiv1.cpp.

◆ hoc_xvarlabel()

void hoc_xvarlabel ( void  )

Definition at line 95 of file ocnoiv1.cpp.

◆ ivoc_style()

void ivoc_style ( void  )

Definition at line 169 of file ocnoiv1.cpp.

◆ nrn_shape_update()

void nrn_shape_update ( )

Definition at line 932 of file treeset.cpp.

Variable Documentation

◆ nrnpy_gui_helper3_

Object**(* nrnpy_gui_helper3_) (const char *name, Object *obj, int handle_strptr)

Definition at line 15 of file xmenu.cpp.

◆ nrnpy_gui_helper_

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

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.