NEURON
pwman.cpp File Reference
#include <../../nrnconf.h>
#include "gui-redirect.h"
#include <stdio.h>
#include <stdlib.h>
#include "classreg.h"
#include "oc2iv.h"
#include <string.h>
#include <unistd.h>
#include <InterViews/resource.h>

Go to the source code of this file.

Functions

char * ivoc_get_temp_file ()
 
static voidpwman_cons (Object *)
 
static void pwman_destruct (void *v)
 
static double pwman_count (void *v)
 
static double pwman_is_mapped (void *v)
 
static double pwman_map (void *v)
 
static double pwman_hide (void *v)
 
static const char ** pwman_name (void *v)
 
static double pwman_close (void *v)
 
static double pwman_iconify (void *v)
 
static double pwman_deiconify (void *v)
 
static double pwman_leader (void *v)
 
static double pwman_manager (void *v)
 
static double pwman_save (void *v)
 
static Object ** pwman_group (void *v)
 
static double pwman_snap (void *v)
 
static double pwman_scale (void *v)
 
static double pwman_window_place (void *v)
 
static double pwman_paper_place (void *v)
 
static double pwman_printfile (void *v)
 
static double pwman_landscape (void *v)
 
static double pwman_deco (void *v)
 
void PWManager_reg ()
 

Variables

int hoc_return_type_code
 
Object **(* nrnpy_gui_helper_ )(const char *name, Object *obj)
 HAVE_IV. More...
 
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_obj_func retobj_members [] = {"group", pwman_group, 0, 0}
 
static Member_ret_str_func s_memb [] = {"name", pwman_name, 0, 0}
 

Function Documentation

◆ ivoc_get_temp_file()

char* ivoc_get_temp_file ( )

Definition at line 3428 of file pwman.cpp.

◆ pwman_close()

static double pwman_close ( void v)
static

Definition at line 527 of file pwman.cpp.

◆ pwman_cons()

static void* pwman_cons ( Object )
static

Definition at line 442 of file pwman.cpp.

◆ pwman_count()

static double pwman_count ( void v)
static

Definition at line 456 of file pwman.cpp.

◆ pwman_deco()

static double pwman_deco ( void v)
static

Definition at line 783 of file pwman.cpp.

◆ pwman_deiconify()

static double pwman_deiconify ( void v)
static

Definition at line 567 of file pwman.cpp.

◆ pwman_destruct()

static void pwman_destruct ( void v)
static

Definition at line 452 of file pwman.cpp.

◆ pwman_group()

static Object** pwman_group ( void v)
static

Definition at line 636 of file pwman.cpp.

◆ pwman_hide()

static double pwman_hide ( void v)
static

Definition at line 497 of file pwman.cpp.

◆ pwman_iconify()

static double pwman_iconify ( void v)
static

Definition at line 551 of file pwman.cpp.

◆ pwman_is_mapped()

static double pwman_is_mapped ( void v)
static

Definition at line 468 of file pwman.cpp.

◆ pwman_landscape()

static double pwman_landscape ( void v)
static

Definition at line 772 of file pwman.cpp.

◆ pwman_leader()

static double pwman_leader ( void v)
static

Definition at line 577 of file pwman.cpp.

◆ pwman_manager()

static double pwman_manager ( void v)
static

Definition at line 595 of file pwman.cpp.

◆ pwman_map()

static double pwman_map ( void v)
static

Definition at line 483 of file pwman.cpp.

◆ pwman_name()

static const char** pwman_name ( void v)
static

Definition at line 511 of file pwman.cpp.

◆ pwman_paper_place()

static double pwman_paper_place ( void v)
static

Definition at line 718 of file pwman.cpp.

◆ pwman_printfile()

static double pwman_printfile ( void v)
static

Definition at line 743 of file pwman.cpp.

◆ pwman_save()

static double pwman_save ( void v)
static

Definition at line 614 of file pwman.cpp.

◆ pwman_scale()

static double pwman_scale ( void v)
static

Definition at line 682 of file pwman.cpp.

◆ pwman_snap()

static double pwman_snap ( void v)
static

Definition at line 655 of file pwman.cpp.

◆ pwman_window_place()

static double pwman_window_place ( void v)
static

Definition at line 702 of file pwman.cpp.

◆ PWManager_reg()

void PWManager_reg ( )

Definition at line 835 of file pwman.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[]
static

Definition at line 794 of file pwman.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

HAVE_IV.

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.

◆ retobj_members

Member_ret_obj_func retobj_members[] = {"group", pwman_group, 0, 0}
static

Definition at line 831 of file pwman.cpp.

◆ s_memb

Member_ret_str_func s_memb[] = {"name", pwman_name, 0, 0}
static

Definition at line 833 of file pwman.cpp.