NEURON
xmenu.cpp File Reference
#include <../../nrnconf.h>
#include "oc2iv.h"
#include "classreg.h"
#include "gui-redirect.h"
#include "utils/enumerate.h"

Go to the source code of this file.

Functions

static void * vfe_cons (Object *)
 
static void vfe_destruct (void *v)
 
static double vfe_default (void *v)
 
void ValueFieldEditor_reg ()
 

Variables

static Member_func vfe_members [] = {{"default", vfe_default}, {nullptr, nullptr}}
 

Function Documentation

◆ ValueFieldEditor_reg()

void ValueFieldEditor_reg ( )

Definition at line 3101 of file xmenu.cpp.

◆ vfe_cons()

static void* vfe_cons ( Object )
static

Definition at line 3062 of file xmenu.cpp.

◆ vfe_default()

static double vfe_default ( void *  v)
static

Definition at line 3087 of file xmenu.cpp.

◆ vfe_destruct()

static void vfe_destruct ( void *  v)
static

Definition at line 3078 of file xmenu.cpp.

Variable Documentation

◆ vfe_members

Member_func vfe_members[] = {{"default", vfe_default}, {nullptr, nullptr}}
static

Definition at line 3100 of file xmenu.cpp.