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 void * cons (Object *)
 
static void destruct (void *v)
 
void TextEditor_reg ()
 

Variables

static Member_func members [] = {{"readonly", readonly}, {"map", map}, {nullptr, nullptr}}
 
static Member_ret_str_func retstr_members [] = {{"text", v_text}, {nullptr, nullptr}}
 

Function Documentation

◆ cons()

static void* cons ( Object )
static

Definition at line 108 of file mlinedit.cpp.

◆ destruct()

static void destruct ( void *  v)
static

Definition at line 130 of file mlinedit.cpp.

◆ map()

static double map ( void *  v)
static

Definition at line 43 of file mlinedit.cpp.

◆ readonly()

static double readonly ( void *  v)
static

Definition at line 69 of file mlinedit.cpp.

◆ TextEditor_reg()

void TextEditor_reg ( )

Definition at line 143 of file mlinedit.cpp.

◆ v_text()

static const char** v_text ( void *  v)
static

Definition at line 84 of file mlinedit.cpp.

Variable Documentation

◆ members

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

Definition at line 104 of file mlinedit.cpp.

◆ retstr_members

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

Definition at line 106 of file mlinedit.cpp.