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 [] = {"readonly", readonly, "map", map, 0, 0}
 
static Member_ret_str_func retstr_members [] = {"text", v_text, 0, 0}
 

Function Documentation

◆ cons()

static void* cons ( Object )
static

Definition at line 112 of file mlinedit.cpp.

◆ destruct()

static void destruct ( void v)
static

Definition at line 134 of file mlinedit.cpp.

◆ map()

static double map ( void v)
static

Definition at line 47 of file mlinedit.cpp.

◆ readonly()

static double readonly ( void v)
static

Definition at line 73 of file mlinedit.cpp.

◆ TextEditor_reg()

void TextEditor_reg ( )

Definition at line 147 of file mlinedit.cpp.

◆ v_text()

static const char** v_text ( void v)
static

Definition at line 88 of file mlinedit.cpp.

Variable Documentation

◆ hoc_return_type_code

int hoc_return_type_code
extern

Definition at line 42 of file code.cpp.

◆ members

Member_func members[] = {"readonly", readonly, "map", map, 0, 0}
static

Definition at line 108 of file mlinedit.cpp.

◆ nrnpy_gui_helper3_str_

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

Definition at line 16 of file xmenu.cpp.

◆ nrnpy_gui_helper_

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

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.

◆ retstr_members

Member_ret_str_func retstr_members[] = {"text", v_text, 0, 0}
static

Definition at line 110 of file mlinedit.cpp.