![]() |
NEURON
|
#include "hocdec.h"Go to the source code of this file.
Macros | |
| #define | TRY_GUI_REDIRECT_OBJ(name, obj) |
| #define | TRY_GUI_REDIRECT_METHOD_ACTUAL_DOUBLE(name, sym, v) |
| #define | TRY_GUI_REDIRECT_METHOD_ACTUAL_OBJ(name, sym, v) |
| #define | TRY_GUI_REDIRECT_NO_RETURN(name, obj) |
| #define | TRY_GUI_REDIRECT_DOUBLE(name, obj) |
| #define | TRY_GUI_REDIRECT_ACTUAL_DOUBLE(name, obj) |
| #define | TRY_GUI_REDIRECT_ACTUAL_STR(name, obj) |
| #define | TRY_GUI_REDIRECT_ACTUAL_OBJ(name, obj) |
| #define | TRY_GUI_REDIRECT_DOUBLE_SEND_STRREF(name, obj) |
Functions | |
| Object * | nrn_get_gui_redirect_obj () |
Variables | |
| Object **(* | nrnpy_gui_helper_ )(const char *, Object *) |
| HAVE_IV. More... | |
| double(* | nrnpy_object_to_double_ )(Object *) |
| #define TRY_GUI_REDIRECT_ACTUAL_DOUBLE | ( | name, | |
| obj | |||
| ) |
Definition at line 71 of file gui-redirect.h.
| #define TRY_GUI_REDIRECT_ACTUAL_OBJ | ( | name, | |
| obj | |||
| ) |
Definition at line 93 of file gui-redirect.h.
| #define TRY_GUI_REDIRECT_ACTUAL_STR | ( | name, | |
| obj | |||
| ) |
Definition at line 82 of file gui-redirect.h.
| #define TRY_GUI_REDIRECT_DOUBLE | ( | name, | |
| obj | |||
| ) |
Definition at line 58 of file gui-redirect.h.
| #define TRY_GUI_REDIRECT_DOUBLE_SEND_STRREF | ( | name, | |
| obj | |||
| ) |
Definition at line 104 of file gui-redirect.h.
Definition at line 23 of file gui-redirect.h.
Definition at line 35 of file gui-redirect.h.
| #define TRY_GUI_REDIRECT_NO_RETURN | ( | name, | |
| obj | |||
| ) |
Definition at line 47 of file gui-redirect.h.
| #define TRY_GUI_REDIRECT_OBJ | ( | name, | |
| obj | |||
| ) |
Definition at line 12 of file gui-redirect.h.
| Object* nrn_get_gui_redirect_obj | ( | ) |
Definition at line 711 of file hoc_oop.cpp.