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

Go to the source code of this file.

Functions

static double map (void *v)
 
static double readonly (void *v)
 
static const char ** v_text (void *v)
 
static voidcons (Object *)
 
static void destruct (void *v)
 
void TextEditor_reg ()
 

Variables

int hoc_return_type_code
 
Object **(* nrnpy_gui_helper_ )(const char *name, Object *obj)
 
double(* nrnpy_object_to_double_ )(Object *)
 
char **(* nrnpy_gui_helper3_str_ )(const char *name, Object *obj, int handle_strptr)
 
static Member_func members []
 
static Member_ret_str_func retstr_members []
 

Function Documentation

◆ cons()

static void* cons ( Object )
static

Definition at line 116 of file mlinedit.cpp.

◆ destruct()

static void destruct ( void v)
static

Definition at line 138 of file mlinedit.cpp.

◆ map()

static double map ( void v)
static

Definition at line 46 of file mlinedit.cpp.

◆ readonly()

static double readonly ( void v)
static

Definition at line 70 of file mlinedit.cpp.

◆ TextEditor_reg()

void TextEditor_reg ( )

Definition at line 151 of file mlinedit.cpp.

◆ v_text()

static const char** v_text ( void v)
static

Definition at line 85 of file mlinedit.cpp.

Variable Documentation

◆ hoc_return_type_code

int hoc_return_type_code

Definition at line 41 of file code.cpp.

◆ members

Member_func members[]
static
Initial value:
= {
"readonly", readonly,
"map", map,
0,0
}
static double readonly(void *v)
Definition: mlinedit.cpp:70
static double map(void *v)
Definition: mlinedit.cpp:46

Definition at line 105 of file mlinedit.cpp.

◆ nrnpy_gui_helper3_str_

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

Definition at line 16 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.

◆ retstr_members

Member_ret_str_func retstr_members[]
static
Initial value:
= {
"text", v_text,
0,0
}
static const char ** v_text(void *v)
Definition: mlinedit.cpp:85

Definition at line 111 of file mlinedit.cpp.