![]() |
NEURON
|
#include <../../nrnconf.h>#include <CodeFragments.h>#include <stdio.h>#include "apwindow.h"#include "ivoc.h"#include "rubband.h"#include "symdir.h"#include "oc2iv.h"#include "graph.h"#include <InterViews/window.h>#include <IV-Mac/window.h>#include <InterViews/display.h>#include <InterViews/cursor.h>#include <Dispatch/dispatcher.h>Go to the source code of this file.
Typedefs | |
| typedef void(* | NrnBBSCallback) (const char *) |
Functions | |
| char * | mktemp (char *) |
| bool | nrnbbs_connect () |
| void | nrnbbs_disconnect () |
| bool | nrnbbs_connected () |
| void | nrnbbs_post (const char *) |
| void | nrnbbs_post_int (const char *, int) |
| void | nrnbbs_post_string (const char *, const char *) |
| bool | nrnbbs_take (const char *) |
| bool | nrnbbs_take_int (const char *, int *) |
| bool | nrnbbs_take_string (const char *, char *) |
| bool | nrnbbs_look (const char *) |
| void | nrnbbs_exec (const char *) |
| void | nrnbbs_notify (const char *, NrnBBSCallback) |
| void | nrnbbs_wait (bool *pflag=(bool *) 0) |
| bool | is_mac_dll (FSSpec *) |
| bool | mac_open_dll (const char *, FSSpec *) |
| OSErr | __path2fss (const char *name, FSSpec *) |
| void | hoc_nrn_load_dll () |
| static long | fsspec2id (FSSpec *fs) |
| bool | mac_load_dll (const char *name) |
| void | pwmimpl_redraw (Window *w) |
| carbon More... | |
| void | ivoc_bring_to_top (Window *w) |
Variables | |
| Symlist * | hoc_symlist |
| Symlist * | hoc_built_in_symlist |
| static int | ndll |
| static long | dllid [10] |
| static CGrafPtr | cg_ |
| static GDHandle | gd_ |
| typedef void(* NrnBBSCallback) (const char *) |
Definition at line 23 of file ivocmac.cpp.
| OSErr __path2fss | ( | const char * | name, |
| FSSpec * | |||
| ) |
|
static |
Definition at line 80 of file ivocmac.cpp.
Definition at line 160 of file ivocmac.cpp.
| bool is_mac_dll | ( | FSSpec * | fs | ) |
Definition at line 70 of file ivocmac.cpp.
Definition at line 170 of file ivocmac.cpp.
| bool mac_load_dll | ( | const char * | name | ) |
Definition at line 152 of file ivocmac.cpp.
| bool mac_open_dll | ( | const char * | name, |
| FSSpec * | fs | ||
| ) |
Definition at line 98 of file ivocmac.cpp.
| char* mktemp | ( | char * | ) |
Definition at line 27 of file ivocmac.cpp.
| bool nrnbbs_connect | ( | ) |
Definition at line 32 of file ivocmac.cpp.
| bool nrnbbs_connected | ( | ) |
Definition at line 36 of file ivocmac.cpp.
| void nrnbbs_disconnect | ( | ) |
Definition at line 35 of file ivocmac.cpp.
| void nrnbbs_exec | ( | const char * | ) |
Definition at line 58 of file ivocmac.cpp.
| bool nrnbbs_look | ( | const char * | ) |
Definition at line 54 of file ivocmac.cpp.
| void nrnbbs_notify | ( | const char * | , |
| NrnBBSCallback | |||
| ) |
Definition at line 60 of file ivocmac.cpp.
| void nrnbbs_post | ( | const char * | ) |
Definition at line 40 of file ivocmac.cpp.
| void nrnbbs_post_int | ( | const char * | , |
| int | |||
| ) |
Definition at line 41 of file ivocmac.cpp.
| void nrnbbs_post_string | ( | const char * | , |
| const char * | |||
| ) |
Definition at line 42 of file ivocmac.cpp.
| bool nrnbbs_take | ( | const char * | ) |
Definition at line 44 of file ivocmac.cpp.
| bool nrnbbs_take_int | ( | const char * | , |
| int * | |||
| ) |
Definition at line 47 of file ivocmac.cpp.
| bool nrnbbs_take_string | ( | const char * | , |
| char * | |||
| ) |
Definition at line 50 of file ivocmac.cpp.
| void nrnbbs_wait | ( | bool * | pflag = (bool*) 0 | ) |
Definition at line 62 of file ivocmac.cpp.
carbon
Definition at line 166 of file ivocmac.cpp.
|
static |
Definition at line 267 of file ivocmac.cpp.
|
static |
Definition at line 96 of file ivocmac.cpp.
|
static |
Definition at line 268 of file ivocmac.cpp.
| Symlist * hoc_built_in_symlist |
Definition at line 76 of file ivocmac.cpp.
|
extern |
|
static |
Definition at line 95 of file ivocmac.cpp.